Secure boot for 32-bit Microcontrollers!
Go to file
Fabio Utzig 51c112a1bf Add click handling of cli options
Signed-off-by: Fabio Utzig <utzig@apache.org>
2018-06-05 10:58:01 -03:00
boot Remove per file log level configs 2018-06-04 06:54:39 -03:00
docs Update nokogiri due to CVE-2017-1825 2018-04-27 07:25:32 -03:00
ext
samples Add template docs for MCUBOOT_HAVE_LOGGING 2018-06-04 06:54:39 -03:00
scripts Add click handling of cli options 2018-06-05 10:58:01 -03:00
sim Add per platform mcuboot_logging.h files 2018-06-04 06:54:39 -03:00
testplan/mynewt Replace mcuboot flash_map by zephyr flash_map 2018-05-16 16:05:17 -03:00
.gitignore use zephyr tincybor instead of mcuboot build-in tinycbor 2018-04-10 10:36:20 +02:00
.gitmodules
.travis.yml Enable slot0 validation in travis 2017-12-21 13:36:34 -07:00
LICENSE
NOTICE Add NOTICE file for mcuboot from ASF 2017-12-21 14:49:11 -07:00
README.md Use relative links for docs 2018-02-16 16:23:09 -07:00
project.yml
repository.yml Fix with correct release numbers 2018-02-16 16:45:03 -07:00
root-ec-p256.pem
root-rsa-2048.pem

README.md

mcuboot

Coverity Scan Build Status Build/Test

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

Using MCUboot

Instructions for different operating systems can be found here:

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!