2024-08-01 05:48 PM - edited 2024-08-01 05:49 PM
Yes. I know that is possible to program the STM32MP by using ST-link V2 in CM4 inside STM32CubeIDE.
I want to know if its possible to generate e.g .bin/.stm32 files from CM4 and paste them into a FlashLayout, and then later program it over STM32CubeProgammer.
My goal is to run bare bones code and program that over USB.
Solved! Go to Solution.
2024-08-02 06:58 AM
Hi @DMårt
you cannot run Cortex-M4 FW without a running Linux (or at least uBoot) as Cortex-M4 is seen as a 'coprocessor' of the Cortex-A7 subsystem.
Cortex-M4 FW is located within the bootfs partition (together with many other stuffs), I think this is prepared thru yocto build process (I'm not SW expert).
See some details in this page: https://wiki.st.com/stm32mpu/wiki/How_to_start_the_coprocessor_from_the_bootloader#Introduction
Regards.
2024-08-02 06:58 AM
Hi @DMårt
you cannot run Cortex-M4 FW without a running Linux (or at least uBoot) as Cortex-M4 is seen as a 'coprocessor' of the Cortex-A7 subsystem.
Cortex-M4 FW is located within the bootfs partition (together with many other stuffs), I think this is prepared thru yocto build process (I'm not SW expert).
See some details in this page: https://wiki.st.com/stm32mpu/wiki/How_to_start_the_coprocessor_from_the_bootloader#Introduction
Regards.