when I run device query script to check the GPU, it says , CUDA Driver version insufficient for CUDA runtime version, Result = Fail

HI,

I am trying to check if my Jetson Nano has CUDA drivers installed. When I run device query script, It says the cuda runtime is insuffcient for the CIUDA runtime version. How to resolve this issue. How to upgrade the version ?

Hi,

The GPU driver for Jetson platform is integrated into the OS image.

Do you flash the system and install the packages from the same JetPack version?
“insufficient error” usually occurs when the system and packages comes from different version, which leads to incompatible issue.

Thanks.