Hello,
I am using Jetson Xavier NX device for time series data forecasting purpose. The current CUDA version of this device is 10.2 and I need >=11.2 CUDA version. I am following these commands to upgrade the version.
But I got an error while executing sudo dpkg -i cuda-repo-ubuntu1804-11-2-local_11.2.0-460.27.04-1_arm64.deb command and error is as below.
sudo dpkg -i cuda-repo-ubuntu1804-11-2-local_11.2.0-460.27.04-1_arm64.deb
(Reading database … 188712 files and directories currently installed.)
Preparing to unpack cuda-repo-ubuntu1804-11-2-local_11.2.0-460.27.04-1_arm64.deb …
Unpacking cuda-repo-ubuntu1804-11-2-local (11.2.0-460.27.04-1) …
dpkg: error processing archive cuda-repo-ubuntu1804-11-2-local_11.2.0-460.27.04-1_arm64.deb (–install):
cannot copy extracted data for ‘./var/cuda-repo-ubuntu1804-11-2-local/nvidia-kernel-source-460_460.27.04-0ubuntu1_arm64.deb’ to ‘/var/cuda-repo-ubuntu1804-11-2-local/nvidia-kernel-source-460_460.27.04-0ubuntu1_arm64.deb.dpkg-new’: failed to write (No space left on device)
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
cuda-repo-ubuntu1804-11-2-local_11.2.0-460.27.04-1_arm64.deb
I mounted a SSD (which has 157 GB disk free) because of the in-built space issue with the device and I am extracting the files in the mounted folder. But I am getting “No Space” error and when I checked the available space in /dev/root is around 1 GB.
Am I doing this wrong? Do I need to uninstall the current CUDA version first?
Is it possible to upgrade CUDA version in Jetson Xavier NX?
Appreciate if anyone can help on this.
Thank you

