Dear all,
I download https://developer.download.nvidia.com/training/nano/dlinano_v1-0-0_image_20GB.zip and use balena etcher to write *.zip file into a 64 GB sdcard at my Windows 10 environment.
I follow the Headless Device Mode Setup. I put a jumper at J48 and power led is on.
My host is Ubuntu 18.04.2 LTS
suryadi@xtal:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 8087:0aa7 Intel Corp.
<b>Bus 001 Device 010: ID 0955:7f21 NVidia Corp. </b> <-- Jetson Nano (?)
Bus 001 Device 005: ID 0461:4e66 Primax Electronics, Ltd
Bus 001 Device 004: ID 046d:c31c Logitech, Inc. Keyboard K120
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
suryadi@xtal:~$ ifconfig
enp4s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.100.10 netmask 255.255.0.0 broadcast 192.168.255.255
inet6 fe80::d3c6:d6df:da9:f42b prefixlen 64 scopeid 0x20<link>
ether c0:7c:d1:fd:52:9c txqueuelen 1000 (Ethernet)
RX packets 43222 bytes 56985183 (56.9 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 23445 bytes 2260904 (2.2 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 814 bytes 80751 (80.7 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 814 bytes 80751 (80.7 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.13 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::126:70bd:c131:9196 prefixlen 64 scopeid 0x20<link>
ether 30:e3:7a:11:66:0b txqueuelen 1000 (Ethernet)
RX packets 43061 bytes 58927524 (58.9 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 15171 bytes 2296975 (2.2 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
suryadi@xtal:~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default _gateway 0.0.0.0 UG 100 0 0 enp4s0
default _gateway 0.0.0.0 UG 600 0 0 wlp3s0
link-local 0.0.0.0 255.255.0.0 U 1000 0 0 wlp3s0
192.168.0.0 0.0.0.0 255.255.0.0 U 100 0 0 enp4s0
192.168.1.0 0.0.0.0 255.255.255.0 U 600 0 0 wlp3s0
suryadi@xtal:~$ traceroute 192.168.55.1
traceroute to 192.168.55.1 (192.168.55.1), 30 hops max, 60 byte packets
1 xtal (192.168.100.10) 3062.926 ms !H 3062.878 ms !H 3062.853 ms !H
I still can put Jetson Nano (dev kit) into recovery mode and issue command to flash it from a host. However it stuck at
Writing partition APP with system.img
[ 76.9557 ] [..... ] 010%
Error: Return value 1
Command tegradevflash --pt flash.xml.bin --storageinfo storage_info.bin --create
Failed flashing t210ref.
How to determine whether the Jetson Nano is boot correctly? Because when I put a monitor, a mouse, a keyboard → its screen blank and nothing happens at all.
Thank you very much in advance.
Warmest Regards,
Suryadi