Hi
We are using custom carrier board with AGX Orin industrial but Usb3.0(type-A) not working. Our hardware design tested with AGX Xavier industrial. Is work fine with AGX Xavier industrial module.
With AGX Orin industrial when connected usb2.0 device usb2.0 work fine but when connected us3.0 device gives this warning for a long time;
“usb usb2-port2: Cannot enable. Maybe the USB cable is bad?”
Using lanes is here for Usb3.0;
(F13) - USB0_N
(F12) - USB0_P
(G22) - UPHY_TX1_N
(G23) - UPHY_TX1_P
(C22) - UPHY_RX1_N
(C23) - UPHY_RX1_P
tegra-ubuntu:~$ lsusb
Bus 002 Device 002: ID 0451:9261 Texas Instruments, Inc. TUSB9261 USB3.0 to SATA Bridge
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 013: ID 2109:0715 VIA Labs, Inc. Longline Micro Portable SSD
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I think hardware is correct because we tested hardware with Xavier Industrial.
Xavier Industrial - “lsusb” results when plugged usb3.0 device ;
@tegra-ubuntu:~$ lsusb
Bus 002 Device 003: ID 2109:0715 VIA Labs, Inc. Longline Micro Portable SSD
Bus 002 Device 002: ID 0451:9261 Texas Instruments, Inc. TUSB9261 USB3.0 to SATA Bridge
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub