Install CUDA 11.4 for Jetson Orin

image
Currently, my Jetson Orin NX does not have cuda available with Jetpack.

Currently I want to install CUDA 11.4.19 (as required by Jetpack 5.1.2. (Wish or another version of cuda 11.4 is also possible) for Jetson. But I can’t install it, try downloading and installing arm64-sbsa but it doesn’t work, you can help me.

Hi,

CUDA can be installed with apt directly.

$ sudo apt-get update
$ sudo apt-get install cuda

Thanks.

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