I’m working on a beaglebone black with a debian system and i want change my ip by modifying “/etc/network/interfaces”, this is working but when I switch from DHCP method to static method my address, (atribuate by DHCP), is not “killed” so I end up with two IP addresses. Answer I found a way, i just use ip addr flush eth0
Tag: beagleboneblack
Debian 9.4 (stretch) change UART4 baud rate to 9600
I researched and tried a lot updating uart4 baud rate of Beaglebone green running Debian 9.4, but could not succeed. I am not even sure whether uart4 is enabled in Debian 9.4. As per am335x-boneblack.dts, uart4 is disabled and clock-frequency value is 0x2dc6c00 (this is for baudrate 115200 I guess). Answer I used termios library for uart configuration in linux.
Giving an executable more permissions than running user
I have a small C++ app to turn on and off lights for a BeagleBone Black board that runs on Debian 9.2. It does this by updating text files. If I run the program as a standard user it runs without error but none of the lights change. If I run the program with sudo everything works fine and the
Acessing to /root folder on BeagleBone (Debian) after /usr directory was deleted
I have had some .cpp programs in root directory of my BeagleBoneBlack (Debian). Due to a studpid accident a /usr directory was deleted on my BeagleBone. It make sense for me now, that I can not access the BeagleBone anymore. What I can do is to boot the BeagleBone from SSD-card, but of course I come in this case to
RE: Getting the Adafruit_I2C Import Changed Into Another GPIO Layout
I have some problems with the MotorBridgeCape. I have all my software and I found most of it at GitHub.com at github.com/Seeed-Studio/MotorBridgeCapeforBBG_BBB and at their Wiki at seeedstudio.com/wiki/Motor_Bridge_Cape_v1.0. Here is my issue. I connect my battery, two motors, and I run the .py file for DC Motors from their Wiki page. I get an error. The error reads as follows:
How to read the external timer counter on the BeagleBone Black?
I need to count the transitions of a 50KHz binary signal using a BBB. I think using the TIMER4 triggered by the external signal connected to the pin P8.07 would be the easiest way. So, I issued the following commands to load the proper cape and setup the pin as a timer : Everything seems to work and nothing appears
Changing the static IP of Beagle Bone Black USB0 [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question