Secure boot for 32-bit Microcontrollers!
Go to file
David Brown 8ae61c05a5 imgtool.py: Fix some errors in ecdsa key generation
There are two easy to fix problems with the ecdsa key generation code.

Signed-off-by: David Brown <david.brown@linaro.org>
2017-07-28 12:29:28 -06:00
boot zephyr: Enable flash writing on ECDSA sig check 2017-07-28 12:29:28 -06:00
doc Fix names of Mynewt config options 2017-07-26 18:58:44 -06:00
samples/zephyr zephyr: sample: Add flash for full.bin 2017-07-26 18:42:29 -06:00
scripts imgtool.py: Fix some errors in ecdsa key generation 2017-07-28 12:29:28 -06:00
sim sim: Update doc to explain submodules 2017-07-21 11:50:48 -06:00
.gitignore Add more state files to ignore list 2017-04-20 07:50:12 -03:00
.gitmodules sim: Move mbedtls into mcuboot-sys 2017-07-12 15:00:57 -06:00
.travis.yml Add travis results to #builds channel in Slack 2017-07-26 18:49:19 -06:00
Makefile Merge pull request #66 from mbolivar/flash-map-updates 2017-06-19 15:10:59 -03:00
README-RIOT.rst add README-RIOT.rst 2017-07-20 19:57:35 +02:00
README-mynewt.rst Add Mynewt README 2017-07-21 15:58:44 -03:00
README-zephyr.rst Make mcuboot less mynewt style 2017-06-02 10:55:27 -07:00
README.md Bump version to 0.9.0-rc2 2017-07-26 19:02:33 -06:00
build_boot.sh zephyr: restructure the build process to use board config files 2017-01-19 10:26:40 -02:00
project.yml Switch mynewt repo to master 2017-04-26 10:49:44 -03:00
release-notes.rst Fix another formatting issue 2017-07-21 17:29:51 -03:00
repository.yml Bump version to 0.9.0-rc2 2017-07-26 19:02:33 -06:00
root-ec-p256.pem zephyr: Support RSA, and ECDSA P-256 signing 2017-02-02 08:39:18 -07:00
root-rsa-2048.pem zephyr: Support RSA, and ECDSA P-256 signing 2017-02-02 08:39:18 -07:00
sign.sh zephyr: Support RSA, and ECDSA P-256 signing 2017-02-02 08:39:18 -07:00

README.md

mcuboot

This is mcuboot, version 0.9.0-rc2

Overview

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.

Roadmap

The issues being planned and worked on are tracked on Jira. To participate please visit:

https://runtimeco.atlassian.net/projects/MCUB/summary

Browsing

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:

  • boot/bootutil: The core of the bootloader itself.
  • boot/boot_serial: Support for serial upgrade within the bootloader itself.
  • boot/zephyr: Port of the bootloader to Zephyr
  • boot/mynewt: Mynewt bootloader app
  • imgtool: A tool to securely sign firmware images for booting by mcuboot.
  • sim: A bootloader simulator for testing and regression

Joining

Developers welcome!