From 72517b0190b9694aee2d9d61833fde42a112a3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Chachu=C5=82a?= Date: Sat, 3 Mar 2018 22:42:57 +0100 Subject: [PATCH] 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. --- BeagleBone_Black.md | 17 +++++++++++++++++ BeagleBone_Black_Wireless.md | 1 + BeagleBone_Green.md | 1 + BeagleBone_Green_Wireless.md | 1 + Platforms.md | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 BeagleBone_Black.md create mode 120000 BeagleBone_Black_Wireless.md create mode 120000 BeagleBone_Green.md create mode 120000 BeagleBone_Green_Wireless.md diff --git a/BeagleBone_Black.md b/BeagleBone_Black.md new file mode 100644 index 0000000..6ddd62b --- /dev/null +++ b/BeagleBone_Black.md @@ -0,0 +1,17 @@ +## USB network interface +In order use the USB network interface you need to load the USB gadget kernel module: + +```bash +sudo modprobe g_ether +``` + +Or, if you want to load this module every time you boot: + +```bash +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](https://github.com/adafruit/adafruit-beaglebone-io-python) from Adafruit. diff --git a/BeagleBone_Black_Wireless.md b/BeagleBone_Black_Wireless.md new file mode 120000 index 0000000..bba809d --- /dev/null +++ b/BeagleBone_Black_Wireless.md @@ -0,0 +1 @@ +BeagleBone_Black.md \ No newline at end of file diff --git a/BeagleBone_Green.md b/BeagleBone_Green.md new file mode 120000 index 0000000..bba809d --- /dev/null +++ b/BeagleBone_Green.md @@ -0,0 +1 @@ +BeagleBone_Black.md \ No newline at end of file diff --git a/BeagleBone_Green_Wireless.md b/BeagleBone_Green_Wireless.md new file mode 120000 index 0000000..bba809d --- /dev/null +++ b/BeagleBone_Green_Wireless.md @@ -0,0 +1 @@ +BeagleBone_Black.md \ No newline at end of file diff --git a/Platforms.md b/Platforms.md index af86475..04a0263 100644 --- a/Platforms.md +++ b/Platforms.md @@ -18,6 +18,11 @@ These are pages containing additional information for running Arch Linux ARM on * [[ODROID-U2]] * [[ODROID-U3]] * [[Samsung Chromebook]] + * TI + * [[BeagleBone Black]] + * [[BeagleBone Black Wireless]] + * [[BeagleBone Green]] + * [[BeagleBone Green Wireless]] * ARMv8 * Amlogic * [[ODROID-C2]]