2022-04-22 04:50 PM
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
2022-06-09 05:33 AM
Hello @Russ ,
Sorry for the delay.
I think the major problem with this setup is that you must be sure that I2C (that handles EEPROM) is initialized before the ethernet.
Do you still need help on this topic?
Regards,
Kevin
2022-06-09 08:41 AM