commit | 6c9b416cd88fbc2ad0dec76236d287d254271e86 | [log] [tgz] |
---|---|---|
author | David Vincze <david.vincze@arm.com> | Thu Mar 21 19:18:08 2019 +0100 |
committer | David Brown <davidb@davidb.org> | Tue Jul 23 09:11:34 2019 -0500 |
tree | 48d785bb0c132c78b7604dfbb6d5bddeda686b0e | |
parent | e24534799b301378babc6245b18d9fbd1f7c7ebf [diff] |
sim: Support non-continuous area ID mapping Support non-continuous image flash area ID mapping. It was assumed that the flash area IDs are subsequent and increasing numbers which might not be true in all cases. Change-Id: I0d1285d6fcf1e83a64611c9ad4f65abd002c25d3 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!