Hi, I flashed my AGX Xavier without installing Cuda, there is no Cuda folder in usr/local/ directory. Now I want to install it, how can I do that, which version is compatible with SDK 5.1.3, is there any installation guide. My system is
aarch64
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION=“Ubuntu 20.04.6 LTS”.
Note: When I tried to install it from SDK using JetPack 5.1.3 it says default ip is not available using USB cable, however by using ethernet, I can ping it.
Also How can I check if the Nvidia GPU drivers installed correctly. IN the Xorg.0.log it says:
[ 31.309] (II) NVIDIA(0): NVIDIA GPU Xavier (nvgpu) (GV11B) at SoC (GPU-0)
[ 31.309] (–) NVIDIA(0): Memory: 27603720 kBytes
[ 31.309] (–) NVIDIA(0): VideoBIOS:
[ 31.310] (–) NVIDIA(GPU-0): HP ZR24w (DFP-0): connected
[ 31.310] (–) NVIDIA(GPU-0): HP ZR24w (DFP-0): External TMDS
For PyTorch, you will need to install the package built with CUDA to use GPU.
But unforutenaly, we don’t have a package for Python 3.11.
We only provide the Python 3.8 package for JetPack 5 users.