Where do I find BootROM traces error codes ?
I am debugging a STM32MP1 boot but the bootrom does not manage to boot the FSBL from the SDMMC interface.
I extracted the traces and ran the bootrom trace analyzer script. However, some of the error messages contain error codes for which I could not find an explanation.
The relevant lines are:
< @ 00981105 | [ERR ] - SD_OverallRetryCnt ( 0x00000003 ) >
< @ 00981491 | [ERR ] - SD_InitDetailedErrorDesc ( 0x00000029 ) >
< @ 00981907 | [ERR ] - SD_InitFailed >What do the hexadecimal codes mean (the 0x00000003 and 0x00000029)?
In case it is needed, the full output from the script is attached.
Thank you for your help
