commit | b6d5cf3589aa24294ab318518d3a23b01041b459 | [log] [tgz] |
---|---|---|
author | Piotr Mienkowski <piotr.mienkowski@gmail.com> | Mon Jan 31 01:01:11 2022 +0100 |
committer | David Brown <davidb@davidb.org> | Mon Feb 07 15:58:40 2022 -0700 |
tree | 6d028b162a18cad7372cf7ef66b29681d7e18ba4 | |
parent | 8af51e529f12e59775c46fba2bb10d085396745a [diff] |
imgtool: change --max-align default value The value of `--max-align` parameter passed to imgtool can never be less than the value of `--align` parameter. At present the default value of `--max-align` is fixed at 8. This forces user to pass the parameter even when its value can be safely inferred. Change the default value of the `--max-align` parameter to the larger of the two values: `--align` or 8. Consequently, the user is required to pass the parameter only if the flash alignment of the primary and secondary slot differ. Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
This is MCUboot version 1.9.0-rc1
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: