Spaces:

File size: 38,433 Bytes
5aefcf4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Ticket Name: usb3.0 none got detected

Query Text:
Part Number: TDA2 Other Parts Discussed in Thread: DRA722, PMP Tool/software: Linux Hi Expert, I'm running Linux Vision SDK v03.02.00(4.4.84) on the custom PCBA and trying to access the USB 3.0 port to read media files but it not all seem to work. Test usb3.0 Transcend(32G) is succeed. But test usb3.0 SanDisk(32G/128G)、TOSHIBA(128G), doesn't get detected, and none print any message. I tried to format if as both FAT and NTFS file systems. But still doesn't get detected. Could you please give some suggestion here? Thanks in advance.

Responses:
Hello, Can you try connecting the non-working USB3.0 flash device using a HUB and check if it works? Also since you mentioned USB3.0 port, What kind of USB receptacle does your custom PCBA have - USB3.0 Micro-AB or USB3.0 Type-A? regards, Praveen

Hello, The non-working USB3.0 flash device using HUB(2.0), it can work. But it will detected usb2.0. USB receptacle is USB3.0 Type-A. regards,

Hi, Can you try connecting this via a USB3.0 HUB and see if it gets enumerated? If it still does not get detected, we may have to look at the board schematics to see how the USB3.0 Type-A receptacle is hookup to the TDA2. One suggestion is to check & compare how the USB3 port is connect on the TI TDA2 EVM. regards, Praveen

Hi, There is no usb 3.0 hub, and buying will be considered. Using hub test is suspected of power? As mentioned earlier, testing Transcend (32G) is succeed. Also need to check the board schematics? regards,

Apart from Transcend (32G), is any other 3.0 device getting enumerated? Want to make sure that it is not a one-of device that's working.. To investigate futher, please do share the following: - Any device tree change made specific to USB - kernel boot log (dmesg) after boot. Also do share the dmesg log for working case and non-wokring case. The reason to ask for checking for board schematics is because the SS lines TXP/TXN, RXP/RXN are sensitive from signal-integrity and need to follow the layout recommentation as per recommendations in SPRAAR7. Hope this has been checked & verified.

