Part Number: TDA2EXEVM
Other Parts Discussed in Thread: DRA722
Tool/software: Linux
Hi Expert,
I used VisionSDK_V2.9 on TDA2Ex echo evm, System response:
With the following modify(orange arrow) can be started:
VISION_SDK_02_09_00_00/ti_components/os_tools/linux/u-boot/u-boot/arch/arm/cpu/armv7/omap-common
But to get the USB device it failed:
root@dra7xx-evm:~# lsusb
unable to initialize libusb: -99
root@dra7xx-evm:~# dmesg | grep -i usb
[ 0.000000] clock: dpll_usb_ck failed transition to 'locked'
[ 0.415973] usbcore: registered new interface driver usbfs
[ 0.416149] usbcore: registered new interface driver hub
[ 0.416345] usbcore: registered new device driver usb
[ 0.572009] platform 4a084000.phy: Driver omap-usb2 requests probe deferral
[ 0.572150] platform 4a085000.phy: Driver omap-usb2 requests probe deferral
[ 1.873379] usbcore: registered new interface driver asix
[ 1.878982] usbcore: registered new interface driver ax88179_178a
[ 1.885468] usbcore: registered new interface driver cdc_ether
[ 1.891512] usbcore: registered new interface driver smsc95xx
[ 1.897443] usbcore: registered new interface driver net1080
[ 1.903388] usbcore: registered new interface driver cdc_subset
[ 1.909501] usbcore: registered new interface driver zaurus
[ 1.915287] usbcore: registered new interface driver cdc_ncm
[ 1.921395] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.938443] usbcore: registered new interface driver cdc_wdm
[ 1.944327] usbcore: registered new interface driver usb-storage
[ 2.415589] usbcore: registered new interface driver usbhid
[ 2.421255] usbhid: USB HID core driver
[ 2.537407] extcon-usb-gpio extcon_usb1: GPIO lookup for consumer id
[ 2.537419] extcon-usb-gpio extcon_usb1: using device tree for GPIO lookup
[ 2.537475] extcon-usb-gpio extcon_usb1: GPIO lookup for consumer vbus
[ 2.537484] extcon-usb-gpio extcon_usb1: using device tree for GPIO lookup
[ 2.537493] of_get_named_gpiod_flags: can't parse gpios property of node '/extcon_usb1[0]'
[ 2.537502] extcon-usb-gpio extcon_usb1: using lookup tables for GPIO lookup
[ 2.537511] extcon-usb-gpio extcon_usb1: lookup for GPIO vbus failed
[ 2.538373] extcon-usb-gpio extcon_usb2: GPIO lookup for consumer id
[ 2.538384] extcon-usb-gpio extcon_usb2: using device tree for GPIO lookup
[ 2.538424] extcon-usb-gpio extcon_usb2: GPIO lookup for consumer vbus
[ 2.538432] extcon-usb-gpio extcon_usb2: using device tree for GPIO lookup
[ 2.538441] of_get_named_gpiod_flags: can't parse gpios property of node '/extcon_usb2[0]'
[ 2.538449] extcon-usb-gpio extcon_usb2: using lookup tables for GPIO lookup
[ 2.538459] extcon-usb-gpio extcon_usb2: lookup for GPIO vbus failed
[ 2.915967] omap-usb2 4a084000.phy: Unbalanced pm_runtime_enable!
[ 2.922621] omap-usb2 4a085000.phy: Unbalanced pm_runtime_enable!
[ 7.072452] clock: dpll_usb_ck failed transition to 'locked'
[ 7.384020] omap-usb2 4a084000.phy: Failed to enable optclk -22
[ 7.390037] dwc3 48890000.usb: failed to initialize core
[ 7.395516] dwc3: probe of 48890000.usb failed with error -16
[ 8.556982] clock: dpll_usb_ck failed transition to 'locked'
[ 8.680082] omap-usb2 4a085000.phy: Failed to enable optclk -22
[ 8.686056] dwc3 488d0000.usb: failed to initialize core
[ 8.691405] dwc3: probe of 488d0000.usb failed with error -16
Also try to update Filesystem tarballs (GLSDK 7_03_00_03), But did not solve.
Why 'DPLL locking failed for 4a008180' occurs? How to solve?

