commit | c68a600403cf1ccbdc39972c420fdcb3d5b9cc6b | [log] [tgz] |
---|---|---|
author | Dominik Ermel <dominik.ermel@nordicsemi.no> | Fri Feb 10 12:37:39 2023 +0000 |
committer | David Brown <davidb@davidb.org> | Wed Feb 22 08:51:18 2023 -0700 |
tree | 46dad5cb59a0b5c99e4fdc82bdc243c3058585d1 | |
parent | 23a7a2e61fcd04d09281297c2d267cfed11dbc30 [diff] |
bootutil: Little rework of boot_find_status In rework: - size has been removed from array, as it has been making array at least of two elements, even if scratch partition not used; - some variables have been localized and some removed; - no longer returning rc codes from flash_area_ functions on failure, just single point of failure-exit - it made no sense anyway as we can not recover from flash failure; - flash area pointer is now NULLified on failure, or when status not found. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This is MCUboot version 1.10.0-dev
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.
See the following pages for instructions on using MCUboot with different operating systems and SoCs:
There are also instructions for the Simulator.
The issues being planned and worked on are tracked using GitHub issues. To give your input, visit MCUboot GitHub Issues.
You can find additional documentation on the bootloader in the source files. For more information, use the following links:
Developers are welcome!
Use the following links to join or see more about the project: