commit | 505fba252eb1383f24964d9eb68375ff160ff535 | [log] [tgz] |
---|---|---|
author | David Vincze <david.vincze@linaro.org> | Thu Oct 22 13:53:29 2020 +0200 |
committer | Dávid Vincze <david.vincze@arm.com> | Tue Nov 03 21:52:11 2020 +0100 |
tree | 8f316746790989182c43d3993b06416883c9d3d4 | |
parent | f6c692315c0de92ea7c2102042424eb4497c4150 [diff] |
Boot: Add 'revert' support to direct-xip mode The 'revert' mechanism in direct-xip is similar to the one in swap mode. It requires the trailer magic to be added to the signed image. When a reboot happens without the image being confirmed at runtime (without the image_ok flag being set), the bootloader considers the image faulty and erases it. After this it will attempt to boot the previous image instead. The images can also be made permanent (marked as confirmed in advance) just like in swap mode. Change-Id: Ibde9361d4a7302dd8efbb277b691b71eca0ca877 Signed-off-by: David Vincze <david.vincze@linaro.org>
This is mcuboot version 1.7.0-rc1
MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to define a common infrastructure for the bootloader, system flash layout on microcontroller systems, and to provide a secure bootloader that enables simple software upgrades.
MCUboot is operating system and hardware independent and relies on hardware porting layers from the operating. Currently, mcuboot works with both the Apache Mynewt and Zephyr operating systems, but more ports are planned in the future. RIOT is currently supported as a boot target with a complete port planned.
Instructions for different operating systems can be found here:
The issues being planned and worked on are tracked using GitHub issues. To participate please visit:
Issues were previously tracked on MCUboot JIRA , but it is now deprecated.
Information and documentation on the bootloader are stored within the source.
It was previously also documented on confluence: MCUBoot Confluence however, it is now deprecated and not currently maintained
For more information in the source, here are some pointers:
Developers welcome!