wiki/BeagleBone_Black.md
Krystian Chachuła 72517b0190 add BeagleBone Black (Wireless) and Green (Wireless) pages (#16)
Add information about enabling the USB network device and about the
Adafruit Beaglebone I/O Python library.
2018-03-03 14:42:57 -07:00

449 B

USB network interface

In order use the USB network interface you need to load the USB gadget kernel module:

sudo modprobe g_ether

Or, if you want to load this module every time you boot:

echo g_ether > /etc/modules-load.d/g_ether.conf

Then, the interface should be visible as usb0.

IO

There is an extensive BeagleBone IO python library from Adafruit.