Jetson AGX Orin RGMII Configuration and use

Hi,

  1. When I use ifconfig up/down eth0, “No such device” appears,And describe the MDIO device address disappeared,
root@nvidia-agx-orin:/# ifconfig eth0 up
[  511.543468] mdio_bus 2310000.ethernet: MDIO device at address 1 is missing.
[  511.550695] nvethernet 2310000.ethernet: failed to connect PHY
[  511.556730] net eth0: ether_open: Cannot attach to PHY (error: -19)
SIOCSIFFLAGS: No such device

2.I checked the/proc/interrupts | grep eth have increased, but it is empty, no response.

3.This is the dmesg information after I used ifconfig eth0 up,
dmesg.txt (64.9 KB)