Jetson Nano boots, but there is no eth0.
ifconfig -a lists: dummy0, l4rbr0, lo, rndis0, usb0.
lshw shows four devices (the above minus loopback).
network adapter lights stay dark.
I suspect it’s a hardware issue.
If I add the following to /etc/network/interfaces:
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
and run ifup, I get:
Cannot find device “eth0”
Error getting hardware address for “eth0”: No such device
If I am manually adding a MAC address, I get the same: “No such device”.
$ uname -a
Linux jetson 4.9.140-tegra #1 SMP PREEMPT Wed Mar 13 00:32:22 PDT 2019 aarch64 aarch64 GNU/Linux