Hi,
I am using the official agx orin devkit and I am using the stock dtb from 35.6.2. Secure boot is enabled. With this setup, I get the following errors:
dmesg | grep -i nvethernet
[ 9.858409] nvethernet 6810000.ethernet: Adding to iommu group 51
[ 9.864965] nvethernet 6810000.ethernet: failed to read skip mac reset flag, default 0
[ 9.873114] nvethernet 6810000.ethernet: failed to read MDIO address
[ 9.879664] nvethernet 6810000.ethernet: setting to default DMA bit mask
[ 9.886574] nvethernet 6810000.ethernet: failed to read UPHY GBE mode- default to 10G
[ 10.287806] nvethernet 6810000.ethernet: No MAC address in local DT!
[ 10.294341] nvethernet 6810000.ethernet: failed to get MAC address
[ 10.302661] nvethernet: probe of 6810000.ethernet failed with error -22
In particular it fails to read the MDIO address and there is No Mac address in local DT. Can you confirm that EEPROM should appears on bus 7?
sudo i2cdetect -y -r 7
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: β β β β β β β β β β β β β
10: β β β β β β β β β β β β β β β β
20: β β β β β β β β β β β β β β β β
30: β β β β β β β β β β β β β β β β
40: β β β β β β β β β β β β β β β β
50: β β β β β β β β β β β β β β β β
60: β β β β β β β β β β β β β β β β
It is empty, which look strange.
Could it be an hardware fault? I have seen similar references where NVIDIAβs own diagnosis of a failed PHY/EEPROM subsystem requiring board replacement.
Please advice
Thanks