Secure boot for 32-bit Microcontrollers!
Go to file
Rajavardhan Gundi 51c9d707fb dfu: Introduce CONFIG_BOOT_WAIT_FOR_USB_DFU
This Kconfig parameter makes MCUboot wait for a prescribed duration
of time to allow for USB DFU to be invoked.

Signed-off-by: Rajavardhan Gundi <rajavardhan.gundi@intel.com>
2019-03-08 16:31:48 +01:00
boot dfu: Introduce CONFIG_BOOT_WAIT_FOR_USB_DFU 2019-03-08 16:31:48 +01:00
docs docs: samples: Update pyocd calls to unified tool subcommands 2019-02-19 14:09:36 -03:00
ext Update bundled ASN1 parser to Mbed-TLS 2.14.1 2019-01-03 11:22:05 -02:00
ptest ptest: Start of utility to run tests in parallel 2019-01-18 14:01:04 -07:00
samples docs: samples: Update pyocd calls to unified tool subcommands 2019-02-19 14:09:36 -03:00
scripts Bump version to 1.3.0-rc1 2019-01-24 10:03:37 -07:00
sim zephyr: allow dynamic numeration of flash_areas 2019-02-10 16:08:38 +01:00
testplan/mynewt Fix main github repo links in docs 2018-11-16 15:10:52 -03:00
.gitignore Add imgtool publishing support 2019-01-08 07:29:24 -02:00
.gitmodules
.travis.yml Add ECDSA+KW testing to the CI 2019-01-03 11:22:05 -02:00
LICENSE
NOTICE
README.md Bump to release v1.3.0 2019-02-04 12:57:18 -07:00
enc-aes128kw.b64
enc-rsa2048-priv.pem
enc-rsa2048-pub.pem
project.yml
repository.yml Bump to release v1.3.0 2019-02-04 12:57:18 -07: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-rsa-2048.pem
version.yml Mynewt: Add `version.yml` file 2018-10-17 16:35:03 -07:00

README.md

mcuboot

Coverity Scan Build Status Build/Test

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