2021-11-23 06:10 AM
Hi,
I am planning to build an OTA update system for STM32MP1 which I have been using in my development.
Really appreciated all the inputs.
2021-11-24 09:23 AM
Hi @NPal.2 ,
1 - M4 firmware is located either in rootfs ( /lib/firmware) in case of boot from Linux, or bootfs in case of early boot from Uboot.
In 2 cases its OTA update will then be manage along the OTA of linux partition
2 - Similarly you can put each MCU firmwares to be upgrade inside a linux partition.
Olivier