OTA Updates for M4 on STM32MP1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-11-23 6:10 AM
Hi,
I am planning to build an OTA update system for STM32MP1 which I have been using in my development.
- My question here is that linux based changes can be catered as part of *.swu files in case of OpenSTLinux for A7 , but how do we pack updates for the M4 core alongwith *.swu files for STM32MP1.
- What if I have couple of other MCU connected via JTAG to MP1 and I want to provide them with OTA update , how will I manage this via Yocto ?
Really appreciated all the inputs.
Labels:
- Labels:
-
STM32MP15 Lines
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-11-24 9: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
Olivier GALLIEN
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
