I have observed various descriptions in the forum regarding how the Jetson Orin Nano obtains its default MAC address, and some of them are contradictory. For example:
1.The Jetson Nano does not support modifying the default MAC address via EEPROM; instead, a Realtek tool should be used to operate directly on the PHY.
2.The Jetson Nano can configure the default MAC address through the EEPROM (i2c-2, 0x50).
What is the actual situation?
However, according to the instructions in this link, it seems that the default MAC address of the Jetson Nano can be configured via EEPROM (i2c-2, 0x50).
Thank you for your quick and accurate response. Could you please introduce how to modify the default MAC address of the Jetson Orin Nano using Realtek tools?