Ethernet is not working on Jetpack 6.0

I’m using AGX orin devkit.
I build “L4T 36.3(Jetpack 6.0)” and download binary to AGX orin devkit.
mostly functions is work fine. but ethernet is not work(no eth0 device found)
I think ethernet driver is not include in kernel

How can i enable ethernet on Jetpack 6.0?

This issue should not happen on “orin devkit”.

Please share the dmesg and also take a photo of your carrier board.

Here’s my EVB picture


and dmesg
dmesg_agx_orin_24061301.txt (48.0 KB)

below is “ifconfig -a” results
root@eip:/home/eip# ifconfig -a
l4tbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.55.1 netmask 255.255.255.0 broadcast 192.168.55.255
inet6 fe80::1 prefixlen 128 scopeid 0x20
inet6 fe80::3cc7:e7ff:fe79:f387 prefixlen 64 scopeid 0x20
ether 3e:c7:e7:79:f3:87 txqueuelen 1000 (Ethernet)
RX packets 4618 bytes 486670 (486.6 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1292 bytes 150210 (150.2 KB)
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
loop txqueuelen 1000 (Local Loopback)
RX packets 1275 bytes 82862 (82.8 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1275 bytes 82862 (82.8 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

usb0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet6 fe80::3c17:27ff:fe14:8915 prefixlen 64 scopeid 0x20
ether 3e:17:27:14:89:15 txqueuelen 1000 (Ethernet)
RX packets 4637 bytes 488054 (488.0 KB)
RX errors 0 dropped 12 overruns 0 frame 0
TX packets 1314 bytes 211999 (211.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

usb1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether 3e:17:27:14:89:17 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

What is the result of this command?

xxd /proc/device-tree/bus@0/ethernet@6800000/status

This issue is sloved.
I think there’s something missing in rootfs files(nvethernet.ko)
Thank you for your support.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.