2026-03-04 4:48 AM
Hi ST Team,
I am currently working with the STM32MP257F-EV1 based custom carrier board and experiencing an issue during the flashing process(boot mode is eMMC).
Initially, the board works fine and flashing completes successfully. Over the time, the flashing is failing.
From the flash logs, I observe that the failure occurs at partition 0x03 (refer the attached flash_log.txt).
At the same time, the UART console shows panic logs during boot (attached in uart_boot_logs.txt).
Could you help us to know the root cause of this issue and steps to recover?
Thank & regards,
Kaviya
2026-03-19 4:03 AM
Hi @Kaviya_M ,
Please confirm you are using your own customer board that is similar to an EV1, right ?
We noticed that you are attempting to use exact same binaries.
It is unlikely that even with a very similar HW there's no need to tune the DT as some point.
Can you double check BSP DT vs your harware ?
Olivier
2026-03-24 3:22 AM
Hi Olivier,
Yes, we have designed the custom board similar to STM32MP257F-EV1.
The change is we are using eMMC with part number THGBMJG6C1LBAU7 which is 8GB.
Whereas in EVK, the eMMC part number THGBMTG5D1LBAIL which is 4GB.
Attached the kernel device tree for reference.
In Addition to that, Can you provide any power sequence diagram available for STM32MP257F-EV1.
Just want to ensure the same has been incorporated in custom carrier board.
Kindly check and provide us details.
Thanks and regards,
Kaviya
2026-04-10 2:18 AM
Hi @Kaviya_M ,
For power, I guess you are using STPMIC25 right ?
You can refer to
| AN5727 | How to use STPMIC25 for a wall adapter powered application on STM32MP25x lines MPUs | AN5727.pdf |
Indeed, checking all power supply is the right thing to do.
Olivier