Please provide the following info (tick the boxes after creating this topic):
Software Version
[*] DRIVE OS 6.0.8.1
DRIVE OS 6.0.6
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other
Target Operating System
[*] Linux
QNX
other
Hardware Platform
[*] DRIVE AGX Orin Developer Kit (940-63710-0010-300)
DRIVE AGX Orin Developer Kit (940-63710-0010-200)
DRIVE AGX Orin Developer Kit (940-63710-0010-100)
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
other
SDK Manager Version
1.9.3.10904
[*] other
Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
[*] native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other
I have been following this link to install Nvidia GPU Driver: NVIDIA Driver Installation Quickstart Guide :: NVIDIA Tesla Documentation
I then went to this link: CUDA Installation Guide for Linux
Followed the Native installation for Cuda toolkit as shown in the screenshots below:
As seen in the screenshot I selected Deb(local)
I run the below code to install the cuda toolkit which worked
"wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/sbsa/cuda-ubuntu2004.pin
sudo mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-600
sudo dpkg -i cuda-repo-ubuntu2004-12-3-local_12.3.1-545.23.08-1_arm64.deb
sudo cp /var/cuda-repo-ubuntu2004-12-3-local/cuda-*-keyring.gpg /usr/share/keyrings/
sudo apt-get update
sudo apt-get -y install cuda-toolkit-12-3"
However when I ran the code for Nvidia Driver installer (Legacy kernel module flavor) as shown in the screenshot below it did not work at the terminal
here are the screenshots from the terminal:
How do I fix the following errors:
"
Errors were encountered while processing:
/tmp/apt-dpkg-install-hPoqgn/06-libnvidia-gl-545_545.23.08-0ubuntu1_arm64.deb
/tmp/apt-dpkg-install-hPoqgn/11-libnvidia-extra-545_545.23.08-0ubuntu1_arm64.deb
/tmp/apt-dpkg-install-hPoqgn/13-nvidia-utils-545_545.23.08-0ubuntu1_arm64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
"
Thanks