Difference between revisions of "DaVinci USBHost 1.0"

From eLinux.org
Jump to: navigation, search
m (USBHost 1.0 moved to DaVinci USBHost 1.0: doesn't fit naming scheme)
Line 32: Line 32:
  
 
Enjoy!
 
Enjoy!
 +
 +
[[Category:Development Boards]]

Revision as of 12:40, 10 February 2008

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!