I am using a physical desktop not a VM and flashing the target device successfully with JetPack, the first sign of a problem is when JetPack tries to determine the IP address of the target, it gets stuck because the wired ethernet is not working.
In order to complete the Jetpack installation, I was able to do this by connecting the Wifi and selecting retry after the Jetpack timed out in it’s inital attempt to determine the IP address. However I still need the wired ethernet to work for my project.
I am hoping this is a firmware issue but maybe my Jetson is defective. I can successfully connect another device to my router using the same cable, which rules out a cable or router issue and as far as I can tell (after checking the logs on the router), when I connect the Jetson to the router there are no requests from the Jetson to require an IP address.
If I run ifconfig on the Jetson I get the following…
eth0 Link encap:Ethernet HWaddr 00:04:4b:a8:4b:bb
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:42
l4tbr0 Link encap:Ethernet HWaddr 16:6f:b0:e9:99:5b
inet addr:192.168.55.1 Bcast:192.168.55.255 Mask:255.255.255.0
inet6 addr: fe80::60de:feff:fe97:1359/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:49 errors:0 dropped:0 overruns:0 frame:0
TX packets:47 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8518 (8.5 KB) TX bytes:4431 (4.4 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:202 errors:0 dropped:0 overruns:0 frame:0
TX packets:202 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:14907 (14.9 KB) TX bytes:14907 (14.9 KB)
usb0 Link encap:Ethernet HWaddr 62:c8:9f:11:9b:b6
inet6 addr: fe80::60c8:9fff:fe11:9bb6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:24 errors:24 dropped:0 overruns:0 frame:24
TX packets:95 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4221 (4.2 KB) TX bytes:16612 (16.6 KB)
usb1 Link encap:Ethernet HWaddr 16:6f:b0:e9:99:5b
inet6 addr: fe80::146f:b0ff:fee9:995b/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:25 errors:0 dropped:0 overruns:0 frame:0
TX packets:93 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4297 (4.2 KB) TX bytes:12252 (12.2 KB)
wlan0 Link encap:Ethernet HWaddr 00:04:4b:a8:4b:b9
inet addr:192.168.11.15 Bcast:192.168.11.255 Mask:255.255.255.0
inet6 addr: fe80::9fc2:3dc6:4b28:f164/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:50 errors:0 dropped:0 overruns:0 frame:0
TX packets:75 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:20409 (20.4 KB) TX bytes:8294 (8.2 KB)
I would really appreciate confirmation that there are no issues with the latest version of JetPack using the ethernet connector.