OS Image is not compatible with NVIDIA System Profiler

The system profiler says my jetson tx2 is missing a kernel module. Strange since I can run cuda commands fine on the tx2 and I installed everything.

you may setup the nvidia visual system profiler at a host, but command line profiler should work at tx2 as far as I remember
https://devtalk.nvidia.com/default/topic/1029816/jetson-tx2/nvprof-incompatible-cuda-driver-version-on-tx2/

Thanks for the info, I was running the system profiler on the host and got that error when trying to connect to the tx2

Hi,

This log means there is no kernel code in your application(No target to profile).

Do you include any CUDA kernel inside your source?
Or could you try to profile a CUDA sample to see if any issue?

Thanks.