Hi, Testing Transcend (32G), SanDisk (32G/128G), TOSHIBA (128G). Only Transcend succeeded. fdtfile=dra72-evm-infoadas.dtb device tree change: - dra72-evm-common.dtsi extcon_usb1: extcon_usb1 { compatible = "linux,extcon-usb-gpio"; // id-gpio = <&pcf_gpio_21 1 GPIO_ACTIVE_HIGH>; id-gpio = <&gpio6 5 GPIO_ACTIVE_HIGH>; }; extcon_usb2: extcon_usb2 { compatible = "linux,extcon-usb-gpio"; // id-gpio = <&pcf_gpio_21 2 GPIO_ACTIVE_HIGH>; id-gpio = <&gpio6 5 GPIO_ACTIVE_HIGH>; }; &omap_dwc3_1 { extcon = <&extcon_usb1>; }; &omap_dwc3_2 { extcon = <&extcon_usb2>; }; &usb1 { // dr_mode = "otg"; dr_mode = "host"; }; &usb2 { dr_mode = "host"; }; - dra72-evm-tps65917.dtsi &usb2_phy1 { //' phy-supply = <&ldo4_reg>; }; &usb2_phy2 { //' phy-supply = <&ldo4_reg>; }; kernel boot log: Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.84-00018-gd326d64-dirty (autorad@autorad-VirtualBox) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #17 SMP PREEMPT Fri Apr 13 14:46:17 CST 2018 [ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] Machine model: TI DRA722 Rev C EVM [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000040300000, size 3 MiB [ 0.000000] Reserved memory: initialized node cmem@40300000, compatible id shared-dma-pool [ 0.000000] Reserved memory: regions without no-map are not yet supported [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 80 MiB [ 0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created CMA memory pool at 0x000000009e000000, size 32 MiB [ 0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: regions without no-map are not yet supported [ 0.000000] Reserved memory: created CMA memory pool at 0x00000000a1000000, size 32 MiB [ 0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool [ 0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 64 MiB [ 0.000000] Reserved memory: initialized node cmem@A9000000, compatible id shared-dma-pool [ 0.000000] cma: Reserved 24 MiB at 0x00000000be400000 [ 0.000000] Forcing write-allocate cache policy for SMP [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] OMAP4: Map 0x00000000bfd00000 to fe600000 for dram barrier [ 0.000000] DRA722 ES2.0 [ 0.000000] PERCPU: Embedded 11 pages/cpu @ef64a000 s14912 r8192 d21952 u45056 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 243264 [ 0.000000] Kernel command line: console=ttyO0,115200n8 vram=16M root=PARTUUID=905c75ac-02 rw rootwait ip=none mem=1024M [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Memory: 509272K/979968K available (6623K kernel code, 319K rwdata, 2388K rodata, 336K init, 290K bss, 298664K reserved, 172032K cma-reserved, 234496K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB) [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc08d502c (9013 kB) [ 0.000000] .init : 0xc08d6000 - 0xc092a000 ( 336 kB) [ 0.000000] .data : 0xc092a000 - 0xc0979da0 ( 320 kB) [ 0.000000] .bss : 0xc097b000 - 0xc09c3800 ( 290 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 32. [ 0.000000] RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div [ 0.000000] OMAP clockevent source: timer1 at 32786 Hz [ 0.000000] Architected cp15 timer(s) running at 6.14MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns [ 0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns [ 0.000016] Switching to timer-based delay loop, resolution 162ns [ 0.000324] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns [ 0.000332] OMAP clocksource: 32k_counter at 32768 Hz [ 0.000755] Console: colour dummy device 80x30 [ 0.000772] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0' [ 0.000777] This ensures that you still see kernel messages. Please [ 0.000782] update your kernel commandline. [ 0.000795] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475) [ 0.000807] pid_max: default: 32768 minimum: 301 [ 0.000907] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000918] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.001476] Initializing cgroup subsys io [ 0.001494] Initializing cgroup subsys memory [ 0.001519] Initializing cgroup subsys devices [ 0.001531] Initializing cgroup subsys freezer [ 0.001543] Initializing cgroup subsys perf_event [ 0.001554] Initializing cgroup subsys pids [ 0.001582] CPU: Testing write buffer coherency: ok [ 0.001794] /cpus/cpu@0 missing clock-frequency property [ 0.001807] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.001842] Setting up static identity map for 0x80008380 - 0x800083e0 [ 0.050030] Brought up 1 CPUs [ 0.050040] SMP: Total of 1 processors activated (12.29 BogoMIPS). [ 0.050047] CPU: All CPU(s) started in HYP mode. [ 0.050052] CPU: Virtualization extensions available. [ 0.050377] devtmpfs: initialized [ 0.080074] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.081093] omap_hwmod: l3_main_2 using broken dt data from ocp [ 0.262295] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.262319] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.273900] pinctrl core: initialized pinctrl subsystem [ 0.274846] NET: Registered protocol family 16 [ 0.275807] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.300210] cpuidle: using governor ladder [ 0.330237] cpuidle: using governor menu [ 0.338926] OMAP GPIO hardware version 0.1 [ 0.345277] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 ! [ 0.367439] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.367450] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.367939] omap4_sram_init:Unable to allocate sram needed to handle errata I688 [ 0.367948] omap4_sram_init:Unable to get sram pool needed to handle errata I688 [ 0.368550] OMAP DMA hardware revision 0.0 [ 0.450911] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported) [ 0.452098] edma 43300000.edma: memcpy is disabled [ 0.456797] edma 43300000.edma: TI EDMA DMA engine driver [ 0.458253] /fixedregulator-sd: could not get #gpio-cells for /ocp/i2c@48070000/gpio@21 [ 0.461374] omap-iommu 40d01000.mmu: 40d01000.mmu registered [ 0.461555] omap-iommu 40d02000.mmu: 40d02000.mmu registered [ 0.461731] omap-iommu 58882000.mmu: 58882000.mmu registered [ 0.461891] omap-iommu 55082000.mmu: 55082000.mmu registered [ 0.464614] i2c i2c-0: of_i2c: modalias failure on /ocp/i2c@48070000/gpio@20 [ 0.464628] i2c i2c-0: of_i2c: modalias failure on /ocp/i2c@48070000/gpio@21 [ 0.464996] palmas 0-0058: Irq flag is 0x00000000 [ 1.481490] omap_i2c 48070000.i2c: timeout waiting for bus ready [ 1.481504] palmas 0-0058: POLARITY_CTRL updat failed: -110 [ 1.481816] palmas: probe of 0-0058 failed with error -110 [ 1.481843] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz [ 1.501680] pcf857x: probe of 4-0026 failed with error -121 [ 1.502081] pca953x 4-0020: failed reading register [ 1.502099] pca953x: probe of 4-0020 failed with error -121 [ 1.502252] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 100 kHz [ 1.502441] media: Linux media interface: v0.10 [ 1.502493] Linux video capture interface: v2.00 [ 1.502533] pps_core: LinuxPPS API ver. 1 registered [ 1.502540] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> [ 1.502563] PTP clock support registered [ 1.502610] EDAC MC: Ver: 3.0.0 [ 1.512134] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400 [ 1.512337] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400 [ 1.512666] Advanced Linux Sound Architecture Driver Initialized. [ 1.513531] clocksource: Switched to clocksource arch_sys_counter [ 1.523589] NET: Registered protocol family 2 [ 1.524103] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 1.524167] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 1.524291] TCP: Hash tables configured (established 8192 bind 8192) [ 1.524348] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 1.524379] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 1.524593] NET: Registered protocol family 1 [ 1.534898] RPC: Registered named UNIX socket transport module. [ 1.534908] RPC: Registered udp transport module. [ 1.534914] RPC: Registered tcp transport module. [ 1.534920] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.535944] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available [ 1.555885] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.566562] NFS: Registering the id_resolver key type [ 1.566590] Key type id_resolver registered [ 1.566598] Key type id_legacy registered [ 1.566653] ntfs: driver 2.1.32 [Flags: R/O]. [ 1.568180] bounce: pool size: 64 pages [ 1.568336] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 1.568351] io scheduler noop registered [ 1.568363] io scheduler deadline registered [ 1.568396] io scheduler cfq registered (default) [ 1.573209] pinctrl-single 4a003400.pinmux: 282 pins at pa fc003400 size 1128 [ 1.573326] pinctrl-single 4a002e8c.pinmux: 1 pins at pa fc002e8c size 4 [ 1.576510] PCI host bridge /ocp/axi@0/pcie_rc@51000000 ranges: [ 1.576523] No bus range found for /ocp/axi@0/pcie_rc@51000000, using [bus 00-ff] [ 1.576562] IO 0x20003000..0x20012fff -> 0x00000000 [ 1.576584] MEM 0x20013000..0x2fffffff -> 0x20013000 [ 1.606660] dra7-pcie 51000000.pcie_rc: link is not up [ 1.606830] dra7-pcie 51000000.pcie_rc: PCI host bridge to bus 0000:00 [ 1.606843] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.606854] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 1.606864] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff] [ 1.607271] PCI: bus0: Fast back to back transfers disabled [ 1.607386] PCI: bus1: Fast back to back transfers enabled [ 1.607479] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff] [ 1.607495] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff] [ 1.607507] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.607736] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt [ 1.663822] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled [ 1.667280] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 301, base_baud = 3000000) is a 8250 [ 2.683177] console [ttyS0] enabled [ 2.687611] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 302, base_baud = 3000000) is a 8250 [ 2.697627] [drm] Initialized drm 1.1.0 20060810 [ 2.703200] 58000000.dss supply vdda_video not found, using dummy regulator [ 2.710410] OMAP DSS rev 6.1 [ 2.714228] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops) [ 2.809836] loop: module loaded [ 2.813363] vmemexp device MAJOR num = 246 [ 2.817534] vmemexp class registered [ 2.821241] /dev/vmemexp device registered [ 2.825370] ioctl DBUFIOC_EXPORT_VIRTMEM = -1072899120 [ 2.833033] m25p80 spi32766.0: unrecognized JEDEC id bytes: 9d, 60, 19 [ 2.840640] libphy: Fixed MDIO Bus: probed [ 2.846339] /ocp/ethernet@48484000: could not get #gpio-cells for /ocp/i2c@48070000/gpio@21 [ 2.903561] davinci_mdio 48485000.mdio: davinci mdio revision 1.6 [ 2.909684] libphy: 48485000.mdio: probed [ 2.916053] cpsw 48484000.ethernet: Detected MACID = 7c:01:0a:19:78:b0 [ 2.922704] cpsw 48484000.ethernet: cpts: overflow check period 800 [ 2.929697] cpsw 48484000.ethernet: cpsw: Detected MACID = 7c:01:0a:19:78:b1 [ 2.938322] mousedev: PS/2 mouse device common for all mice [ 2.954655] i2c /dev entries driver [ 2.958859] ov490 4-0024: Failed reading register 0x300a! [ 2.964336] ov490: probe of 4-0024 failed with error -121 [ 2.974351] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 2.982424] omap_hsmmc 4809c000.mmc: Got CD GPIO [ 2.987486] vsys_3v3: supplied by evm_12v0 [ 2.991651] evm_3v3: supplied by vsys_3v3 [ 2.995733] evm_3v3_sd: supplied by evm_3v3 [ 3.044048] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr25 mode [ 3.050434] omap_hsmmc 480b4000.mmc: no pinctrl state for sdr12 mode [ 3.103894] omap_hsmmc 480d1000.mmc: no pinctrl state for sdr25 mode [ 3.110277] omap_hsmmc 480d1000.mmc: no pinctrl state for sdr12 mode [ 3.133535] omap_hsmmc 480d1000.mmc: no pinctrl state for hs mode [ 3.174285] ledtrig-cpu: registered to indicate activity on CPUs [ 3.194483] aic_dvdd: supplied by evm_3v3 [ 3.205121] NET: Registered protocol family 10 [ 3.213985] sit: IPv6 over IPv4 tunneling driver [ 3.219188] NET: Registered protocol family 17 [ 3.233773] Key type dns_resolver registered [ 3.238177] omap_voltage_late_init: Voltage driver support not added [ 3.264114] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 3.270322] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 3.283576] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [ 3.290182] Power Management for TI OMAP4+ devices. [ 3.313747] Registering SWP/SWPB emulation handler [ 3.321292] dmm 4e000000.dmm: initialized all PAT entries [ 3.334408] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 3.341055] [drm] No driver support for vblank timestamp query. [ 3.357636] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0 [ 3.385999] asoc-simple-card sound@0: tlv320aic3x-hifi <-> 48468000.mcasp mapping ok [ 3.405758] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 3.411968] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 3.418246] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [ 3.425499] hctosys: unable to open rtc device (rtc0) [ 3.442446] mmc0: host does not support reading read-only switch, assuming write-enable [ 3.451262] aic_dvdd: disabling [ 3.454666] ALSA device list: [ 3.457645] #0: DRA7xx-EVM [ 3.461543] Waiting for root device PARTUUID=905c75ac-02... [ 3.468433] mmc0: new high speed SDHC card at address aaaa [ 3.484480] mmcblk0: mmc0:aaaa SL08G 7.40 GiB [ 3.490161] mmcblk0: p1 p2 [ 3.493862] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 3.500074] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 3.506471] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [ 3.557077] mmc1: MAN_BKOPS_EN bit is not set [ 3.594580] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities [ 3.603367] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities [ 3.672401] mmc1: new HS200 MMC card at address 0001 [ 3.688457] mmcblk1: mmc1:0001 IS008G 7.28 GiB [ 3.704163] mmcblk1boot0: mmc1:0001 IS008G partition 1 4.00 MiB [ 3.721480] mmcblk1boot1: mmc1:0001 IS008G partition 2 4.00 MiB [ 3.729466] mmcblk1: p1 p2 [ 3.734051] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 3.748377] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 3.762729] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [ 4.136073] EXT4-fs (mmcblk0p2): recovery complete [ 4.153541] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 4.161704] VFS: Mounted root (ext4 filesystem) on device 179:2. [ 4.174493] devtmpfs: mounted [ 4.177691] Freeing unused kernel memory: 336K [ 4.182151] This architecture does not have kernel memory protection. [ 4.406050] systemd[1]: System time before build time, advancing clock. [ 4.453036] random: systemd: uninitialized urandom read (16 bytes read, 14 bits of entropy available) [ 4.485051] random: systemd: uninitialized urandom read (16 bytes read, 14 bits of entropy available) [ 4.505926] systemd[1]: systemd 229 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN) [ 4.544003] systemd[1]: Detected architecture arm. Welcome to Arago 2016.12! [ 4.584524] systemd[1]: Set hostname to <dra7xx-evm>. [ 4.662286] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 16 bits of entropy available) [ 4.681155] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 16 bits of entropy available) [ 4.703832] random: systemd-gpt-aut: uninitialized urandom read (16 bytes read, 16 bits of entropy available) [ 4.730789] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 17 bits of entropy available) [ 4.769518] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 18 bits of entropy available) [ 4.840607] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available) [ 4.863820] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available) [ 4.883851] random: systemd: uninitialized urandom read (16 bytes read, 20 bits of entropy available) [ 5.294826] systemd[1]: sysinit.target: Found ordering cycle on sysinit.target/start [ 5.302621] systemd[1]: sysinit.target: Found dependency on alignment.service/start [ 5.310427] systemd[1]: sysinit.target: Found dependency on basic.target/start [ 5.317727] systemd[1]: sysinit.target: Found dependency on sockets.target/start [ 5.325178] systemd[1]: sysinit.target: Found dependency on dbus.socket/start [ 5.332349] systemd[1]: sysinit.target: Found dependency on sysinit.target/start [ 5.339796] systemd[1]: sysinit.target: Breaking ordering cycle by deleting job alignment.service/start [ 5.349251] systemd[1]: alignment.service: Job alignment.service/start deleted to break ordering cycle starting with sysinit.target/start [ SKIP ] Ordering cycle found, skipping alignment.service [ 5.386750] systemd[1]: Listening on Syslog Socket. [ OK ] Listening on Syslog Socket. [ 5.413924] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 5.444025] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password Requests to Wall Directory Watch. [ 5.473763] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 5.495230] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 5.523876] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 5.553881] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ OK ] Listening on /dev/initctl Compatibility Named Pipe. [ 5.583889] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 5.613776] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 5.644005] systemd[1]: Listening on Network Service Netlink Socket. [ OK ] Listening on Network Service Netlink Socket. [ 5.687271] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ 5.713828] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 5.733927] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 5.764584] systemd[1]: Created slice System Slice. [ OK ] Created slice System Slice. [ 5.796412] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 5.846329] systemd[1]: Starting Journal Service... Starting Journal Service... [ 5.876473] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 5.924016] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 5.956579] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 5.996404] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems...[ 6.028808] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null) [ 6.039209] systemd[1]: Mounting Temporary Directory... Mounting Temporary Directory... [ 6.089239] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 6.126501] systemd[1]: Starting Setup Virtual Console... Starting Setup Virtual Console... [ 6.142841] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 6.174680] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 6.211059] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted POSIX Message Queue File System. [ 6.243977] systemd[1]: Mounted Debug File System. [ OK ] Mounted Debug File System. [ 6.254016] systemd[1]: Mounted Temporary Directory. [ OK ] Mounted Temporary Directory. [ 6.284112] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ OK ] Started Create list of required sta...ce nodes for the current kernel. [ OK ] Started Remount Root and Kernel File Systems. [FAILED] Failed to start Load Kernel Modules. See 'systemctl status systemd-modules-load.service' for details. [ OK ] Started Setup Virtual Console. Starting Apply Kernel Variables... Starting udev Coldplug all Devices... Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [ OK ] Started Apply Kernel Variables. [ OK ] Started Create Static Device Nodes in /dev. [ 7.151804] systemd-journald[100]: Received request to flush runtime journal from PID 1 [ OK ] Started Flush Journal to Persistent Storage. Starting udev Kernel Device Manager... [ OK ] Reached target Local File Systems (Pre). Mounting /var/volatile... Mounting /media/ram... [ OK ] Mounted /var/volatile. [ OK ] Mounted /media/ram. [ OK ] Started udev Kernel Device Manager. Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems. Starting Create Volatile Files and Directories... [ OK ] Started Load/Save Random Seed. [ 8.209428] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000 [ 8.279115] remoteproc0: 55020000.ipu is available [ OK ] Started Create Volatile Files and Directories. [ 8.316285] remoteproc0: Note: remoteproc is still under development and considered experimental. [ 8.405504] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 8.453835] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 8.461718] omap-rproc 40800000.dsp: assigned reserved memory node dsp1_cma@99000000 [ 8.474088] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 8.480388] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [ 8.503437] remoteproc1: 40800000.dsp is available [ OK ] Started udev Coldplug all Devices. [ 8.568655] remoteproc1: Note: remoteproc is still under development and considered experimental. [ 8.663809] remoteproc1: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed. [ 8.795578] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 8.815045] remoteproc0: registered virtio0 (type 7) [ 8.868760] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 8.968621] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [ 8.994081] omap_rng 48090000.rng: OMAP Random Number Generator ver. 20 [ OK ] Found device /dev/ttyS0. [ 9.054765] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2 [ 9.073380] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm Starting Network Time Synchronization...[ 9.141099] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 9.212938] remoteproc1: registered virtio1 (type 7) Starting Update UTMP about System Boot/Shutdown... [ 9.289299] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [ 9.337778] omap_rtc 48838000.rtc: rtc core: registered 48838000.rtc as rtc0 [ 9.415182] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 9.421400] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 9.576554] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [ OK ] Started Network Time Synchronization. [ 9.688641] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 9.742411] SCSI subsystem initialized [ 9.746551] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 9.752864] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [ 9.996095] ahci 4a140000.sata: SSS flag set, parallel bus scan disabled [ 10.002856] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode [ OK ] Started Update UTMP about System Boot/Shutdown. [ 10.179952] ahci 4a140000.sata: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part ccc apst [ 10.312406] scsi host0: ahci [ OK ] Reached target System Time Synchronized.[ 10.338271] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 340 Starting Synchronize System and HW clocks... [ 10.505789] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ OK ] Started Synchronize System and HW clocks. [ 10.562121] Error: Driver 'omap_wdt' is already registered, aborting... [ 10.592042] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 10.632492] CAN device driver interface [ 10.649004] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3 [ 10.677872] Error: Driver 'omap_wdt' is already registered, aborting... [ 10.686310] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [ 10.780606] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 10.787068] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3 [ 10.800844] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ 10.826701] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 10.833019] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [ 10.844095] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3 [ 10.851718] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=fce3c000, irq=351) [ 10.862024] ata1: SATA link down (SStatus 0 SControl 300) [ OK ] Reached target System Initialization. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ 10.965462] EXT4-fs (mmcblk1p2): recovery complete [ 10.970291] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null) [ 10.998652] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ OK ] Listening on dropbear.socket. [ 11.045824] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. [ OK ] Listening on RPCbind Server Activation Socket. [ 11.081420] extcon-usb-gpio: probe of extcon_usb2 failed with error -16 [ OK ] Started Daily Cleanup of Temporary Directories. [ 11.109875] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ OK ] Reached target Timers. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Reached target Sockets. [ 11.191697] [drm] Initialized pvr 1.14.3699939 20110701 on minor 1 [ 11.198040] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [ OK ] Reached target Basic System. Starting Print notice about GPLv3 packages... [ 11.295710] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 11.301926] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm Starting Login Service... [ OK ] Started Kernel Logging Service. [ OK ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf. Starting Save/Restore Sound Card State... Starting Permit User Sessions... [ OK ] Started D-Bus System Message Bus. [ 11.522690] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 Starting Network Service... [ 12.166966] NET: Registered protocol family 15 [ OK ] Started System Logging Service. Starting uim-sysfs.service... Starting TI MultiCore Tools Daemon... Starting Avahi mDNS/DNS-SD Stack... Starting Telephony service... [ 12.594976] net eth1: initializing cpsw version 1.15 (0) [ 12.667712] net eth0: initialized cpsw ale version 1.4 [ OK ] Started Network Service. [ OK ] Started Save/Restore Sound Card State.[ 12.725112] net eth0: ALE Table size 1024 [ OK ] Started Permit User Sessions. [FAILED] Failed to start TI MultiCore Tools Daemon. See 'systemctl status ti-mct-daemon.service' for details. [ 12.804601] libphy: PHY 48485000.mdio:03 not found [ 12.861042] net eth1: phy "48485000.mdio:03" not found on slave 1, err -19 [ 12.968942] Bluetooth: Core ver 2.21 [ 13.009621] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ 13.038210] NET: Registered protocol family 31 [ 13.090730] Bluetooth: HCI device and connection manager initialized [ 13.102834] Initializing XFRM netlink socket [ 13.109825] net eth0: initializing cpsw version 1.15 (0) [ 13.161617] Bluetooth: HCI socket layer initialized [ 13.195646] libphy: PHY 48485000.mdio:02 not found [ 13.223767] Bluetooth: L2CAP socket layer initialized [ 13.253498] net eth0: phy "48485000.mdio:02" not found on slave 0, err -19 [ 13.277877] Bluetooth: SCO socket layer initialized [ 13.352992] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 13.995695] random: nonblocking pool is initialized [ 14.889664] remoteproc0: powering up 55020000.ipu [ 15.040930] remoteproc0: Booting fw image dra7-ipu2-fw.xem4, size 6042804 [ 15.113680] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1 [ 15.382867] remoteproc0: remote processor 55020000.ipu is now up [ 15.466926] virtio_rpmsg_bus virtio0: rpmsg host is online [ 15.514687] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 15.520905] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 15.528227] remoteproc1: powering up 40800000.dsp [ 15.606823] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [ 15.619553] remoteproc1: Booting fw image dra7-dsp1-fw.xe66, size 7461824 [ 15.715450] omap_hwmod: mmu0_dsp1: _wait_target_disable failed [ 15.721353] omap-iommu 40d01000.mmu: 40d01000.mmu: version 3.0 [ 15.727329] omap-iommu 40d02000.mmu: 40d02000.mmu: version 3.0 [ 16.052032] remoteproc1: remote processor 40800000.dsp is now up [ 16.060348] virtio_rpmsg_bus virtio0: creating channel rpmsg-proto addr 0x50 [ 16.164434] virtio_rpmsg_bus virtio1: rpmsg host is online [ 16.169989] virtio_rpmsg_bus virtio1: creating channel rpmsg-proto addr 0x50 [ 16.220780] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 16.246077] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 16.252400] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [ 16.323510] NET: Registered protocol family 41 [ 16.370248] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 16.425663] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 16.473687] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [ 16.487999] usbcore: registered new interface driver usbfs [ 16.531919] usbcore: registered new interface driver hub [ 16.561630] usbcore: registered new device driver usb [ 16.650354] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 16.683742] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 16.731273] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x00210010 [ 16.793645] xhci-hcd xhci-hcd.0.auto: irq 458, io mem 0x48890000 [ 16.833129] hub 1-0:1.0: USB hub found [ 16.857677] hub 1-0:1.0: 1 port detected [ 16.876983] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 16.883200] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 16.891750] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 16.933623] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 16.972650] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [ 16.995209] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 17.024742] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 17.030959] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm *************************************************************** *************************************************************** NOTICE: This file system contains the following GPLv3 packages: autoconf binutils-dev binutils bison-dev bison cpp-symlinks cpp dosfstools g++-symlinks g++ gawk-dev gawk gcc-symlinks gcc gdb gdbc6x gdbserver gstreamer1.0-libav libcairo-perf-utils libgmp10 libidn11 libmpc3 libmpfr4 m4-dev m4 make nettle parted swig-dev swig If you do not wish to distribute GPLv3 components please remove the above packages prior to distribution. This can be done using the opkg remove command. i.e.: opkg remove <package> Where <package> is the name printed in the list above NOTE: If the package is a dependency of another package you will be notified of the dependent packages. You should use the --force-removal-of-dependent-packages option to also remove the dependent packages as well *************************************************************** *************************************************************** 17.065015] hub 2-0:1.0: USB hub found [[;32m OK ]Started Print notice about GPLv3 packages. [ 17.167127] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [ 17.406505] hub 2-0:1.0: 1 port detected [ 17.474791] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 17.481008] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 17.546933] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [ 17.596958] Adding alias for supply vdd,cpu0 -> vdd,4a003b20.oppdm [ 17.603175] Adding alias for supply vbb,cpu0 -> vbb,4a003b20.oppdm [ 17.686309] ti_oppdm 4a003b20.oppdm: Unable to get vdd regulator:-517 [[;32m OK ]Started Avahi mDNS/DNS-SD Stack. [[;32m OK ]Started Telephony service. [[;32m OK ]Started Login Service. [[;32m OK ]Listening on Load/Save RF Kill Switch Status dev/rfkill Watch. [ OK ] Reached target Sound Card. [ OK ] Started Serial Getty on ttyS0. [ OK ] Started Getty on tty1. [ OK ] Reached target Network. Starting Lightning Fast Webserver With Light System Requirements... Starting Network Name Resolution... [ OK ] Started Lightning Fast Webserver With Light System Requirements. [ OK ] Started Network Name Resolution. [ OK ] Started uim-sysfs.service. Starting rc.pvr.service... [ 18.946726] PVR_K: UM DDK-(3699939) and KM DDK-(3699939) match. [ OK ] [ OK ] Started rc.pvr.service. Starting weston.service... [ OK ] Started weston.service. Starting tiipclad-daemon.service... Starting telnetd.service... [ OK ] Started tiipclad-daemon.service. [ OK ] Started telnetd.service. Starting thttpd.service... [ OK ] Started thttpd.service. Starting rng-tools.service... [ OK ] Started rng-tools.service. Starting gdbserverproxy.service... [ OK ] Started gdbserverproxy.service. Starting matrix-gui-2.0.service... [ OK ] Started matrix-gui-2.0.service. Starting thermal-zone-init.service... [ OK ] Started thermal-zone-init.service. custom board schematics: regards,

Looking at the schematics, one thing that stand out is the 0.1 uF coupling capacitor looks to be mis-placed on the RXN/RXP lines instead of TXN/TXP lines. I am checking with USB H/W expert to confirm if this is the reason for the issue. So please do try testing by swapping them. One minor issue, but it is not the cause of the issue here. Looking at the DTB, both usb1 and usb2 is assigned the same id-gpio. It only mater for OTG case, but since in your case USB1 is host only, it is dont-care, but do correct it. extcon_usb1: extcon_usb1 { compatible = "linux,extcon-usb-gpio"; // id-gpio = <&pcf_gpio_21 1 GPIO_ACTIVE_HIGH>; id-gpio = <&gpio6 5 GPIO_ACTIVE_HIGH>; }; extcon_usb2: extcon_usb2 { compatible = "linux,extcon-usb-gpio"; // id-gpio = <&pcf_gpio_21 2 GPIO_ACTIVE_HIGH>; id-gpio = <&gpio6 5 GPIO_ACTIVE_HIGH>; }; -Praveen