mirror of
https://github.com/archlinuxarm/wiki.git
synced 2024-11-08 22:45:42 +00:00
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.
This commit is contained in:
parent
e505374cfd
commit
72517b0190
5 changed files with 25 additions and 0 deletions
17
BeagleBone_Black.md
Normal file
17
BeagleBone_Black.md
Normal file
|
@ -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
BeagleBone_Black_Wireless.md
Symbolic link
1
BeagleBone_Black_Wireless.md
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
BeagleBone_Black.md
|
1
BeagleBone_Green.md
Symbolic link
1
BeagleBone_Green.md
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
BeagleBone_Black.md
|
1
BeagleBone_Green_Wireless.md
Symbolic link
1
BeagleBone_Green_Wireless.md
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
BeagleBone_Black.md
|
|
@ -18,6 +18,11 @@ These are pages containing additional information for running Arch Linux ARM on
|
||||||
* [[ODROID-U2]]
|
* [[ODROID-U2]]
|
||||||
* [[ODROID-U3]]
|
* [[ODROID-U3]]
|
||||||
* [[Samsung Chromebook]]
|
* [[Samsung Chromebook]]
|
||||||
|
* TI
|
||||||
|
* [[BeagleBone Black]]
|
||||||
|
* [[BeagleBone Black Wireless]]
|
||||||
|
* [[BeagleBone Green]]
|
||||||
|
* [[BeagleBone Green Wireless]]
|
||||||
* ARMv8
|
* ARMv8
|
||||||
* Amlogic
|
* Amlogic
|
||||||
* [[ODROID-C2]]
|
* [[ODROID-C2]]
|
||||||
|
|
Loading…
Reference in a new issue