commit | 2bd980a50dc58410ebd6fefeb5a5796bd6ccf81b | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Mon Nov 26 10:38:17 2018 -0200 |
committer | Fabio Utzig <utzig@utzig.org> | Tue Dec 18 15:16:11 2018 -0200 |
tree | bb6a249fca0ecc6736fb8c91b61a2a69efa83dc9 | |
parent | 08fcfe9b6318fc98068805318828f5795a5704a5 [diff] |
Add support for slots with different sector sizes This adds bootutil support for slots on different flash devices the happen to have different sector sizes. It consists basically in relaxing the `boot_slots_compatible` to allow swaps as long as the sectors that are required to fit both images are able to fit inside scratch and both slot's sectors have sizes that are multiple of each other. This is now tested on the simulator and was tested in a Nordic's pca10056 using slot0 in internal flash, and slot1 in the external QSPI flash, configured with 4K, 8K and 16K sized sectors (the HW is 4KB but Mynewt allows emulating multiples of that!) Signed-off-by: Fabio Utzig <utzig@apache.org>
This is mcuboot, version 1.2.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!