commit | 47b77c521a64d7456273ddb0868eae8ca2f93cae | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Thu Nov 16 15:10:22 2017 -0700 |
committer | David Brown <davidb@davidb.org> | Tue Jan 09 09:41:30 2018 -0700 |
tree | ab35ea6b40172c99acf4a7e4b42c8d995b4e2711 | |
parent | 5e7c6dd58a0877cd702f70b509a1ee9781d03cc1 [diff] |
imgtool: Fix signing payload type The 'cryptography' library is pickier about the data it is asked to sign. Get the bytes value out of the bytearray for doing the actual signature. Signed-off-by: David Brown <david.brown@linaro.org>
This is mcuboot, version 1.0.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.
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!