Bringing up a new board with AGX Orin Industrial on a custom carrier board.
When flashing with SDKManager on ubuntu 22 with Jetpack 6.1, lsusb is empty, and no xusb devices are discovered / registered at boot. The USB C ports properly turn on and supply power, but no data seems to be transferring.
Tried with Ubuntu 18 Jetpack 5.1.4 SDKManager and after flash, the usb C hubs are properly discovered at boot, show up in lsusb, and recognize / mount external drives.
For both configurations, I changed ODMDATA to remove gbe, and set the eeprom read size to 0, no other modifications have been made.
Can’t seem to find any information on why this could be on the forums or elsewhere, would appreciate a pointer in the right direction
Hi,
I’ve been following this guide to get up to speed for a week or so, but I didn’t seem to need any usb configuration, since our pin mappings on our board match the ones from the pinmux spreadsheet already, which explains why they work in jetpack 5. My main question is how to track down what’s so different in jetpack 6 that they no longer work?
Should I diff the devicetrees between the jetpack 5 and 6 builds to investigate? Is there some other thing I can use?
We use standalone USB mux HD3SS2522RHUR to connect to USB type-C connector, which should automatically handle 5v and orientation.
What modifications would I need to make to the typec to get it to work? Do I even need that block?
It is not correct even in rel-35 on your board. Default device tree provided by us is only for NV developer kit. NV devkit is using cypress PD for both type C ports. If that thing didn’t exist on your board, then you should modify device tree.
Sometimes driver have error tolerance that it can still run even your device tree is only partially correct. That is the case on rel-35. But on rel-36, the upstream kernel driver does not allow such thing anymore. Thus, your usb is not working anymore.
Please seek the vendor for that HD3SS2522RHUR mux software solution.
We won’t know how to program a arbitrarily usb mux. This needs the help from the vendor.
Just like we had the help from Cypress for their PD controller to write their DT.