Always in the past, the default MAC address has been da:19:c8:7a:6d:f4 ---the address found in the /boot/boot.txt file.
However, with the most recent installs, the default address on the adapter is different from the boot.txt value. I've tried a v2 and v3 board. Just to make sure I didn't clobber something during testing, I re-downloaded the image files and performed an installation per these instructions, up through step 12...I do have a serial console attached.
https://archlinuxarm.org/platforms/armv ... stallationHere is what the "virgin" install says---still the same MAC address as before:
[root@alarm ~]# ip link show eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether a2:ce:c4:4a:ae:e4 brd ff:ff:ff:ff:ff:ff
Very odd. I'll inspect uboot via the console and see if that MAC string appears to be embedded anywhere.
Thanks!