commit | 3900001c870b0691c83a1000a8aee180497642ae | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Mon Jul 30 12:40:20 2018 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Mon Sep 17 12:42:49 2018 -0300 |
tree | b7a9b7469c82b517186bc414eb4da922201deacd | |
parent | ea0290b88bbc9c16dd2cb7b74f7a980ee745b3ea [diff] |
Add support for flash devices erased at 0 This extends mcuboot to allow use on devices which don't follow the typical erased at 0xff. This was tested on some previously supported devices (erased at 0xff) and STM32L1/L0 which are erased at 0. 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 on Jira. To participate please visit:
https://runtimeco.atlassian.net/projects/MCUB/summary
Information and documentation on the bootloader is stored within the source, and on confluence:
https://runtimeco.atlassian.net/wiki/discover/all-updates
For more information in the source, here are some pointers:
Developers welcome!