DaVinci USBHost 1.0

From eLinux.org
Revision as of 09:51, 5 June 2007 by Prpplague (talk | contribs) (USBHost 1.0 moved to DaVinci USBHost 1.0: doesn't fit naming scheme)
Jump to: navigation, search

USB Host Guide 1.0

cd into your kernel lsp directory.

Run make menuconfig.

Select drivers -> SCSI.

Enable scsi disk support and enable Probs multiple LUN option.

Select drivers -> USB.

Enable Host-side USB.

Enable USB device filesystem.

Enable USB Mass Storage Device option.

Get the kernel onto your board in the usual way.

Make sure the jumper by the USB port is in the right location for HOST mode (check manual).

mkdir /usbdrive

insert your USB card reader

mount your card using:

mount /dev/sdXX /usbdrive -o sync

where XX = a1, a2, a3, b1 etc..

Enjoy!