commit | 7ca2855b46e6cc09b46e71200138fad9397b1ecc | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Fri Dec 13 11:24:20 2019 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Fri Dec 13 17:32:18 2019 -0300 |
tree | 5fc1951c8013877df35709c3eb216557681765fb | |
parent | f6d14c239e76dd17f1f0e13ff4b607d4698293dd [diff] |
imgtool: Add helpers for type in keygen command Apply a few improvements to the type parameter in the keygen command. Currently finding out the key types requires passing an invalid value to display what values are available. Instead add them the help page, so it shows an output like below: ``` -t, --type type One of: rsa-2048, rsa-3072, ecdsa-p256, ecdsa-p224, ed25519 [required] ``` When no type is given in the cli, ask for it: ``` $ ./imgtool.py keygen -k privkey.pem Type (rsa-2048, rsa-3072, ecdsa-p256, ecdsa-p224, ed25519): ``` 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 simple software upgrades.
MCUboot is operating system and hardware independent and relies on hardware porting layers from the operating. 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!