commit | 44588eff41a3f90145394cd739ffd3e993087396 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Tue Jun 12 16:49:00 2018 -0700 |
committer | Fabio Utzig <utzig@utzig.org> | Fri Jun 22 07:58:14 2018 -0300 |
tree | d2f99408ea88f6d5c20cb4529be787f5a922d5a1 | |
parent | 3011714194a1af0e931cdcbc0178fc29ab570fc9 [diff] |
Update `--included-header` parameter The `--included-header` was "mandatory" when using imgtool with firmware images generated by the Zephyr build system and it was a source of issues when it was forgotten. This removes `--included-header` and adds a new parameter `--pad-header` with inverted semantics, to be used only when a zeroed header is required to be added to the firmware image. Signed-off-by: Fabio Utzig <utzig@apache.org>
This is mcuboot, version 1.1.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!