Other Parts Discussed in Thread: DRA712
Tool/software: Linux
HI
We are using the dra712 series chip, the SDK version number is dra7xx-evm-03_02_00_03
I want to use the USB flash disk boot kernel in u-boot. I executed "usb start" in uboot, but I did not find the storage device.
Serial port printing
=> usb start
starting USB...
USB0: Register 2000140 NbrPorts 2
Starting the controller
USB XHCI 1.00
scanning bus 0 for devices... 1 USB Device(s) found
scanning usb for storage devices... 0 Storage Device(s) found
/include/configs/dra7xx-evm.h
the u-boot config/* USB xHCI HOST */
#define CONFIG_USB_HOST
#define CONFIG_USB_XHCI
#define CONFIG_USB_XHCI_DWC3
#define CONFIG_USB_XHCI_OMAP
#define CONFIG_USB_STORAGE
#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2
#define CONFIG_OMAP_USB_PHY
#define CONFIG_OMAP_USB2PHY2_HOST
#define CONFIG_USB_FUNCTION_MASS_STORAGE
dra7xx_evm_defconfig
CONFIG_CMD_USB=y
CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_USB_DWC3=y
CONFIG_USB_DWC3_GADGET=y
CONFIG_USB_DWC3_OMAP=y
CONFIG_USB_DWC3_PHY_OMAP=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_DOWNLOAD=y
Can you give some advice?
thank you very much!