commit | 9117fded476768b458253902a7d9c87e3663802a | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Thu Oct 17 11:11:46 2019 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Thu Oct 17 20:00:47 2019 -0300 |
tree | 0604188e4f55573c674d8a531f1f81ee7ed3d017 | |
parent | f5c5dd0d90015a122188be5494076d2f241264dc [diff] |
imgtool: add erased-val cli option Add `-R`/`--erased-val` CLI option when creating images, which accepts a value to be used for padding. This is useful when creating images that run in devices that have flash erased to some value different from 0xff (like STM32L0x and STM32L1x that have 0s). Signed-off-by: Fabio Utzig <utzig@apache.org>
This is mcuboot, version 1.4.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!