2016-12-13 07:53:39 +08:00
|
|
|
# mcuboot
|
2017-02-08 05:12:19 +08:00
|
|
|
|
|
|
|
## 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
|
2017-07-20 19:59:51 +08:00
|
|
|
more ports are planned in the future. RIOT is currently supported as a boot
|
2017-07-21 00:38:22 +08:00
|
|
|
target with a complete port planned.
|
2017-02-08 05:12:19 +08:00
|
|
|
|
|
|
|
## Roadmap
|
|
|
|
|
2017-07-20 19:59:51 +08:00
|
|
|
The issues being planned and worked on are tracked on Jira. To participate
|
|
|
|
please visit:
|
2017-02-08 05:12:19 +08:00
|
|
|
|
|
|
|
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:
|
|
|
|
|
2017-02-08 05:28:09 +08:00
|
|
|
- [boot/bootutil](https://github.com/runtimeco/mcuboot/tree/master/boot/bootutil): The core of the bootloader itself.
|
|
|
|
- [boot/boot\_serial](https://github.com/runtimeco/mcuboot/tree/master/boot/boot_serial): Support for serial upgrade within the bootloader itself.
|
|
|
|
- [boot/zephyr](https://github.com/runtimeco/mcuboot/tree/master/boot/zephyr): Port of the bootloader to Zephyr
|
2017-07-20 19:59:51 +08:00
|
|
|
- [boot/mynewt](https://github.com/runtimeco/mcuboot/tree/master/boot/mynewt): Mynewt bootloader app
|
2017-02-08 05:28:09 +08:00
|
|
|
- [imgtool](https://github.com/runtimeco/mcuboot/tree/master/imgtool): A tool to securely sign firmware images for booting by mcuboot.
|
|
|
|
- [sim](https://github.com/runtimeco/mcuboot/tree/master/sim): A bootloader simulator for testing and regression
|
2017-02-08 05:12:19 +08:00
|
|
|
|
2017-07-20 20:20:43 +08:00
|
|
|
## Joining
|
2017-02-08 05:12:19 +08:00
|
|
|
|
2017-07-20 20:20:43 +08:00
|
|
|
Developers welcome!
|
2017-02-08 05:12:19 +08:00
|
|
|
|
2017-07-20 20:20:43 +08:00
|
|
|
* Our developer mailing list:
|
|
|
|
http://lists.runtime.co/mailman/listinfo/dev-mcuboot_lists.runtime.co
|
2017-07-24 18:59:26 +08:00
|
|
|
* Our Slack channel: https://mcuboot.slack.com/ <br />
|
|
|
|
Get your invite [here!](https://join.slack.com/t/mcuboot/shared_invite/MjE2NDcwMTQ2MTYyLTE1MDA4MTIzNTAtYzgyZTU0NjFkMg)
|
2017-07-20 20:20:43 +08:00
|
|
|
* Our IRC channel: http://irc.freenode.net, #mcuboot
|