mcuboot icon indicating copy to clipboard operation
mcuboot copied to clipboard

Secure boot for 32-bit Microcontrollers!

Results 311 mcuboot issues
Sort by recently updated
recently updated
newest added

This short series includes 3 minor fixes for `boot_serial`: 1. drop redundant parameters from `bs_list()` The `buf` and `len` parameters aren't used inside `bs_list()` function. 2. boot_serial: include flash area...

If `MCUBOOT_HW_ROLLBACK_PROT` is defined, one is expected to implement the interface from `security_cnt.h`. This interface also defines the function `boot_nv_security_counter_init()`. But actually that function is never called from the boot...

It seems that a big change is needed for mcuboot in order to better work for everyone - contributors, users and reviewers. I am submitting this as an "RFC" for...

RFC

When MCUBoot is configured in non-XIP, RAM-load mode (without swap), the function, context_boot_go() (defined in mcuboot/boot/bootutil/src/loader.c) behaves differently from the same function defined for the XIP/RAM_LOAD case. This is done...

It has happened before that basic functionalities, commands of `imgtool` have been broken (e.g. #1746) and it went unnoticed for a while. This issue wants to focus on and track...

enhancement
area: imgtool

With MCUBoot in serial recovery, and with `MCUBOOT_ERASE_PROGRESSIVELY`, it seems that the last flash sector is unconditionally erased after the full image is received, causing the slot to be invalid...

With encryption enabled, at the moment project won't build if serial recovery is enabled and multi slot mode is used, as pointed [here ](https://github.com/mcu-tools/mcuboot/issues/1377#issue-1259815146). The problem is that enabling encryption...

**What** --- The calculation of the trailer size (`_trailer_size()`) is incorrect when the bootloader strategy is swap using move. It does not take the flash sector size into account, but...

This was originally (a long time ago) reported to the wrong repository: https://github.com/apache/mynewt-mcumgr/issues/152 The issue with imgtool is that the value of `--custom-tlv` is always encoded in big-endian format, one...

area: imgtool

# Description I am facing some issues related to dependencies between images in a multi-image project (swap mode). The project is made of 2 images. It looks like it is...