Question
How can I load a MAC address from EEPROM on an ST32MP157f at boot time using the device tree?
I can read the eeprom in uboot and the kernel. If I add
ethernet@...{
local-mac-address = [ 00 01 02 030 40 05];
};
to the device tree it will be used by the kernel. I can't seem to get any other device tree modifications to work. I'm using a stock kernel, and I'm not sure what other information might be relevant. That you for your attention.
-russ
