2021-09-08 03:25 AM
Hi all,
Is it possible to load .elf to an external STM32 MCU at the boot time of STM32MP1?
I specifically want to target an external STM32MCU not the internal M4.
How it can be achieved?
Solved! Go to Solution.
2021-09-08 04:50 AM
The serial port boot loader protocol is documented. There is an app stm32flash that implements it. The ELF object format is also documented.
2021-09-08 04:50 AM
The serial port boot loader protocol is documented. There is an app stm32flash that implements it. The ELF object format is also documented.
2021-09-08 06:48 AM
Thanks. Just installed it on DK2 kit. Giving it a shot in sometime.