[U-Boot] Issues in U-BOOT for OMAPL137
shilpa jadav
shilpaj2.1 at gmail.com
Wed May 11 11:15:39 CEST 2011
Hi ,
When i am trying to compile u-boot for omapL137 by issuing the following
command
make da830_omapl137_evm_config CROSS_COMPILE=arm-none-linux-gnueabi-
Our goal is to get USB up on the uboot . We are trying to boot OMAPL137 Evm
using USB mass storage device(Pen drive)
I have added the following macros in the /include/configs/da830_evm.h
(followed the instructions from CHANGELOG file)
#define CONFIG_CMD_USB 1
#define CONFIG_USB_STORAGE 1
#define CONFIG_USB_EHCI
#define CONFIG_USB_EHCI_IXP4XX 1
#define CONFIG_EHCI_IS_TDI 1
#define CONFIG_EHCI_DESC_BIG_ENDIAN 1
#define CONFIG_EHCI_MMIO_BIG_ENDIAN 1
#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 1
#define CONFIG_LEGACY_USB_INIT_SEQ 1
This is the error i am seeing consistently.
make[1]: Leaving directory
`/home/dataway/linux_bkup/kalyan/omapl137/DaVinci-PSP-SDK-03.20.00.08/src/u-boot/uboot-03.20.00.08/drivers/usb/musb'
make -C drivers/usb/host/
make[1]: Entering directory
`/home/dataway/linux_bkup/kalyan/omapl137/DaVinci-PSP-SDK-03.20.00.08/src/u-boot/uboot-03.20.00.08/drivers/usb/host'
make[1]: *** No rule to make target `.depend', needed by `libusb_host.a'.
Stop.
make[1]: Leaving directory
`/home/dataway/linux_bkup/kalyan/omapl137/DaVinci-PSP-SDK-03.20.00.08/src/u-boot/uboot-03.20.00.08/drivers/usb/host'
make: *** [drivers/usb/host/libusb_host.a] Error 2
Please help us solving this issue as this is very critical for our
development,
'
thanks
Shilpa
More information about the U-Boot
mailing list