2025-06-15 12:50 AM - last edited on 2025-06-16 2:10 AM by Andrew Neil
Move from MCU forums: STM32MP25 are MPUs - not MCUs
Hello Experts,
I am using STM32MP257F-DK board and trying to bring up the board with starter package.
I followed the steps as mentioned in this link - https://wiki.st.com/stm32mpu/wiki/STM32MP25_Discovery_kits_-_Starter_Package
The starter package that I have downloaded and flashed - en.FLASH-stm32mp2-openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06.tar.gz
I was able to flash the SD card successfully as mentioned in section 6.
(Note that I have taken care of boot switches accordingly)
However, when I restart the board for booting, seems there are issues and does not stop at login prompt. Instead stops or boots in loop. Attaching 2 logs with 2 instances of reset. Kindly help to review and suggest work around if have missed any steps.
~R
Solved! Go to Solution.
2025-06-20 9:30 AM
Hello Olivier,
FInally I am able to resolve the boot issue. The issue turned out to be due to one of the faulty able used during flashing and port. While image flash was succesful, but seems did not reflected correctly in the SD card. After replacing the cable and port, I see the board is able to boot up. Thanks again for the support!
2025-06-16 8:20 AM
Hi @radbhat ,
Quite unusual issue.
Please specify with .tsv you used for flashing.
Did you try using another SDCard ?
Olivier
2025-06-16 11:45 PM
Hello @Olivier GALLIEN ,
Thanks for your response.
I used this .tsv file as per the wiki guide
flashlayout_st-image-weston/optee/FlashLayout_sdcard_stm32mp257f-dk-optee.tsv
I have tried with another SD card as well, but observed same boot issue.
Look forward to hear from you on possible root cause and the fix.
2025-06-17 2:46 AM
Hi @radbhat ,
We are suspecting an HW issue, maybe around DDR on your board.
I can suggest few trials to eliminate other problem and confirm this assumption:
- provide full log of the flash operation with CubeProg
- try populating the SDCard with dd ( How to populate the SD card with dd command - stm32mpu )
- try booting maintaining a pressure on the SoC ?
- try performing some DDR tests with STM32DDRFW-UTIL - stm32mpu
Thanks
Olivier
2025-06-20 9:30 AM
Hello Olivier,
FInally I am able to resolve the boot issue. The issue turned out to be due to one of the faulty able used during flashing and port. While image flash was succesful, but seems did not reflected correctly in the SD card. After replacing the cable and port, I see the board is able to boot up. Thanks again for the support!