commit | 8d0e5884a08b9289bbd996223188c4529b85ac14 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Wed Sep 13 17:32:44 2017 -0300 |
committer | David Brown <davidb@davidb.org> | Wed Sep 13 17:14:22 2017 -0600 |
tree | 350473e8a753c54ca15a64b942861c1cb589e78b | |
parent | 6a537ee361009f3673a1a11cdf828ee1f955d60a [diff] |
Remove trailer management for overwrite-only When building in overwrite-only, there is no status/trailer management. This commit fixes an issue where there was a write to image_ok/copy_done where those flags where already set (copied from slot 1) which would cause a write over non-erased flash. Signed-off-by: Fabio Utzig <utzig@apache.org>
This is mcuboot, version 1.0.0-rc2
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!