Secure boot for 32-bit Microcontrollers!
Go to file
David Brown 0d1b0b952e zephyr: Enable MPU flash writing
Recent Zephyr trees require this config option to be set in order to be
able to write to the flash device.  Without it, targets with an MPU
enabled will abort during startup, usually before even printing a
message to the UART.

Signed-off-by: David Brown <david.brown@linaro.org>
2017-07-26 18:42:29 -06:00
boot zephyr: Enable MPU flash writing 2017-07-26 18:42:29 -06:00
doc Add 'Any' states for copy-done 2017-07-20 15:05:13 -03:00
samples/zephyr zephyr: sample: Add flash for full.bin 2017-07-26 18:42:29 -06:00
scripts scripts: assemble: Fix problem with missing output 2017-07-20 14:55:50 -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 sim: Conditionalize rsa signature checking 2017-07-12 15:00:57 -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 Add slack channel 2017-07-20 13:47:05 -03: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 Remove develop branch. 2016-12-12 17:59:22 -08: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

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!