commit | e24534799b301378babc6245b18d9fbd1f7c7ebf | [log] [tgz] |
---|---|---|
author | David Vincze <david.vincze@arm.com> | Mon Jun 17 12:31:59 2019 +0200 |
committer | David Brown <davidb@davidb.org> | Tue Jul 23 09:11:34 2019 -0500 |
tree | 23607c3bfb5568149ac0be2bd241000b4453732d | |
parent | 853657c23d385fd105b72833c8c0cfb2a82a45a2 [diff] |
Boot: Save image sequence number to image trailer Overload the swap_type field in image trailer to store as an addition the image sequence number. It indicates which image's swap was interrupted. It is required by multi image boot to determine which image the trailer belongs to if boot status is found on scratch area when the swap operation is resumed. Change-Id: I6820fd8277931aff4f0db408376eae8b42a030ed 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!