CUDA Manual Install

Hi,

I have Jetpack 32.6.1, but CUDA is not installed.
I want to manually install it, as I don’t want to re-flash the Jetson AGX.

$ nvcc --version
-bash: nvcc: command not found
$ apt list --installed | grep cuda
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
nvidia-l4t-cuda/stable,now 32.6.1-20210726122859 arm64 [installed,upgradable to: 32.6.1-20210916210945]
$ ls /usr/local/cuda
ls: cannot access '/usr/local/cuda': No such file or directory

Thanks,
Ron

What do you see from “apt search nvcc”? If the answer is something like “cuda-nvcc-10-0” (or some other release), then you could just “sudo apt-get install cuda-nvcc-10-0” (this is an older TX2, so the release would be different on your AGX).

Note: Requires the Jetson to have the NVIDIA repository set up for apt.

Thanks!
That worked.

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