MCUXpresso_MIMXRT1052xxxxB/middleware/mcuboot_opensource
Yilin Sun 6baf4427ce
Updated to v2.15.000
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-03-18 23:15:10 +08:00
..
boot/bootutil Updated to v2.15.000 2024-03-18 23:15:10 +08:00
ci Updated to v2.15.000 2024-03-18 23:15:10 +08:00
docs Updated to v2.15.000 2024-03-18 23:15:10 +08:00
ext Updated to v2.15.000 2024-03-18 23:15:10 +08:00
ptest Updated to v2.15.000 2024-03-18 23:15:10 +08:00
samples Updated to v2.15.000 2024-03-18 23:15:10 +08:00
scripts Updated to v2.15.000 2024-03-18 23:15:10 +08:00
sim Updated to v2.15.000 2024-03-18 23:15:10 +08:00
testplan/mynewt Updated to v2.15.000 2024-03-18 23:15:10 +08:00
zephyr Updated to v2.12.0 2022-08-24 23:30:23 +08:00
.gitignore Updated to v2.12.0 2022-08-24 23:30:23 +08:00
.gitmodules Update SDK to v2.13.0 2023-01-26 09:35:56 +08:00
.mbedignore Updated to v2.15.000 2024-03-18 23:15:10 +08:00
.travis.yml-disabled Update SDK to v2.13.0 2023-01-26 09:35:56 +08:00
CODE_OF_CONDUCT.md Updated to v2.12.0 2022-08-24 23:30:23 +08:00
LICENSE SDK v2.11.1 2022-04-08 22:46:35 +08:00
NOTICE Updated to v2.12.0 2022-08-24 23:30:23 +08:00
README.md Updated to v2.15.000 2024-03-18 23:15:10 +08:00
enc-aes128kw.b64 SDK v2.11.1 2022-04-08 22:46:35 +08:00
enc-aes256kw.b64 Updated to v2.12.0 2022-08-24 23:30:23 +08:00
enc-ec256-priv.pem SDK v2.11.1 2022-04-08 22:46:35 +08:00
enc-ec256-pub.pem SDK v2.11.1 2022-04-08 22:46:35 +08:00
enc-rsa2048-priv.pem SDK v2.11.1 2022-04-08 22:46:35 +08:00
enc-rsa2048-pub.pem SDK v2.11.1 2022-04-08 22:46:35 +08:00
enc-x25519-priv.pem SDK v2.11.1 2022-04-08 22:46:35 +08:00
enc-x25519-pub.pem SDK v2.11.1 2022-04-08 22:46:35 +08:00
go.mod SDK v2.11.1 2022-04-08 22:46:35 +08:00
middleware_mcuboot.cmake Updated to v2.14.0 2023-11-30 20:55:00 +08:00
project.yml SDK v2.11.1 2022-04-08 22:46:35 +08:00
repository.yml Updated to v2.15.000 2024-03-18 23:15:10 +08:00
root-ec-p256-pkcs8.pem SDK v2.11.1 2022-04-08 22:46:35 +08:00
root-ec-p256.pem SDK v2.11.1 2022-04-08 22:46:35 +08:00
root-ed25519.pem SDK v2.11.1 2022-04-08 22:46:35 +08:00
root-rsa-2048.pem SDK v2.11.1 2022-04-08 22:46:35 +08:00
root-rsa-3072.pem SDK v2.11.1 2022-04-08 22:46:35 +08:00

README.md

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.10.0

MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a common infrastructure for the bootloader and the system flash layout on microcontroller systems, and provides a secure bootloader that enables easy software upgrade.

MCUboot is not dependent on any specific operating system and hardware and relies on hardware porting layers from the operating system it works with. Currently, MCUboot works with the following operating systems and SoCs:

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

MCUboot How-tos

See the following pages for instructions on using MCUboot with different operating systems and SoCs:

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.

Source files

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 Apache Mynewt.
  • boot/nuttx - Bootloader application and port of MCUboot interfaces for Apache NuttX.
  • boot/mbed - Port of the bootloader to Mbed OS.
  • boot/espressif - Bootloader application and MCUboot port for Espressif SoCs.
  • boot/cypress - Bootloader application and MCUboot port for Cypress/Infineon SoCs.
  • imgtool - A tool to securely sign firmware images for booting by MCUboot.
  • sim - A bootloader simulator for testing and regression.

Joining the project

Developers are welcome!

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