mcuboot icon indicating copy to clipboard operation
mcuboot copied to clipboard

Secure boot for 32-bit Microcontrollers!

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

The PR consists of two commits: 1) Adding support for returning MGMT_ERR_EBUSY SMP code and supporting code; also adding busy flag checking around SMP reset command to prevent reset to...

area: serial recovery

This addresses the issue opened here: https://github.com/mcu-tools/mcuboot/issues/1407 ## Background: [This PR](https://github.com/mcu-tools/mcuboot/pull/1217) introduced a change which appeared to be intended to [allow the buffer size to be configurable](https://github.com/mcu-tools/mcuboot/pull/1217/files#diff-a004fdf5907914a360ce1e7da94221c0165d1c4c8ba7b8c4eaf67bd63af395c1R83). That change, however,...

area: core

Hello everyone, This PR follow a [previous issue](https://github.com/mcu-tools/mcuboot/issues/1211) where I express my need of having a software version comparison before loading a new firmware through **Recovery uart** in a **Single...

With swap, and encryption active : virgin primary slots on flash having 0xff erased pattern are detected as encrypted, and install from secondary slot fails, when primary slot is fully...

area: core

The MCUboot project is an application repository downstream of the Zephyr repository, but it does not support being built and configured from application modules that are further downstream. This requires...

This issue is both a bug fix and feature request. I have opened a [PR](https://github.com/mcu-tools/mcuboot/pull/1406) with a proposed fix to address this, and open to feedback there. I did not...

Hi, Does mcuboot support to upgrade itself via OTA? I'm considering port to mcuboot to our project, one of the mandatory requirement for our project is that: support to upgrade...

Hi all, I have been trying to make decrypting of firmware image on MCUboot but have not been successful. Platform: Zephyr This is what I've done; On the bootloader -...

The commit modifies selection of boot serial UART by first checking the Zephyr chosen zephyr,uart-mcumgr and then reverting to the zephyr,console, as a secondary candidate. In case when both nodes...

area: zephyr
area: serial recovery

If CONFIG_MULTITHREADING is not set, k_sleep is not defined by Zephyr. Signed-off-by: Robert Schulze