BeagleBoneとSheevaPlug(玄柴)のMac用コンソールドライバを入れる / Setup the Mac OS X serial console driver for both SheevaPlug and BeagleBone

This article is note for me.

Get the FTDI vcp driver here.

Download and install
Currently, this Info.plist is for version 2.2.17

Replace the Info.plist

Download and replace the file.

curl -O https://raw.github.com/xibbar/FTDI_SerialDriver_Info.plist/master/Info.plist     
sudo cp Info.plist /System/Library/Extensions/FTDIUSBSerialDriver.kext/Contents

Reload the driver

sudo touch /System/Library/Extensions
sudo kextunload /System/Library/Extensions/FTDIUSBSerialDriver.kext
sudo kextload /System/Library/Extensions/FTDIUSBSerialDriver.kext

Open the serial console

You can open the console

screen /dev/tty.usbserialxxxxxB 115200

Probably, you can shutdown the 'screen' at Ctrl+a k.