commit | 2adef70e331b3ebd4912bef186629fbaa87dba5e | [log] [tgz] |
---|---|---|
author | Christopher Collins <ccollins@apache.org> | Wed May 22 14:37:31 2019 -0700 |
committer | ccollins476ad <ccollins476ad@gmail.com> | Fri May 31 10:15:08 2019 -0700 |
tree | 215355ef7138bd998bbe6cfb853b079e5e991d88 | |
parent | 4a5477ad96c0b24fc088aa51d9d9b2eb21b07b09 [diff] |
Use same format for scratch and slot trailer Prior to this change, the scratch image trailer had a different format from a slot image trailer. Specifically: 1. The scratch trailer only contained a single set of status entries (three bytes); the slot trailer contained `BOOT_STATUS_MAX_ENTRIES` sets of status entries. 2. The scratch trailer did not contain the `copy_done` field. This inconsistency required some extra conditional logic in the trailer handling code. It is simpler to just use the same trailer format everywhere. This commit removes this inconsistency. Now, the scratch trailer structure is identical to that of the slot trailer. Signed-off-by: Christopher Collins <ccollins@apache.org>
This is mcuboot, version 1.3.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.
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!