blob: a370b73130cbb7738a0c47c18f29b8d6f470e79e [file] [log] [blame] [view]
ccollins476adfc6199e2016-12-12 17:53:39 -06001# mcuboot
Sterling Hughesb6903ec2017-02-07 13:12:19 -08002
David Browna3be2642017-07-26 19:02:33 -06003This is mcuboot, version 0.9.0-rc2
4
Sterling Hughesb6903ec2017-02-07 13:12:19 -08005## Overview
6
7MCUBoot is a secure bootloader for 32-bit MCUs. The goal of MCUBoot is to
8define a common infrastructure for the bootloader, system flash layout on
9microcontroller systems, and to provide a secure bootloader that enables
10easy software upgrade.
11
12MCUboot is operating system and hardware independent, and relies on
13hardware porting layers from the operating system it works with. Currently
14mcuboot works with both the Apache Mynewt, and Zephyr operating systems, but
Fabio Utzig097f76b2017-07-20 08:59:51 -030015more ports are planned in the future. RIOT is currently supported as a boot
Fabio Utzig756ca862017-07-20 13:38:22 -030016target with a complete port planned.
Sterling Hughesb6903ec2017-02-07 13:12:19 -080017
18## Roadmap
19
Fabio Utzig097f76b2017-07-20 08:59:51 -030020The issues being planned and worked on are tracked on Jira. To participate
21please visit:
Sterling Hughesb6903ec2017-02-07 13:12:19 -080022
23https://runtimeco.atlassian.net/projects/MCUB/summary
24
25## Browsing
26
27Information and documentation on the bootloader is stored within the source, and on confluence:
28
29https://runtimeco.atlassian.net/wiki/discover/all-updates
30
31For more information in the source, here are some pointers:
32
Sterling Hughes500705e2017-02-07 13:28:09 -080033- [boot/bootutil](https://github.com/runtimeco/mcuboot/tree/master/boot/bootutil): The core of the bootloader itself.
34- [boot/boot\_serial](https://github.com/runtimeco/mcuboot/tree/master/boot/boot_serial): Support for serial upgrade within the bootloader itself.
35- [boot/zephyr](https://github.com/runtimeco/mcuboot/tree/master/boot/zephyr): Port of the bootloader to Zephyr
Fabio Utzig097f76b2017-07-20 08:59:51 -030036- [boot/mynewt](https://github.com/runtimeco/mcuboot/tree/master/boot/mynewt): Mynewt bootloader app
Sterling Hughes500705e2017-02-07 13:28:09 -080037- [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
Sterling Hughesb6903ec2017-02-07 13:12:19 -080039
Fabio Utzig74023742017-07-20 09:20:43 -030040## Joining
Sterling Hughesb6903ec2017-02-07 13:12:19 -080041
Fabio Utzig74023742017-07-20 09:20:43 -030042Developers welcome!
Sterling Hughesb6903ec2017-02-07 13:12:19 -080043
Fabio Utzig74023742017-07-20 09:20:43 -030044* Our developer mailing list:
45 http://lists.runtime.co/mailman/listinfo/dev-mcuboot_lists.runtime.co
Fabio Utzig83e59292017-07-24 07:59:26 -030046* Our Slack channel: https://mcuboot.slack.com/ <br />
47 Get your invite [here!](https://join.slack.com/t/mcuboot/shared_invite/MjE2NDcwMTQ2MTYyLTE1MDA4MTIzNTAtYzgyZTU0NjFkMg)
Fabio Utzig74023742017-07-20 09:20:43 -030048* Our IRC channel: http://irc.freenode.net, #mcuboot