Jetson tk1 hash sum mismatch

sudo apt-get update遭遇Hash Sum Mismatch

修改DNS服务器地址:

sudo gedit /etc/resolv.conf

解决办法:

在装有goagent的情况下:

sudo apt-get -o Acquire::http::proxy="http://127.0.0.1:8087/" update

没有goagent的话。。网上有些其他方法,似乎不太靠谱,试试看吧:

sudo rm -rf /var/lib/apt/lists/*
sudo apt-get clean
sudo apt-get update --fix-missing

为你的L4T选择一个合适的版本,可以用

cat /etc/nv_tegra_release 

来查看L4T的版本号

(运行之后,只需要看结果的第一行即可,R后为版本号,REVISION后为修正号,二者用.连接起来即为我们所需要的版本号,如21.3等。

 

输出处理器的架构:

dpkg --print-architecture
dpkg --print-foreign-architectures     //print allowed foreign architectures

 

posted @ 2016-10-27 15:33  白菜菜白  阅读(282)  评论(1编辑  收藏  举报