I need help to install nsight system in my jetson nano with jetpack 4.6.1. My jetson nano is connected in a remote location, so I can not use visual sdk manager to install it. I have connecttion to my jetson via ssh. Do you have some manual to install nsight system via terminal to the jetson??
Can I download a .deb? I was trying to install some of this and didnt work
At the end I just want to run the application, generate the file.nsys-rep and copy that remote to my local machine, where I can read it.
Timestamp counter supported: Yes
Sampling Environment Check
Linux Kernel Paranoid Level = 2: OK
Linux Distribution = Ubuntu
Linux Kernel Version = 4.9.253-tegra: OK
Linux perf_event_open syscall available: OK
Sampling trigger event available: OK
Intel(c) Last Branch Record support: Not Available
Root privileges: Yes
Kernel module: Available
Sampling Environment: OK
Inside the container I launch the profiler with the following command
/opt/nvidia/nsight-systems-cli/bin/nsys profile -t cuda,osrt,nvtx,cudnn -y 40 -d 20 python3 app.py
This app.py is a deepstream application
A .nsys-rep is generated but it doesnt collect any traces. This is the report.