2024-11-13 01:39 PM
I've been following the STM32MP15 Discovery kits - Starter Package tutorial to set up my STM32MP157D-DK1 board and am having trouble flashing the SD card via the CubeProgrammer CLI. It successfully loads partitions 0x01, 0x03, then the board disconnects and the flash fails.
Here's screenshots of the CLI output as well as a picture of the board:
Additional info:
Here's the troubleshooting I've done so far:
Any help would be greatly appreciated.
2024-12-29 01:57 AM
I had encountered roughly the same problem on my custom board. I don't have a clue for it. After FIP was flashed and target board resetted, the USB device cannot be enumerated by HOST, and STM32CubeProgrammer timed out.
I had searched the community, there are many suggests about the FAQ at https://community.st.com/s/article/FAQ-STM32MP1-STM32CubeProgrammer-USB-reconnect-error-at-STM32MP1-boot-device-flashing, but the page was archived by ST, I have no ideal about how to access the FAQ.
Is there anyone can help about the problem? Or help to access the FAQ?
2025-01-02 09:10 AM
hi @Chrozick ,
this is two common pitfalls which could make this to happen:
Could you share the board console log by connecting STLINK connector to a PC and running a terminal emulator on the related Virtual Com Port?
Regards.