<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.14.1">
</HEAD>
<BODY>
Hi,<BR>
&nbsp;&nbsp;&nbsp; I am using an at91rm9200dk custom board.I want&nbsp; 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 .<BR>
i gave the configurations in include/configs/at91rm9200dk.h<BR>
like follows<BR>
<BR>
#define CONFIG_DOS_PARTITION 1<BR>
#define CONFIG_USB_OHCI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1<BR>
#define CONFIG_USB_STORAGE&nbsp; 1<BR>
<BR>
#define CONFIG_COMMANDS                \<BR>
                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((CONFIG_CMD_DFL | CFG_CMD_MII | CFG_CMD_NET | CFG_CMD_USB | \<BR>
                        CFG_CMD_DHCP ) &amp; \<BR>
                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ~(CFG_CMD_BDI | \<BR>
                        CFG_CMD_IMI | \<BR>
                        CFG_CMD_AUTOSCRIPT | \<BR>
                        CFG_CMD_FPGA | \<BR>
                        CFG_CMD_MISC | \<BR>
                        CFG_CMD_LOADS))<BR>
<BR>
Is this configuration is right?<BR>
i am not able to acess the USB stick using Storage USB Commands. My U-boot version is 1.1.5. <BR>
 Any one can help?<BR>
regards <BR>
Aneesh
</BODY>
</HTML>