Replies: 1 comment 1 reply
-
|
Not in MCUboot, an application could do this by downloading a diff, then running it with the original data from it's own image and writing it into the other slot so that MCUboot is unaware of it and it works which is how someone else has done it (which was presented at a recent zephyr conference) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Wondering if there was ever any talk of adding an update mechanism where only a delta between the old and new application needs to be transferred (with a mapping of where the changes need to go), and then MCUboot can just paste in the changes to the original application. When the application changes are generally minor, this kind of thing can save update time, flash space, and is really beneficial for very low power battery constrained applications. If this hasn't been talked about before, is there is any openness to the idea?
Beta Was this translation helpful? Give feedback.
All reactions