I have a IMX8MP board I need to write the data to the eeprom using uuu tool how to do while flashing i have a ethernet ports in which leds to be glow when we connect to the ports so need to write to the eeprom while programming using uuu tool so please help how to write to eeprom while flashing.
You can use uuu to modify the eeprom, you need find other way to modify eeprom, like modify it in SPL code: board/freescale/imx8mp_evk/imx8mp_evk.c or board/freescale/imx8mp_evk/spl.c
how can i do using uuu tool can u please provide any reference document or code.