commit | 13d9e35d52a4741bda8c0a98b7849d59fa28a341 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Thu Oct 05 20:32:31 2017 -0300 |
committer | David Brown <davidb@davidb.org> | Thu Oct 19 09:28:37 2017 -0600 |
tree | 7c35dfdb7f53cef45d5d6c019b1d5f18b05c32b0 | |
parent | 33fa8ad78c577666590d9eba56e98da1a9c9d305 [diff] |
Add faster copy/erase to overwrite-only mode This add a new option to overwrite-only mode that enables copy/erase of only the amount of sectors that are required to store the source image. This is enabled by default when overwrite-only mode is used. MCUB-70 Signed-off-by: Fabio Utzig <utzig@apache.org>
This is mcuboot, version 1.0.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 easy software upgrade.
MCUboot is operating system and hardware independent, and relies on hardware porting layers from the operating system it works with. 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.
The issues being planned and worked on are tracked on Jira. To participate please visit:
https://runtimeco.atlassian.net/projects/MCUB/summary
Information and documentation on the bootloader is stored within the source, and on confluence:
https://runtimeco.atlassian.net/wiki/discover/all-updates
For more information in the source, here are some pointers:
Developers welcome!