Secure boot for 32-bit Microcontrollers!
Go to file
Fabio Utzig 37dec81940 imgtool: fix package's author email
Fix author email after move to new mailing list.

Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
2020-08-18 08:04:58 -03:00
boot zephyr: Add direct-xip mode to Zephyr configuration 2020-08-12 09:39:44 +02:00
ci
docs boot: Introduce direct execute-in-place (XIP) mode 2020-08-12 09:39:44 +02:00
ext boot: Support for nrf52840 with ecc keys and cryptocell 2020-08-04 07:09:33 -03:00
ptest
samples boot: Introduce direct execute-in-place (XIP) mode 2020-08-12 09:39:44 +02:00
scripts imgtool: fix package's author email 2020-08-18 08:04:58 -03:00
sim sim: add new device with unequal slots 2020-07-14 11:11:05 -03:00
testplan/mynewt
zephyr
.gitignore
.gitmodules
.travis.yml
LICENSE
NOTICE
README.md Preps for v1.6.0 release 2020-05-22 11:59:39 -06:00
enc-aes128kw.b64
enc-ec256-priv.pem
enc-ec256-pub.pem
enc-rsa2048-priv.pem
enc-rsa2048-pub.pem
enc-x25519-priv.pem
enc-x25519-pub.pem
project.yml
repository.yml Preps for v1.6.0 release 2020-05-22 11:59:39 -06:00
root-ec-p256-pkcs8.pem
root-ec-p256.pem
root-ed25519.pem
root-rsa-2048.pem
root-rsa-3072.pem

README.md

mcuboot

Coverity Scan Build Status Build/Test

This is mcuboot version 1.6.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.

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!