码迷,mamicode.com
首页 > 其他好文 > 详细

jetson刷机遇到cuda装不了

时间:2018-06-19 17:14:51      阅读:556      评论:0      收藏:0      [点我收藏+]

标签:app   arm64   ica   sudo   local   bash   global   new t   mina   

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装不了

标签:app   arm64   ica   sudo   local   bash   global   new t   mina   

原文地址:https://www.cnblogs.com/ahuzcl/p/9199307.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!