Hi
I am tring to use keyboard and storge device on u-boot (beagle board).
I have added/enabled below configuration in "include/configs/omap3_beagle.h"
*==============================*/
/* USB configuration */
/*==============================*/
#define CONFIG_USB_KEYBOARD 1
#define CONFIG_MUSB_HCD 1
#define CONFIG_MUSB_UDD 1
#ifdef CONFIG_MUSB_HCD /* include support for usb host */
#define CONFIG_CMD_USB 1 /* include support for usb cmd */
#define CONFIG_USB_STORAGE 1 /* MSC class support */
#define CONFIG_CMD_STORAGE 1 /* inclue support for usb-storage cmd */
#define CONFIG_CMD_FAT 1 /* inclue support for FAT/storage */
#define CONFIG_DOS_PARTITION 1 /* inclue support for FAT/storage */
#ifdef CONFIG_USB_KEYBOARD /* HID class support */
#define CONFIG_SYS_USB_EVENT_POLL 1
#define CONFIG_PREBOOT "usb start"
#endif /* CONFIG_USB_KEYBOARD */
#endif /* CONFIG_MUSB_HCD */
I have connected the device to USB Host but unable to detect.
OMAP3# usb�start
(Re)start USB...
USB: scanning bus for devices... No USB Device found
scanning bus for storage devices... 0 Storage Device(s) found
Any one has tried this on beagle board.. Is it correct way / Approach ?
--
Thanks & Regards
Atul Kumar