I have an Jetson AGX Orin Developer Kit, with Ubuntu 22.04, Jetpack 6.1 and CUDA Toolkit 12.6. For Some projects I need CUDA Toolkit 11.8, so I want to install CUDA Toolkit 11.8.
I have referenced many workflows on the web, most of which don’t work or even destroy the original environment.
this workflow only provide package for Ubuntu 20.04, but my OS is Ubuntu 22.04
when I execute sudo apt-get -y install cuda, it still installs CUDA Toolkit 12.6. Besides, it makes my origin CUDA Toolkit disabled(can’ t access Unified Memory).
So who can tell me how to install multi-version CUDA on Jetson AGX Orin?
thanks a lot!
AastaLLL has provided the information about the compatibility of JetPack and CUDA
If these suggestions don’t help and you want to report an issue to us, please attach the model, command/step, and the customized app (if any) with us to reproduce locally.
CUDA 12.2 is the default version of JetPack 6.0.
It is also the latest version that can be upgraded for the JetPack 5.x users.
We only support upgrading the library to a newer version (forward compatibility).
To downgrade CUDA for an older version might cause some unexpected problems.