Qengineering / Jetson-Nano-Ubuntu-20-image

Jetson Nano with Ubuntu 20.04 image
https://qengineering.eu/install-ubuntu-20.04-on-jetson-nano.html
BSD 3-Clause "New" or "Revised" License
702 stars 74 forks source link

nvidia-driver_535 #80

Open Aya-Annabi opened 5 months ago

Aya-Annabi commented 5 months ago

when i execute nvidia-smi command i got an error Command 'nvidia-smi' not found, but can be installed with:

sudo apt install nvidia-utils-525 # version 525.147.05-0ubuntu0.20.04.1, or sudo apt install nvidia-utils-525-server # version 525.147.05-0ubuntu0.20.04.1 sudo apt install nvidia-utils-535 # version 535.129.03-0ubuntu0.20.04.1 sudo apt install nvidia-utils-535-server # version 535.129.03-0ubuntu0.20.04.1 and when I tried these above commands but when I checked the cuda version jetson@nano:~$ nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2022 NVIDIA Corporation Built on Wed_Sep_21_10:43:33_PDT_2022 Cuda compilation tools, release 11.8, V11.8.89 Build cuda_11.8.r11.8/compiler.31833905_0 and since then I got the error every time I tried to install anything even I tried to install the nvidia driver sudo apt install nvidia-driver-535 Reading package lists... Done Building dependency tree
Reading state information... Done nvidia-driver-535 is already the newest version (535.171.04-0ubuntu0.20.04.1). You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: nvidia-driver-535 : Depends: libnvidia-gl-535 (= 535.171.04-0ubuntu0.20.04.1) but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). and the 'apt --fix_broken install' couldn't fix the issues dpkg: error processing archive /var/cache/apt/archives/libnvidia-gl-535_535.171. 04-0ubuntu0.20.04.1_arm64.deb (--unpack):

Qengineering commented 5 months ago

nvidia-smi is used for CUDA accelerated graphic videocards in a PC environment, like GeForce RTX3060 Since the Jetson Nano is a SOC based device, it will not work.