Expanding the number of images supported #2213
michaelthomasj
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I'm not aware of any discussions about this. I think a good first step would be to analyze the code that deals with multiple images and see how much of it is just hard coded to the two images, and how much uses loop like constructs. The kinds of things that will make it more difficult are when the code refers to the image or slots by names instead of by an index. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently MCUBoot has a limit of 2 on the number of images that it validates.
I think there are use cases where MCUboot needs to validate update more than 2 images. Examples include TrustZone based projects where in addition to the secure and non-secure applications there is a linked module for a WiFi/Bluetooth SoC. Another would be dual core that uses TrustZone.
Has anyone already proposed this or is working on a similar update?
Beta Was this translation helpful? Give feedback.
All reactions