The marked solution states that:
dusty_nvModerator
The Jetson GPU driver infrastructure currently supports integrated GPU and not discrete GPU over PCIe. Those ARM drivers that you were trying to install are for ARM-based servers, and not Jetson.
However, this is in direct conflict with the readme found in the aarch64 nvidia desktop drivers which state:
The NVIDIA aarch64 driver supports any supported discrete NVIDIA GPU connected
to one of the following processors:
o NVIDIA Tegra K1 (64-bit version)
o NVIDIA Tegra X1 or later
o AppliedMicro X-Gene
o Cavium ThunderX
latest driver readme linked here: Chapter 2. Minimum Requirements
This does not include the Xavier NX, but it DOES include the TX1, and TK1.
Could we get a confirmation from a nvidia dev as to the validity of dusty_nv’s statement? It seems to me that the aaarch64 drivers found on the nvidia website are indeed for BOTH nvidia jetson (at least TX1 and K1 64bit devkits) and ARM64 servers.