commit | 0c9266f66a81f019526703ad38e87f74c3e4f77e | [log] [tgz] |
---|---|---|
author | Tamas Ban <tamas.ban@arm.com> | Wed Jun 12 07:49:07 2019 +0200 |
committer | David Brown <davidb@davidb.org> | Tue Jul 23 09:11:34 2019 -0500 |
tree | 2375a09f8b9dbf169a4d242943951ab382721694 | |
parent | e32483f10fa3bc5b7a20bf2576075332028c61c2 [diff] |
sim: Remove copy_done check from revert_with_fails test In case of multi image boot this check fails, because copy_done flag set per images when an image swap has finished. When second image update is interrupted then copy_done flag already has set for first image. Change-Id: Ic97dd5e4c5cdb5a5a94971f3ca84bfe0d7583dd4 Signed-off-by: Tamas Ban <tamas.ban@arm.com> Signed-off-by: David Vincze <david.vincze@arm.com>
This is mcuboot, version 1.3.1
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.
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!