Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NVIDIA SDKManager Linux "Not supported on Ubuntu1904" #1

Open
ShellAlbert opened this issue Jun 17, 2019 · 1 comment
Open

NVIDIA SDKManager Linux "Not supported on Ubuntu1904" #1

ShellAlbert opened this issue Jun 17, 2019 · 1 comment

Comments

@ShellAlbert
Copy link
Owner

ShellAlbert commented Jun 17, 2019

export LSB_ETC_LSB_RELEASE=/etc/lsb-release
修改/etc/lsb_release文件
将其中的Ubuntu 19.04修改为Ubuntu16.04即可

有时候,还是不行,run sdk manager时还是显示Not supported on Ubuntu1904
这个时候,执行如下操作,来欺骗sdk manager的版本判断.
先执行lsb_release -r发现输出如下:
Release: 19.04
执行以下替换操作
sudo mv /usr/bin/lsb_release /usr/bin/lsb_release.backup
echo "#!/bin/bash" > /usr/bin/lsb_release
echo "echo "Release: 19.04" " >> /usr/bin/lsb_release
再次运行sdk manager即可。

@ShellAlbert
Copy link
Owner Author

刷机步骤
在ubuntu19.04下需要安装python2并且重启一次
sudo apt-get install python
然后连接usb线,断电再重新上电。
按住Rec键,再按下Rst键然后松开,这时板子软复位,2秒后松开Rec即可,板子将进入USB Recovery模式,使用lsusb可以查看到Nvidia Corp.设备。
cd /home/zhangshaoyan/nvidia/nvidia_sdk/JetPack_4.2_Linux_P3310/Linux_for_Tegra
sudo ./flash.sh jetson-tx2 mmcblk0p1
等待烧写完成,板子自动重启
重启后,使用鼠标选择第一次启动的ubuntu配置(包括创建用户,密码设置等)。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant