NSight Systems install for Custom Carrier Board Xavier NX

Hi All,

I have a Xavier NX in an Axiomtek box, which I have been using for some CUDA work. It came with a Jetpack 4.x OS build, CUDA-10, and I was using NVProf to profile the code.

I have since obtained a Jetpack 5.X OS build from the OEM with CUDA 11.4, which I have installed on the machine. Unfortunately, it does not have NVProf, nor does it seem to have NSight Systems installed. Furthermore, my prototype code seems to be running much slower on CUDA11, which is very difficult to debug without a profiler.

Is there yet a way of installing a functioning NVProf or Nsys on a Jetson, without reinstalling from the Jetpack Developer Kit builds, which may not be possible here?

Thanks for any help!

Hi,

You should be able to install it via the apt command:

$ sudo apt install nsight-systems-2023.2.4

Thanks.