commit | 4a5477ad96c0b24fc088aa51d9d9b2eb21b07b09 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Mon May 27 15:45:08 2019 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Wed May 29 08:56:12 2019 -0300 |
tree | 11ae6fa08c29d85512c24d1c24d150750a911734 | |
parent | 05b594b01d9c7f48a1cfb211e8961fbed420bea5 [diff] |
Add new verify command imgtool verify -k <some-key.(pub|sec)> <img-file> Allow imgtool to validate that an image has a valid sha256sum and that it was signed by the supplied key. NOTE: this does not yet support verifying encrypted images Signed-off-by: Fabio Utzig <utzig@apache.org>
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!