So I have setup my new Jetson AGX Xavier with the JetPack SDK Manager and my host machine got CUDA and NSight System profiler. I was able to run the NSight System profiler from my host machine and profile an application on the Jetson. But when I tried to use the NSight Compute profiler when it trys to connect to my Jetson over SSH it does the following:
Launching: ./hologram (host: 192.168.55.1)
Process launched
Trying to connect to process...
Trying to connect to process on host: 192.168.55.1...
ERROR: ld.so: object '/tmp/var/target/linux-desktop-glibc_2_11_3-glx-x64/libcuda-injection.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
Trying to connect to process on host: 192.168.55.1...
Trying to connect to process on host: 192.168.55.1...
Process exited
I also tried running an application using NSight-Graphics and got the following error:
Trying to connect to process on host: 192.168.55.1...
No protocol specified
terminate called after throwing an instance of 'std::runtime_error'
what(): Pangolin X11: Failed to open X display
Trying to connect to process on host: 192.168.55.1...
Trying to connect to process on host: 192.168.55.1...
Are there any resources available that shows how to use NSight-Compute and NSight-Graphics with the Jetson? Also, do you guys have any idea as to what could be causing these errors?