commit | cb0807355c9b0c3bde8bfb0fc8d73686779fadd9 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Fri Feb 07 12:01:39 2020 -0300 |
committer | Fabio Utzig <utzig@utzig.org> | Fri Feb 07 14:19:33 2020 -0300 |
tree | c7d7b9cd42cd7068d755ea64a3c69f1a4f539436 | |
parent | 970840ccf5d80616d514bec76d87d836da05c03b [diff] |
imgtool: fix passing --erased-val with 0xff value The `--erased-val` (or `-R`) option was doing conversion of base 10, so the only value that was acceptable was 0. Although not passing this option would result in the default `0xff` being used, this fixes the issue by allowing Python to auto-detects the base from string. Signed-off-by: Fabio Utzig <utzig@apache.org>
This is mcuboot version 1.4.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. Currently, mcuboot works with both the Apache Mynewt and Zephyr operating systems, but more ports are planned in the future. RIOT is currently supported as a boot target with a complete port planned.
Instructions for different operating systems can be found here:
The issues being planned and worked on are tracked using GitHub issues. To participate please visit:
Issues were previously tracked on MCUboot JIRA , but it is now deprecated.
Information and documentation on the bootloader are stored within the source.
It was previously also documented on confluence: MCUBoot Confluence however, it is now deprecated and not currently maintained
For more information in the source, here are some pointers:
Developers welcome!