Hi Aneesh,

Aneesh <[EMAIL PROTECTED]> writes:

>        I am using an at91rm9200dk custom board.I want  to boot kernel and
>    ram disk from the usb stick.for that i tried to enable the usb support
>    in the uboot.but now i am getting a message like no storage devices
>    found .
>    i gave the configurations in include/configs/at91rm9200dk.h
>    like follows
>    #define CONFIG_DOS_PARTITION 1
>    #define CONFIG_USB_OHCI      1

You should use the new ohci driver and define CONFIG_USB_OHCI_NEW. But
that alone is not enough, please checkout doc/README.generic_usb_ohci.

>    #define CONFIG_USB_STORAGE  1
>    #define CONFIG_COMMANDS \
>           ((CONFIG_CMD_DFL | CFG_CMD_MII | CFG_CMD_NET | CFG_CMD_USB | \
>    CFG_CMD_DHCP ) & \
>          ~(CFG_CMD_BDI | \
>    CFG_CMD_IMI | \
>    CFG_CMD_AUTOSCRIPT | \
>    CFG_CMD_FPGA | \
>    CFG_CMD_MISC | \
>    CFG_CMD_LOADS))
>    Is this configuration is right?
>    i am not able to acess the USB stick using Storage USB Commands. My
>    U-boot version is 1.1.5.

Oh, and please update your U-Boot version to top of git before anything
else.

Best regards

Markus Klotzbuecher

--
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: [EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to