As the question shows, how do I solve
Can someone help me?
The Jetson platform is not able to support external dGPU card.
FYI, most computers have a GPU which sits on the PCI bus, a “discrete” GPU (dGPU). The Jetson GPU is wired directly to the memory controller, and is integrated (an iGPU). The drivers differ quite a bit. Even if you find an NVIDIA driver for arm64, then that driver will not work unless it is specific to that Jetson model. You must use the driver from the JetPack/SDK Manager installation; other GPU drivers will likely conflict and only cause problems.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.