commit | ad055d19e6401e60a0f290fccec97895c80fb5c0 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Mon Jun 29 20:19:26 2020 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Tue Jul 14 11:11:05 2020 -0300 |
tree | 73b092fb323b68fbc3caa0eef8ff4c53af0e6544 | |
parent | a333a4576b553aae32ebb2a8f7eb99cadbf05e57 [diff] |
Allow larger primary slot in swap-move When using swap in move mode, the current compatibility test only allows for same size and layout between slots. This results in one sector that can never be used in the secondary slot, which corresponds to the first move up operation in the primary slot. This relaxes and checking a bit, so both same size slots and a primary with one extra sector are valid. Signed-off-by: Fabio Utzig <utzig@apache.org>
This is mcuboot version 1.6.0
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!