blob: 6b30dd7edd7729c9a57c2a059039b48736b7dd13 [file] [log] [blame] [view]
ccollins476adfc6199e2016-12-12 17:53:39 -06001# mcuboot
Sterling Hughesb6903ec2017-02-07 13:12:19 -08002
3## Overview
4
5MCUBoot is a secure bootloader for 32-bit MCUs. The goal of MCUBoot is to
6define a common infrastructure for the bootloader, system flash layout on
7microcontroller systems, and to provide a secure bootloader that enables
8easy software upgrade.
9
10MCUboot is operating system and hardware independent, and relies on
11hardware porting layers from the operating system it works with. Currently
12mcuboot works with both the Apache Mynewt, and Zephyr operating systems, but
13more ports are planned in the future.
14
15## Roadmap
16
17The MCUBoot project was originally taken from the Apache Mynewt operating system,
18which had secure boot and software upgrade functionality instrinsic to it. Currently
19development is heads down on a first release of MCUboot that works across both the
20Zephyr operating system and Apache Mynewt operating system.
21
22For more information on what's being planned, and worked on, please visit:
23
24https://runtimeco.atlassian.net/projects/MCUB/summary
25
26## Browsing
27
28Information and documentation on the bootloader is stored within the source, and on confluence:
29
30https://runtimeco.atlassian.net/wiki/discover/all-updates
31
32For more information in the source, here are some pointers:
33
34- [boot/bootutil][https://github.com/runtimeco/mcuboot/tree/master/boot/bootutil]: The core of the bootloader itself.
35- [boot/boot\_serial][https://github.com/runtimeco/mcuboot/tree/master/boot/boot_serial]: Support for serial upgrade within the bootloader itself.
36- [boot/zephyr][https://github.com/runtimeco/mcuboot/tree/master/boot/zephyr]: Port of the bootloader to Zephyr
37- [imgtool][https://github.com/runtimeco/mcuboot/tree/master/imgtool]: A tool to securely sign firmware images for booting by mcuboot.
38- [sim][https://github.com/runtimeco/mcuboot/tree/master/sim]: A bootloader simulator for testing and regression
39
40## Joining
41
42Developers welcome! To join in the discussion, please join the developer mailing list:
43
44https://runtimeco.mobilize.io/registrations/groups/9881