Skip to content

FrancescoSer/mcuboot

 
 

Package on PyPI Coverity Scan Build Status Build Status (Sim) Build Status (Mynewt) Publishing Status (imgtool) Build Status (Travis CI) Apache 2.0

This is MCUboot version 1.8.0

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 simple software upgrades.

MCUboot is operating-system and hardware independent, and relies on hardware porting layers from the operating system it works with. Currently, MCUboot works with the following operating systems:

RIOT is supported only as a boot target. We will accept any new port contributed by the community once it is good enough.

Using MCUboot

Instructions for different operating systems can be found below:

There are also instructions for the Simulator.

Roadmap

The issues being planned and worked on are tracked using GitHub issues. To give your input, visit MCUBoot GitHub Issues.

Browsing

You can find additional documentation on the bootloader in the source files. For more information, use the following links:

  • boot/bootutil: The core of the bootloader itself.
  • boot/boot_serial: Support for serial upgrade within the bootloader itself.
  • boot/zephyr: Port of the bootloader to Zephyr.
  • boot/mynewt: Bootloader application for Mynewt.
  • boot/nuttx: Bootloader application and port of MCUboot interfaces for NuttX.
  • boot/mbed: Port of the bootloader to Mbed OS.
  • boot/espressif: Bootloader application and MCUboot port for Espressif SoCs.
  • imgtool: A tool to securely sign firmware images for booting by MCUboot.
  • sim: A bootloader simulator for testing and regression.

Joining

Developers are welcome!

Use the following links to join or see more about the project:

About

Secure boot for 32-bit Microcontrollers!

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.4%
  • Rust 4.2%
  • Python 2.4%
  • Assembly 1.3%
  • Makefile 0.9%
  • CMake 0.7%
  • Other 1.1%