I’m aware that this issue is probably related more with the carrier board than with the Jetson, but I don’t know how to properly debug the issue.
I’m using the seed-studio carrier board for my Orin NX 8Gb
I can flash it normally and succesfully.
The only issue that I have is that after the USB-C doesn’t seem to work.
Usually with other boards and with a Xavier NX when I connect a USB-C cable to the board and to my computer I get assigned an IP, this doesn’t happen now with the Orin and that board.
With dmesg I don’t see anything appear or disappear when I plug or unplug the USB-C cable
Any suggestions on how to debug this issue would be highly appreciated.
No, not suddenly. Everything works, apart from the USB-C when in running mode. I was just wondering if there was any steps I could do to kind of check what is going on
Could you expand a bit on this answer? Is this an hardware/carrierboard issue? Or is some driver missing?
How can the usb-c works to the flashing procedure, but then not work after flashed?
I already told. There is no answer from us because you are using a custom board. Why this fusb driver cannot work could be hardware or carrier board issue. The driver is not missing as the driver just ran and printed above log.
Could you share the flash log and command you are using for flash so that I can tell how your usb-c work during flash?
FYI, you need a driver, and the less obvious part is that the driver must be able to find the hardware. Since the internal components are not plug-n-play, this means firmware (the device tree) must tell the driver everything it needs to talk to the USB hub chips. This is done with the device tree, and a third party carrier board will route lanes differently, and perhaps use different peripherals. Third party carrier board manufacturers provide that content. If you are building your own carrier board, then you would need to update the device tree.
Thanks for the support. It seems is more likely a problem with the carrier board. I have reached out to them and I am waiting for an answer. Thanks again