commit | 63a2bdbda95f8c62d6fc93c863a15fc9279daae2 | [log] [tgz] |
---|---|---|
author | Alvaro Prieto <source@alvaroprieto.com> | Thu Jul 04 12:18:49 2019 -0700 |
committer | Fabio Utzig <utzig@utzig.org> | Fri Jul 05 07:23:17 2019 -0300 |
tree | 8e3fb99b4932cc496177052a6fa956ec4c732e28 | |
parent | f99a4c790a6b4f508938f36e811c80ae1f25c2a3 [diff] |
Fix bug that prevents split images from working. There is a bug in split_go that never opens the loader image flash area, but opens the app/split image flash arta twice. This prevents split_image_check from passing and the app from ever loading. Signed-off-by: Alvaro Prieto <source@alvaroprieto.com>
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!