3869e76090
Make it clear in the top-level Makefile how to configure mcuboot for Zephyr for a particular signing algorithm. Currently supported, are the RSA signatures, and ECDSA with the P-256 curve. These configuration lines will select the code built in the bootloader, as well as which public key gets included with the image. This also adds a demo public key for the P-256 signatures. |
||
---|---|---|
boot | ||
imgtool | ||
scripts | ||
sim | ||
.gitignore | ||
Makefile | ||
README.md | ||
build_boot.sh | ||
project.yml | ||
repository.yml | ||
root-ec-p256.pem | ||
root-rsa-2048.pem | ||
sign.sh |
README.md
mcuboot
MCU boot loader