Top "Beagleboneblack" questions

BeagleBone Black is a community-supported development platform for developers and hobbyists.

Python PySerial with Auto RTS through Half-Duplex RS-485 breakout board using Beaglebone Black Angstrom

I'm trying to use a Beaglebone Black running Angstrom (3.8 kernel) to communicate with devices on a half-duplex RS-485 network at 9600…

python pyserial beagleboneblack angstrom-linux rs485
GPIO/Analog programming for BeagleBone Black on Angstrom Linux, what compiler for cross development on Windows?

I'm working on a BeagleBone Black (BBB from now on) with its stock Angstrom Linux. I'm able to do GPIO/…

c++ c angstrom-linux beagleboneblack sysfs
How to login into beaglebone black remotely

I have my beaglebone black running stock Angstrom Linux and is connected to ethernet at my home. I can login …

linux remote-access beagleboneblack
My custom cape's devicetree fails to load at boot, but can be loaded manually

If I load my own device-tree overlay from a shell it loads fine, but if I try to load it …

debian beagleboneblack device-tree
Reading analog inputs fast in beaglebone black

I need to read all 7 analog pins in the BBB every 5 milliseconds. I'm doing so with the following C code: …

beagleboneblack analog-digital-converter iio
Remove Beaglebone Black services permanently

How do I permanently remove cloud9, bonescript, gateone, etc., from the BeagleBone Black Debian (wheezy) distribution? I can disable them …

debian beagleboneblack
Turn USB power off/on with BeagleBone Black kernel >= 3.8

I need to: turn off -> sleep some seconds -> turn on the USB power of beaglebone black …

usb gpio beagleboneblack
How to flash BeagleBone Black eMMC with Debian 8.2 image?

This site, says to... To turn these images into eMMC flasher images, edit the /boot/uEnv.txt file on the …

debian beagleboneblack
Fix the boot order/eMMC on a Beagle Bone Black

Problem The problem I'm having was caused by the following action: When I had BBB connected to my PC (using …

linux embedded boot beagleboneblack angstrom-linux
When build opencv, could not find the file "cv2.so"

I compiled OpenCV 3.0.0 with python2.7 in Debian system at a Board with a extended SD card (BeagleBone Black). After OpenCV …

opencv installation beagleboneblack