Difference between revisions of "Beagle Bone Black"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
notes about BBB - Beagle Bone Black | notes about BBB - Beagle Bone Black | ||
== OS Install == | |||
=== OpenWRT === | |||
* https://github.com/artekw/openwrt-bbb | |||
=== Adafruit tutorial === | |||
https://learn.adafruit.com/beaglebone-black-installing-operating-systems/angstrom | |||
== first light == | == first light == | ||
Just booting up... | |||
=== using an FTDI device plugged into J1 pins === | === using an FTDI device plugged into J1 pins === |
Revision as of 20:44, 10 April 2014
See Also: Mesh/Hardware Fourth Milestone
notes about BBB - Beagle Bone Black
OS Install
OpenWRT
Adafruit tutorial
https://learn.adafruit.com/beaglebone-black-installing-operating-systems/angstrom
first light
Just booting up...
using an FTDI device plugged into J1 pins
find the serial port for the FTDI USB adapter
ls /dev/tty*
- might be /dev/ttyAMA0 on linux
- might be /dev/tty.usbmodemfa133 on mac
Wiring from the FTDI device:
- BBB - FTDI
- pin 1 GND - GND
- pin 4 RX - TX
- pin 5 TX - RX
in terminal:
screen <usbdevicename> 115200
- first login with root, no password
Mesh the planet...