Hello An user reported on IRC that he get two OrangePi PC with the same MAC address with uboot 2016.05 and sun8i-emac v4. Giving the following MAC address 02:20:08:00:00:00
He dumped the two SID using devmem2: 2004620 34344314 503A04CE 8000000 2004620 34344314 503B0C0E 8000000 According to board/sunxi/board.c, the MAC address is generated from sid[0] and sid[3] According to http://linux-sunxi.org/SID_Register_Guide, it seems that only sid[2] is always different. So probably the MAC address generation should be modified. It is strange that the board didnt get the CRC32 of sid[3], but the problem would remain the same. Regards Corentin Labbe -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
