OpenEmbedded for the Chumby

Resources for running OpenEmbedded on the Chumby Hacker Board

Chumby Serial Console Under OSX

This assumes you already have

To determine the device name:

1
2
3
$ ls /dev/tty.*
/dev/tty.Bluetooth-Modem        /dev/tty.iphone-SerialPort1
/dev/tty.Bluetooth-PDA-Sync     /dev/tty.usbserial-FTF7VKP4

The device name starting with tty.usbserial is the one we are looking for.

To make a connection using screen at 152000 baud:

1
screen /dev/tty.usbserial-FTF7VKP4 115200

You should now have a full-screen console. To exit, type ctrl-a ctrl-k. When you are asked Really kill this window [y/n] type y.

Comments