Replies: 2 comments 3 replies
-
Is that JetPack 4.6 running on your custom carrier, or on a development kit? If it's on your custom carrier, have you checked that your kernel config, device tree, ODMDATA setting, and pinmux configuration are the same for both the JetPack builds and your Yocto builds? Are the USB ports on your custom carrier board wired up exactly the same way on the reference carrier board on the dev kit? The only thing I'm seeing in the kernel log you attached is a lot of messages about USB resets, like this one:
which don't look normal. Cranking up the debug level in the relevant drivers might help in figuring out what's going on. |
Beta Was this translation helpful? Give feedback.
-
Im pretty sure, that it is not device related. I have tested several usb 3.0 drives, usb 3.0 hubs and cameras. On the yocto build every usb 3.0 device is attached to the usb 2.0 bus (every device is detected as a high speed device) But the usb 3.0 bus is presented, firmware is okay, device tree file is okay. I'm now starting to debug inside the kernel. I will also check for special udev rules. |
Beta Was this translation helpful? Give feedback.
-
Hi,
we have a custom Xavier NX board and some problemes with a USB 3.0 port.
Devices plugged in into that port are recognized as USB 2.0 devices only.
The port itself seems to be okay and lsusb reports 10000M for this port.
Output form
lsusb -t
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=tegra-xusb/4p, 10000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=tegra-xusb/4p, 480M
|__ Port 3: Dev 2, If 0, Class=Hub, Driver=hub/7p, 480M
|__ Port 1: Dev 4, If 2, Class=Miscellaneous Device, Driver=, 480M
|__ Port 1: Dev 4, If 0, Class=Miscellaneous Device, Driver=, 480M
|__ Port 1: Dev 4, If 1, Class=Miscellaneous Device, Driver=, 480M
|__ Port 5: Dev 3, If 0, Class=Communications, Driver=cdc_ether, 480M
|__ Port 5: Dev 3, If 1, Class=CDC Data, Driver=cdc_ether, 480M
`
The device on port 1 is reported with 480M, but should be USB 3.0 super speed.
With the default Nvidia Jetpack 4.6 we dont have the problem, only with the yocto build.
dmesg.log
Beta Was this translation helpful? Give feedback.
All reactions