.. _mcuboot_index_ncs: Introduction to MCUboot ####################### .. contents:: :local: :depth: 2 MCUboot is a secure bootloader for 32-bit microcontrollers. Overview ******** MCUboot 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 various operating systems and SDKs, such as Zephyr and the nRF Connect SDK. MCUboot is an open governance project. See the `membership list `_ for current members, and the `project charter `_ for more details. 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. * `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: * `MCUboot official developer mailing list `_ * `MCUboot official Slack channel `_ Get `your invite `_ * `Current members `_ * `Project charter `_