Someone asked by email:
-----
Where are the Ethernet MAC addresses stored in the ADRV9361-Z7035?
------
Someone asked by email:
-----
Where are the Ethernet MAC addresses stored in the ADRV9361-Z7035?
------
In the production test for the ADRV9361-Z7035:
it should write a U-Boot environment into the on-board SPI Flash.
That is managed here:
https://github.com/analogdevicesinc/u-boot-xlnx/blob/master/arch/arm/dts/zynq-adrv9361.dts
specifically - https://github.com/analogdevicesinc/u-boot-xlnx/blob/master/arch/arm/dts/zynq-adrv9361.dts#L64-L67
There are some notes on how to set this at (which doesn't go into the details of where things are set).
https://wiki.analog.com/resources/tools-software/linux-software/embedded_arm_images#boot
but it should let you find things with the default image.
-Robin