Please provide the following info (check/uncheck the boxes after clicking “+ Create Topic”):
Software Version
[*] DRIVE OS Linux 5.2.0
DRIVE OS Linux 5.2.0 and DriveWorks 3.5
NVIDIA DRIVE™ Software 10.0 (Linux)
NVIDIA DRIVE™ Software 9.0 (Linux)
other DRIVE OS version
other
Target Operating System
[*] Linux
QNX
other
Hardware Platform
[*] NVIDIA DRIVE™ AGX Xavier DevKit (E3550)
NVIDIA DRIVE™ AGX Pegasus DevKit (E3550)
other
SDK Manager Version
[*] 1.4.0.7363
other
Host Machine Version
[*] native Ubuntu 18.04
other
Hi,
Is there a way to manually install the cuda-toolkit-10-2 package or an equivalent package on DRIVE OS 5.2.0?
I have tried “sudo apt search cuda” command but I did not see this package. Here is the output:
nvidia@tegra-ubuntu:/usr/local/cuda-10.2/lib64$ sudo apt search cuda
[sudo] password for nvidia:
Sorting... Done
Full Text Search... Done
caffe-cpu/bionic 1.0.0-6 arm64
Fast, open framework for Deep Learning (Meta)
cuda-cudart-10-2/now 10.2.187-1 arm64 [installed,local]
CUDA Runtime native Libraries
cuda-cufft-10-2/now 10.2.187-1 arm64 [installed,local]
CUFFT native runtime libraries
cuda-cuobjdump-10-2/now 10.2.187-1 arm64 [installed,local]
CUDA cuobjdump
cuda-curand-10-2/now 10.2.187-1 arm64 [installed,local]
CURAND native runtime libraries
cuda-cusolver-10-2/now 10.2.187-1 arm64 [installed,local]
CUDA solver native runtime libraries
cuda-cusparse-10-2/now 10.2.187-1 arm64 [installed,local]
CUSPARSE native runtime libraries
cuda-gdb-10-2/now 10.2.187-1 arm64 [installed,local]
CUDA-GDB
cuda-libraries-10-2/now 10.2.187-1 arm64 [installed,local]
CUDA Libraries 10.2 meta-package
cuda-license-10-2/now 10.2.187-1 arm64 [installed,local]
CUDA licenses
cuda-memcheck-10-2/now 10.2.187-1 arm64 [installed,local]
CUDA-MEMCHECK
cuda-npp-10-2/now 10.2.187-1 arm64 [installed,local]
NPP native runtime libraries
cuda-nvdisasm-10-2/now 10.2.187-1 arm64 [installed,local]
CUDA disassembler
cuda-nvgraph-10-2/now 10.2.187-1 arm64 [installed,local]
NVGRAPH native runtime libraries
cuda-nvrtc-10-2/now 10.2.187-1 arm64 [installed,local]
NVRTC native runtime libraries
On DRIVE SW 10 I used to copy the “cuda-repo-ubuntu1804-10-2-local-10.2.19_1.0-1_arm64.deb” from the Host PC where the sdkmanager is installed to the Drive AGX target board. Then execute the following commands:
#Execute the following commands on the Drive Target board
sudo dpkg -i cuda-repo-ubuntu1804-10-2-local-10.2.19_1.0-1_arm64.deb
# List the Meta Packages Available for CUDA 10.2
cat /var/lib/apt/lists/*cuda*Packages | grep "Package:"
sudo apt install cuda-toolkit-10-2
sudo apt install cuda-libraries-10-2
But now on the Host Machine where I installed DRIVE OS 5.2.0 through the sdkmanager I could not find any debian packaged for CUDA.
Thanks in advance for any help.
Best regards,
-Daniel