Difference between revisions of "Beagle Bone Black"

From Sudo Room
Jump to navigation Jump to search
(Created page with "See Also: notes about BBB - Beagle Bone Black == first light == === using an FTDI device plugged into J1 pins === find the serial port for the FTDI adapter ls /dev/tty*...")
 
Line 1: Line 1:
See Also:
See Also: [[Mesh/Hardware_support#Fourth_milestone | Mesh/Hardware Fourth Milestone]]


notes about BBB - Beagle Bone Black
notes about BBB - Beagle Bone Black

Revision as of 21:34, 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 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...