blob: c892c5757a4589548e9e64ac222a697422c586dd [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
Sigvart M. Hovland68b30532018-09-29 18:58:55 +020010MCUboot 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 Brown986c2122021-04-01 14:39:23 -060016MCUboot is an open governance project. See the [membership
17list](https://github.com/mcu-tools/mcuboot/wiki/Members) for current
18members, and the
19[charter](https://github.com/mcu-tools/mcuboot/wiki/MCUboot-Project-Charter)
20for more details.
21
David Brownd2fcc212017-09-11 14:47:48 -060022## Contents
23
Ruth Fuchss4023d622019-11-01 16:32:20 +010024- General - this document
Fabio Utzig4dce6aa2018-02-12 15:31:32 -020025- [Release notes](release-notes.md)
Ruth Fuchss4023d622019-11-01 16:32:20 +010026- [Bootloader design](design.md)
27- [Encrypted images](encrypted_images.md)
28- [imgtool](imgtool.md) - image signing and key management
David Brown8f057ca2019-12-12 16:19:55 -070029- [ecdsa](ecdsa.md) - Information about ECDSA signature formats
Carles Cufi3b61e702018-01-23 15:43:46 +010030- Usage instructions:
Fabio Utzig4dce6aa2018-02-12 15:31:32 -020031 - [Zephyr](readme-zephyr.md)
32 - [Mynewt](readme-mynewt.md)
33 - [RIOT](readme-riot.md)
George Becksteind82afbf2020-10-29 17:32:11 -040034 - [Mbed-OS](readme-mbed.md)
Ruth Fuchss4023d622019-11-01 16:32:20 +010035- [Patch submission](SubmittingPatches.md) - information
36 on how to contribute to mcuboot
David Brownd2fcc212017-09-11 14:47:48 -060037- Testing
Ruth Fuchss4023d622019-11-01 16:32:20 +010038 - [Zephyr](testplan-zephyr.md) test plan
39 - [mynewt](testplan-mynewt.md) test plan
40- [Release process](release.md)
David Brownd2fcc212017-09-11 14:47:48 -060041
Fabio Utzig4dce6aa2018-02-12 15:31:32 -020042There is also a document about [signed images](signed_images.md) that is out
43of date. You should use `imgtool.py` instead of these documents.
David Brownd2fcc212017-09-11 14:47:48 -060044
David Brown12b9ded2017-09-11 13:04:34 -060045## Roadmap
46
Sigvart M. Hovland68b30532018-09-29 18:58:55 +020047The issues being planned and worked on are tracked using GitHub issues. To participate
David Brownc20b9972017-09-11 13:06:38 -060048please visit:
David Brown12b9ded2017-09-11 13:04:34 -060049
Fabio Utzigde1d72d2020-11-10 12:35:04 -030050[MCUboot Issues](https://github.com/mcu-tools/mcuboot/issues)
Sigvart M. Hovland68b30532018-09-29 18:58:55 +020051
52~~Issues were previously tracked on [MCUboot JIRA](https://runtimeco.atlassian.net/projects/MCUB/summary)
53, but it is now deprecated.~~
David Brown12b9ded2017-09-11 13:04:34 -060054
David Brownc20b9972017-09-11 13:06:38 -060055## Browsing
David Brown12b9ded2017-09-11 13:04:34 -060056
Sigvart M. Hovland68b30532018-09-29 18:58:55 +020057Information and documentation on the bootloader is stored within the source.
David Brown12b9ded2017-09-11 13:04:34 -060058
Sigvart M. Hovland68b30532018-09-29 18:58:55 +020059~~It was previously also documented on confluence: [Confluence page](https://runtimeco.atlassian.net/wiki/discover/all-updates)
60, but it is now deprecated and not currently maintained~~
David Brown12b9ded2017-09-11 13:04:34 -060061
David Brownc20b9972017-09-11 13:06:38 -060062For more information in the source, here are some pointers:
David Brown12b9ded2017-09-11 13:04:34 -060063
David Brownfe0bfcf2021-05-14 10:12:10 -060064- [boot/bootutil](https://github.com/mcu-tools/mcuboot/tree/main/boot/bootutil): The core of the bootloader itself.
65- [boot/boot\_serial](https://github.com/mcu-tools/mcuboot/tree/main/boot/boot_serial): Support for serial upgrade within the bootloader itself.
66- [boot/zephyr](https://github.com/mcu-tools/mcuboot/tree/main/boot/zephyr): Port of the bootloader to Zephyr
67- [boot/mynewt](https://github.com/mcu-tools/mcuboot/tree/main/boot/mynewt): Mynewt bootloader app
68- [boot/mbed](https://github.com/mcu-tools/mcuboot/tree/main/boot/mbed): Port of the bootloader to Mbed-OS
69- [imgtool](https://github.com/mcu-tools/mcuboot/tree/main/scripts/imgtool.py): A tool to securely sign firmware images for booting by MCUboot.
70- [sim](https://github.com/mcu-tools/mcuboot/tree/main/sim): A bootloader simulator for testing and regression
David Brown12b9ded2017-09-11 13:04:34 -060071
72## Joining
73
74Developers welcome!
75
Fabio Utzig970840c2020-01-22 12:26:04 -030076* [Our developer mailing list](https://groups.io/g/MCUBoot)
David Brown12b9ded2017-09-11 13:04:34 -060077* [Our Slack channel](https://mcuboot.slack.com/)<br />
78 Get your invite [here!](https://join.slack.com/t/mcuboot/shared_invite/MjE2NDcwMTQ2MTYyLTE1MDA4MTIzNTAtYzgyZTU0NjFkMg)
79* [Our IRC channel](http://irc.freenode.net), channel #mcuboot ([IRC
80 link](irc://chat.freenode.net/#mcuboot)
David Brown986c2122021-04-01 14:39:23 -060081* [Current members](https://github.com/mcu-tools/mcuboot/wiki/Members)
82* [Project charter](https://github.com/mcu-tools/mcuboot/wiki/MCUboot-Project-Charter)