Secure boot for 32-bit Microcontrollers!
Go to file
Fabio Utzig 7de8a29672 Preparing for v1.5.0-rc2
Signed-off-by: Fabio Utzig <utzig@apache.org>
2020-02-17 11:22:32 -03:00
boot zephyr: add default pin for serial recovery for nrf53 2020-02-12 11:30:03 +01:00
ci ci: add tool to check for Cargo features 2020-01-07 16:03:55 -03:00
docs Preparing for v1.5.0-rc1 2020-02-07 15:30:45 -03:00
ext Add Tinycrypt based SHA-512 for ED25519 2020-02-04 06:09:01 -03:00
ptest Update Cargo.lock files 2019-07-25 16:24:20 -05:00
samples zephyr: fix include in hello-world app 2019-12-16 16:08:00 -03:00
scripts Preparing for v1.5.0-rc2 2020-02-17 11:22:32 -03:00
sim sim: update dependencies 2020-02-14 06:19:51 -03:00
testplan/mynewt apps: update dependencies & syscfgs as per mcumgr 2019-10-10 18:03:59 -03:00
zephyr zephyr: Add module.yml for Zephyr module integration 2019-12-16 18:40:34 +01:00
.gitignore Add imgtool publishing support 2019-01-08 07:29:24 -02:00
.gitmodules Move mbedtls submodule from sim to ext 2019-10-15 09:29:20 -06:00
.travis.yml sim: Test software rollback protection 2020-01-23 12:47:05 -07:00
LICENSE
NOTICE Boot: Extend flash layout for multiple images 2019-07-23 09:11:34 -05:00
README.md Preparing for v1.5.0-rc2 2020-02-17 11:22:32 -03:00
enc-aes128kw.b64 Add sample encryption keys 2018-10-12 13:36:13 -03:00
enc-ec256-priv.pem sim: add EC256 encryption key 2019-11-06 06:55:25 -03:00
enc-ec256-pub.pem sim: add EC256 encryption key 2019-11-06 06:55:25 -03:00
enc-rsa2048-priv.pem Add sample encryption keys 2018-10-12 13:36:13 -03:00
enc-rsa2048-pub.pem Add sample encryption keys 2018-10-12 13:36:13 -03:00
project.yml Update mynewt-core repo name 2018-08-03 15:31:39 -07:00
repository.yml Preparing for v1.5.0-rc2 2020-02-17 11:22:32 -03:00
root-ec-p256-pkcs8.pem Add ECDSA-P256 key in PKCS#8 format 2019-01-18 09:44:48 -07:00
root-ec-p256.pem
root-ed25519.pem Add bootutil support for ed25519 validation 2019-06-13 19:21:05 -03:00
root-rsa-2048.pem
root-rsa-3072.pem Add simulator support for RSA-3072 sigs 2019-05-16 14:01:19 -03:00
version.yml Preparing for v1.5.0-rc1 2020-02-07 15:30:45 -03:00

README.md

mcuboot

Coverity Scan Build Status Build/Test

This is mcuboot version 1.5.0-rc2

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.

Using MCUboot

Instructions for different operating systems can be found here:

Roadmap

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

MCUBoot GitHub Issues

Issues were previously tracked on MCUboot JIRA , but it is now deprecated.

Browsing

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:

  • 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!