blob: 9be0edf2e19dffb906a69ffa0efcbcff12fc877a [file] [log] [blame] [view]
David Brown12b9ded2017-09-11 13:04:34 -06001# MCUboot
2
3## Overview
4
David Browne5f2d1c2017-09-12 11:37:29 -06005MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to
David Brownc20b9972017-09-11 13:06:38 -06006define a common infrastructure for the bootloader, system flash layout on
7microcontroller systems, and to provide a secure bootloader that enables
David Brown12b9ded2017-09-11 13:04:34 -06008easy software upgrade.
9
David Brownc20b9972017-09-11 13:06:38 -060010MCUboot is operating system and hardware independent, and relies on
David Brown12b9ded2017-09-11 13:04:34 -060011hardware 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. RIOT is currently supported as a boot
14target with a complete port planned.
15
David Brownd2fcc212017-09-11 14:47:48 -060016## Contents
17
18- General: this document
David Brown37f8afd2017-09-12 10:59:39 -060019- [Release notes]({% link release-notes.md %})
David Brown17e20d12017-09-12 11:53:20 -060020- [design]({% link design.md %}): for the design
David Brownd2fcc212017-09-11 14:47:48 -060021- [imgtool]({% link imgtool.md %}): The image signing and key management
Carles Cufi3b61e702018-01-23 15:43:46 +010022- Usage instructions:
23 - [Zephyr]({% link readme-zephyr.md %})
24 - [Mynewt]({% link readme-mynewt.md %})
25 - [RIOT]({% link readme-riot.md %})
David Brownd2fcc212017-09-11 14:47:48 -060026- [Patch submission]({% link SubmittingPatches.md %}) for information
27 on how to contribute to mcuboot.
David Brownd2fcc212017-09-11 14:47:48 -060028- Testing
29 - The [Zephyr]({% link testplan-zephyr.md %}) test plan.
30 - The [mynewt]({% link testplan-mynewt.md %}) test plan.
David Brownc3370252017-09-12 10:36:19 -060031- Our [release process]({% link release.md %}).
David Brownd2fcc212017-09-11 14:47:48 -060032
33There is also a document about [signed images]({% link
34signed_images.md %}) that is out of date. You should use `imgtool.py`
35instead of these documents.
36
David Brown12b9ded2017-09-11 13:04:34 -060037## Roadmap
38
39The issues being planned and worked on are tracked on Jira. To participate
David Brownc20b9972017-09-11 13:06:38 -060040please visit:
David Brown12b9ded2017-09-11 13:04:34 -060041
42[MCUboot JIRA](https://runtimeco.atlassian.net/projects/MCUB/summary)
43
David Brownc20b9972017-09-11 13:06:38 -060044## Browsing
David Brown12b9ded2017-09-11 13:04:34 -060045
46Information and documentation on the bootloader is stored within the source, and on confluence:
47
48[Confluence page](https://runtimeco.atlassian.net/wiki/discover/all-updates)
49
David Brownc20b9972017-09-11 13:06:38 -060050For more information in the source, here are some pointers:
David Brown12b9ded2017-09-11 13:04:34 -060051
52- [boot/bootutil](https://github.com/runtimeco/mcuboot/tree/master/boot/bootutil): The core of the bootloader itself.
53- [boot/boot\_serial](https://github.com/runtimeco/mcuboot/tree/master/boot/boot_serial): Support for serial upgrade within the bootloader itself.
54- [boot/zephyr](https://github.com/runtimeco/mcuboot/tree/master/boot/zephyr): Port of the bootloader to Zephyr
55- [boot/mynewt](https://github.com/runtimeco/mcuboot/tree/master/boot/mynewt): Mynewt bootloader app
David Brown2467de12017-09-28 08:46:54 -070056- [imgtool](https://github.com/runtimeco/mcuboot/tree/master/scripts/imgtool.py): A tool to securely sign firmware images for booting by MCUboot.
David Brown12b9ded2017-09-11 13:04:34 -060057- [sim](https://github.com/runtimeco/mcuboot/tree/master/sim): A bootloader simulator for testing and regression
58
59## Joining
60
61Developers welcome!
62
63* [Our developer mailing list](http://lists.runtime.co/mailman/listinfo/dev-mcuboot_lists.runtime.co)
64* [Our Slack channel](https://mcuboot.slack.com/)<br />
65 Get your invite [here!](https://join.slack.com/t/mcuboot/shared_invite/MjE2NDcwMTQ2MTYyLTE1MDA4MTIzNTAtYzgyZTU0NjFkMg)
66* [Our IRC channel](http://irc.freenode.net), channel #mcuboot ([IRC
67 link](irc://chat.freenode.net/#mcuboot)