CUDA11.8 on Jetson AGX Xavier

Is it possible to install a docker with CUDA11.8 on my Jetson AGX Xavier that has been flashed with CUDA11.4.

As in is the driver for the agx xavier able to handle cuda 11.8?

Hi,

It’s possible with compatibility support.

  1. Install CUDA 11.8 with the instructions below:
    https://developer.nvidia.com/cuda-11-8-0-download-archive?target_os=Linux&target_arch=aarch64-jetson&Compilation=Native&Distribution=Ubuntu&target_version=20.04&target_type=deb_local

  2. Export the compat folder:

export PATH=/usr/local/cuda-12/bin:${PATH}
export LD_LIBRARY_PATH=/usr/local/cuda-11.8/compat

Thanks.

Cool thanks! and then how do i go about uninstalling 11.4 to get back space that I need?

Hi,

You can remove it with the apt command directly.
Thanks.

Hi can i install CUDA 11.8 on Jetson Xavier NX, if it possible, can you show me the way how to do it, thank you in advance

Hi,

You can find the instructions above.
Please give it a check.

Thanks.

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