Hi:
#define CONFIG_MUSB_HCD
#ifdef CONFIG_MUSB_HCD
#define CONFIG_USB_OHCI //使能USB_OHCI协议的支持
#define CONFIG_CMD_USB /* inclue support for usb */
#define CONFIG_USB_STORAGE /* MSC class support */
#define CONFIG_CMD_STORAGE /* inclue support for usb */
#define CONFIG_CMD_FAT /* inclue support for FAT/storage*/
#define CONFIG_DOS_PARTITION /* inclue support for FAT/storage*/
#define CONFIG_SUPPORT_VFAT //使能FAT32文件系统的支持
#define CONFIG_SYS_DEVICE_DEREGISTER
#define LITTLEENDIAN //定义数据为小端模式
#ifdef CONFIG_USB_KEYBOARD
#define CONFIG_SYS_USB_EVENT_POLL
#define CONFIG_PREBOOT "usb start"
#endif /* CONFIG_USB_KEYBOARD */
#endif /* CONFIG_MUSB_HCD */
#ifdef CONFIG_MUSB_UDC
/* USB device configuration */
#define CONFIG_USB_DEVICE 1
#define CONFIG_USB_TTY 1
#define CONFIG_SYS_CONSOLE_IS_IN_ENV 1
/* Change these to suit your needs */
#define CONFIG_USBD_VENDORID 0x0451
#define CONFIG_USBD_PRODUCTID 0x5678
#define CONFIG_USBD_MANUFACTURER "Texas Instruments"
#define CONFIG_USBD_PRODUCT_NAME "DA850EVM"
#endif /* CONFIG_MUSB_UDC */
#endif /* CONFIG_USB_DA8XX */
#endif /* __CONFIG_H */
(Re)start USB...
USB: scanning bus for devices... New Device 0
usb_control_msg: request: 0x6, requesttype: 0x80, value 0x100 index 0x0 length 0x40
usb_new_device: usb_get_descriptor() failed
No USB Device found
scanning bus for storage devices... 0 Storage Device(s) found