Hi dears! I have installed successfully the jetpack 5.1.1 into the jetson orin nano 8GB. However when I run the command (nvidia-smi) after the installation (I reboot it) this is throwing “command not found”…
orin@ubuntu:~$ nvidia-smi
-bash: nvidia-smi: command not found
In the next picture we can see that cuda was installed successfully through a Virtual machine (host machine)
However when I run “nvcc --version” this throwed
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Sun_Oct_23_22:16:07_PDT_2022
Cuda compilation tools, release 11.4, V11.4.315
Build cuda_11.4.r11.4/compiler.31964100_0
Now I have the next question, is possible fix the “command not found” when we run the command “nvidia-smi”?
thanks in advance.