blob: 1fc24d5432bf84e4bf08cbaffc9e62b5c602bb02 [file] [log] [blame] [view]
Fabio Utzig811205e2017-08-10 14:55:27 -03001# [mcuboot](http://mcuboot.com/)
2
3[![Coverity Scan Build Status](https://scan.coverity.com/projects/12307/badge.svg)][coverity]
Fabio Utzigde1d72d2020-11-10 12:35:04 -03004[![Build/Test](https://img.shields.io/travis/mcu-tools/mcuboot/master.svg?label=travis-ci)][travis]
Fabio Utzig811205e2017-08-10 14:55:27 -03005
6[coverity]: https://scan.coverity.com/projects/mcuboot
Fabio Utzigde1d72d2020-11-10 12:35:04 -03007[travis]: https://travis-ci.org/mcu-tools/mcuboot
Sterling Hughesb6903ec2017-02-07 13:12:19 -08008
Andrzej Puzdrowski69344632020-10-30 15:36:49 +01009This is mcuboot version 1.7.0-rc1
David Browna3be2642017-07-26 19:02:33 -060010
David Brown586c84e2019-12-02 12:02:59 -070011MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to
Fabio Utzig811205e2017-08-10 14:55:27 -030012define a common infrastructure for the bootloader, system flash layout on
13microcontroller systems, and to provide a secure bootloader that enables
David Brown586c84e2019-12-02 12:02:59 -070014simple software upgrades.
Sterling Hughesb6903ec2017-02-07 13:12:19 -080015
Sigvart M. Hovland68b30532018-09-29 18:58:55 +020016MCUboot is operating system and hardware independent and relies on
David Brown586c84e2019-12-02 12:02:59 -070017hardware porting layers from the operating. Currently, mcuboot works
18with both the Apache Mynewt and Zephyr operating systems, but more
19ports are planned in the future. RIOT is currently supported as a boot
Fabio Utzig756ca862017-07-20 13:38:22 -030020target with a complete port planned.
Sterling Hughesb6903ec2017-02-07 13:12:19 -080021
Carles Cufi3b61e702018-01-23 15:43:46 +010022## Using MCUboot
23
24Instructions for different operating systems can be found here:
25- [Zephyr](docs/readme-zephyr.md)
26- [Mynewt](docs/readme-mynewt.md)
27- [RIOT](docs/readme-riot.md)
George Beckstein1c399bb2020-11-05 00:51:09 -050028- [Mbed-OS](docs/readme-mbed.md)
David Brown4cb70cc2020-05-11 14:10:00 -060029- [Simulator](sim/README.rst)
Carles Cufi3b61e702018-01-23 15:43:46 +010030
Sterling Hughesb6903ec2017-02-07 13:12:19 -080031## Roadmap
32
Sigvart M. Hovland68b30532018-09-29 18:58:55 +020033The issues being planned and worked on are tracked using GitHub issues. To
34participate please visit:
Sterling Hughesb6903ec2017-02-07 13:12:19 -080035
Fabio Utzigde1d72d2020-11-10 12:35:04 -030036[MCUBoot GitHub Issues](https://github.com/mcu-tools/mcuboot/issues)
Sigvart M. Hovland68b30532018-09-29 18:58:55 +020037
38~~Issues were previously tracked on [MCUboot JIRA](https://runtimeco.atlassian.net/projects/MCUB/summary)
39, but it is now deprecated.~~
Sterling Hughesb6903ec2017-02-07 13:12:19 -080040
Fabio Utzig811205e2017-08-10 14:55:27 -030041## Browsing
Sterling Hughesb6903ec2017-02-07 13:12:19 -080042
Sigvart M. Hovland68b30532018-09-29 18:58:55 +020043Information and documentation on the bootloader are stored within the source.
Sterling Hughesb6903ec2017-02-07 13:12:19 -080044
Sigvart M. Hovland68b30532018-09-29 18:58:55 +020045~~It was previously also documented on confluence:
46[MCUBoot Confluence](https://runtimeco.atlassian.net/wiki/discover/all-updates)
47however, it is now deprecated and not currently maintained~~
Sterling Hughesb6903ec2017-02-07 13:12:19 -080048
Fabio Utzig811205e2017-08-10 14:55:27 -030049For more information in the source, here are some pointers:
Sterling Hughesb6903ec2017-02-07 13:12:19 -080050
Fabio Utzigb519ed02018-02-13 14:20:03 -020051- [boot/bootutil](boot/bootutil): The core of the bootloader itself.
52- [boot/boot\_serial](boot/boot_serial): Support for serial upgrade within the bootloader itself.
53- [boot/zephyr](boot/zephyr): Port of the bootloader to Zephyr
54- [boot/mynewt](boot/mynewt): Mynewt bootloader app
55- [imgtool](scripts/imgtool.py): A tool to securely sign firmware images for booting by mcuboot.
56- [sim](sim): A bootloader simulator for testing and regression
Sterling Hughesb6903ec2017-02-07 13:12:19 -080057
Fabio Utzig74023742017-07-20 09:20:43 -030058## Joining
Sterling Hughesb6903ec2017-02-07 13:12:19 -080059
Fabio Utzig74023742017-07-20 09:20:43 -030060Developers welcome!
Sterling Hughesb6903ec2017-02-07 13:12:19 -080061
Fabio Utzig74023742017-07-20 09:20:43 -030062* Our developer mailing list:
David Browna222bf32020-02-07 11:53:06 -070063 https://groups.io/g/mcuboot
Fabio Utzig83e59292017-07-24 07:59:26 -030064* Our Slack channel: https://mcuboot.slack.com/ <br />
65 Get your invite [here!](https://join.slack.com/t/mcuboot/shared_invite/MjE2NDcwMTQ2MTYyLTE1MDA4MTIzNTAtYzgyZTU0NjFkMg)
Fabio Utzig74023742017-07-20 09:20:43 -030066* Our IRC channel: http://irc.freenode.net, #mcuboot