It's not work "nvidia-smi" on Jetson orin nano

~/code$ nvidia-smi
bash: nvidia-smi: command not found
on Jeckpack5.1.4

Hi,

nvidia-smi is supported in JetPack 6.
Please upgrade the JetPack first.

Thanks.

Thanks,how can I confirm that my driver is working normally?

What do you mean by driver? FYI, Jetsons have an integrated GPU (iGPU) wired directly to the memory controller. What most software expects is a discrete GPU (dGPU) wired to the PCI bus. nvidia-smi, until recently, was only designed to detect dGPUs. In JetPack 5.x nvidia-smi does not exist in any way which can verify or deny that the GPU has a driver. If you flash your Jetson with JetPack 6.x, then there is an nvidia-smi which can function with the iGPU.

1 Like

thanks

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.