Difference between revisions of "Beagle Bone Black"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
=== using an FTDI device plugged into J1 pins === | === using an FTDI device plugged into J1 pins === | ||
find the serial port for the FTDI adapter | find the serial port for the FTDI USB adapter | ||
ls /dev/tty* | ls /dev/tty* | ||
Revision as of 20:35, 10 April 2014
See Also: Mesh/Hardware Fourth Milestone
notes about BBB - Beagle Bone Black
first light
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...