Hi all,
I’m having ongoing issues with my AGX Orin after installing JetPack 6.2 (and previously 6.1). The JetPack installs appear successful, but CUDA and PyTorch are not working correctly.
Here’s a breakdown:
nvcc --versionNot Found: This is a primary problem. I’ve tried reinstalling the CUDA toolkit, butnvccremains unrecognized.- PyTorch CUDA Issues:
- I’m using official PyTorch wheels for Jetson.
- Even when
nvidia-smionce showed GPU activity,torch.cuda.is_available()is alwaysFalse.
- Multiple Reinstalls: I’ve reflashed and reinstalled JetPack 6.2 and 6.1 multiple times without success; the errors persist.
It seems CUDA isn’t being installed/recognized correctly, preventing PyTorch from using the GPU.
Could anyone offer guidance or point to resources for a proper JetPack 6.x (6.2 or 6.1) setup on AGX Orin, ensuring CUDA works and is accessible to PyTorch?
I’m looking for tips on:
- Ensuring
nvccis installed and in the system PATH. - Verifying CUDA toolkit installation independently.
- The correct method for installing compatible PyTorch wheels for the Jetson CUDA version.
- Troubleshooting
nvidia-smishowing GPU details whiletorch.cuda.is_available()is false (and confirming ifnvidia-smiis appropriate for Jetson, or if I should usejtop/tegrastats).