Thunderbolt Support on Jetson AGX Orin

Hi Devs,
What is the level of support for Thunderbolt on the Jetson Orin platform? Say if I connect a PCIe based Thunderbolt card into the PCIe x16 port on the Jetson Orin dev kit, what level of support can I expect from the software stack?
Things I have looked into:

  • Searched the forums for this but didn’t find a concrete answer. Found a similar post but for Xavier: PCIe external thunderbolt adapter on AGX Xavier
  • Compiled the stock latest jammy kernel for the Jetson AGX Orin and noticed that CONFIG_USB4 kernel build flag is unset meaning that USB4/Thunderbolt is unsupported in the linux kernel on the Jetson Orin. Is this understanding correct?
  • Are there any recommended Thunderbolt connector PCIE cards for Jetson Orin like this one from Lenovo?

Thanks!

Actually we only guarantee the PCIe card itself would be detected by pcie controller.

For the rest of drivers, it depend on the vendor and we may not enable it. This requires users to install by themselves.

For example, we don’t know what is the requirement of Thunderbolt card. Whether CONFIG_USB4 is related to it or not, better consulting with the vendor.

Thanks for replying to my question @WayneWWW , so I think if we plug in a thunderbolt pcie card into that slot we will get the basic PCIe enumeration out of box but for everything after that we are on our own/dependent on card vendor.

Yes, it should be detected by PCIe enumeration.

I would like to ask if there will be actual testing in the future? Does Orin support PCIE to expand Thunderbolt?

We don’t have plan to test or support it on Jetson. But if the vendor provides the correct driver in upstream kernel, then enabling it may make it work.

thanks for reply, i find the Jetson Xavier PCIe add on cards tested

I see that the ASUS USB3.1 Card is in the support list. Does this mean that AGX can natively support expanding the Thunderbolt 3 interface through the ASUS USB3.1 Card?

That table was tested 5 years ago on Xaiver. We don’t guarantee it would still work on Orin.

As I know we didn’t test all the things on the list again on Orin.

So far, have there been no cases of expanding the Thunderbolt interface tested on Orin?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.