Part Number: TDA2EVM5777
Tool/software: Linux
Hi Expert,
I used following prebuilt on VAYU EVM XC5777X CPU Board.
downloads.ti.com/.../index_FDS.html
boot-dra7xx-evm.tar.gz、arago-glsdk-multimedia-image-dra7xx-evm.tar.gz (GLSDK 7_03_00_03)
System response:
root@dra7xx-evm:~# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
root@dra7xx-evm:~# dmesg | grep -i dwc3
[ 6.123869] dwc3 48890000.usb: otg: primary host xhci-hcd.0.auto registered
[ 6.133057] dwc3 48890000.usb: otg: shared host xhci-hcd.0.auto registered
[ 6.140091] dwc3 48890000.usb: otg: can't start till gadget registers
[ 6.322619] dwc3 48890000.usb: otg: gadget gadget registered
And used following.
Vision SDK v02.09.00 Linux User Guide.pdf
Clone kernel(glsdk-7.03.00.03)
$> git clone git://git.omapzoom.org/kernel/omap.git
$> git checkout -b kernel_dev 84bfe0e20dd2593212cba68edfbd49a2b23b8975
When the compilation is finished only copy the zImage to the SD card.
But system response:
root@dra7xx-evm:~# lsusb
unable to initialize libusb: -99
root@dra7xx-evm:~# dmesg | grep -i dwc3
(nothing!)
Why dwc3 did not start?
The zImage of Prebuilt and clone kerne are different,
How to get prebuilt zImage's .config?