jetson刷机遇到cuda装不了
Posted ahuzcl
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jetson刷机遇到cuda装不了相关的知识,希望对你有一定的参考价值。
Back to the Jetson, open a new terminal with CTRL + ALT + T
.
cd ~/cuda-l4t
You can use cuda-l4t.sh
to install CUDA 7.0. In this folder, there is also the .deb file for CUDA 7.0.
sudo ./cuda-l4t.sh .cuda-repo-l4t-9-0-local_9.0.252-1——arm64.deb 9.0 9-0
Hit Y
and Enter on any prompt asking for permission. CUDA 9.0 should be installed, but its binaries haven’t been applied globally yet. An entry has been automatically added to ~/.bashrc
, but you still need to reload the ~/.bashrc
.
source ~/.bashrc
Now, check if CUDA 9.0 is installed.
nvcc -V
以上是关于jetson刷机遇到cuda装不了的主要内容,如果未能解决你的问题,请参考以下文章
Jetson Xavier NX刷机安装Ubuntu20.04,配置CUDA,cuDNN,Pytorch等环境教程(英伟达官方源安装,理论适用其它Jetson设备)