How to flash the system without STM32CubeProgrammer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-14 7:31 PM
Hello STMicroelectronics Community:
I would like to ask how to burn the system without using STM32CubeProgrammer. My chip is stm32mp135-AAE3.
Thanks,
Ivy7
- Labels:
-
STM32MP13 Lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-18 4:57 AM
Hi @Ivy7,
I could suggest that you have a look at the STM32 MPU wiki (https://wiki.st.com/stm32mpu/wiki/Main_Page).
The following article might be interesting for you:
* https://wiki.st.com/stm32mpu/wiki/How_to_populate_the_SD_card_with_dd_command: it introduces a script running on Linux host PC to populate only the microSD card device (take care to retrieve the right volume name associated with the microSD card).
Hope this information helps.
Regards,
JC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-18 5:19 AM
Hi @Ivy7 ,
you could also have a look to
https://www.st.com/en/partner-products-and-services/gang-flasher.html
or CubeProgrammer Command line for MPUs
See section 5 of UM2237: STM32CubeProgrammer software description
or CubeProgrammer API
See section 6 of UM2237: STM32CubeProgrammer software description
or if you want to build your own loader (heavy task I think)
AN5275: Introduction to USB DFU/USART protocols used in STM32MP1 and STM32MP2 MPU bootloaders
Btw, could you share the rationale of not using CubeProgrammer ? Speed ? Customization ? License ? else ?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-04-21 6:59 PM
Hi,PatrickF:
Thank you for your answer, I will check out the above link you sent me.
The reason for not using CubeProgrammer is that I want to batch burn the system, but the factory doesn't have the CubeProgrammer, I want to provide them with another solution.
Thanks,
Ivy7
