Skip to content

Commit

Permalink
add BeagleBone Black (Wireless) and Green (Wireless) pages (archlinux…
Browse files Browse the repository at this point in the history
…arm#16)

Add information about enabling the USB network device and about the
Adafruit Beaglebone I/O Python library.
  • Loading branch information
PROTECTO authored and kmihelich committed Mar 3, 2018
1 parent e505374 commit 72517b0
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
17 changes: 17 additions & 0 deletions BeagleBone_Black.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions BeagleBone_Black_Wireless.md
1 change: 1 addition & 0 deletions BeagleBone_Green.md
1 change: 1 addition & 0 deletions BeagleBone_Green_Wireless.md
5 changes: 5 additions & 0 deletions Platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 72517b0

Please sign in to comment.