ShellAlbert / Jetson-TX2

new platform for processing video & audio
GNU Lesser General Public License v3.0
2 stars 0 forks source link

flash jetson tx2 #2

Open ShellAlbert opened 5 years ago

ShellAlbert commented 5 years ago

使用nvidia sdk manager刷机后,当运行到 Install SDK components on your Jetson TX2时 要保证,ubuntu18.04能ping通192.168.55.1并且能使得root进行ssh登录 (可在终端使用ssh root@192.168.55.1先测试一下)

同时要保证jetson tx2能访问网络,设置为 192.168.137.1/255.255.255.0/192.168.137.1/114.114.114.114 因为安装过程中会联网下载一些安装包,如果不能访问网络将导致安装失败

jetson tx2跟host是通过usb线(usb网络)进行通信的,所以在jetson tx2 上查看ifconfig -a时,会发现有一块网卡默认ip就被设置为192.168.55.1

vim /etc/ssh/sshd_config add new line PermitRootLogin yes sudo service ssh restart

在host上执行 sudo ifconfig enp0s20f0u10 192.168.55.100 netmask 255.255.255.0 ping 192.168.55.1 ssh root@192.168.55.1

ShellAlbert commented 5 years ago

QQ图片20190618102219

ShellAlbert commented 5 years ago

QQ图片20190618102243

ShellAlbert commented 5 years ago

QQ图片20190618102227