When i flashing image into my custom board (i.MX8M Plus) via UUU tool, i experienced the error on below picture.
Hi @Jimmychea
1. Have you tried to flash other images that were working?
2. Have you tried with another version of UUU tool?
3. Try with -V or connecting debug port to see more related error information.
Best regards
Harvey
The root cause was
from
ddrparam set TrainInfo 0xC8 #0x05 = Detailed debug (e.g. eys delays)
to
ddrparam set TrainInfo 0x05 #0x05 = Detailed debug (e.g. eys delays)
and generated the lpddr4_timing.c, place it into BSP and rebuild the image. However the image caused the error happened.
May i know why cannot change it ?