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

Allow to depend on a specific slot while specifying the version number. This functionality is useful when the Direct XIP mode is used and the booting process of other images...

During region copy, when chunk contains both header and TLVs, the encryption/decryption size is too large as it takes into account TLVs only. The fix modifies the encryption/decryption size to...

Basic support for HMAC-SHA512 with ED25519, to allow reducing compiled in sha implementations. Depends on https://github.com/mcu-tools/mcuboot/pull/2327

[DNM]

After calling `boot_read_image_header(&state, 0, &hdr, &status);` there is a call `find_swap_count(state, swap_size);` and `find_last_sector_idx(state, copy_size);` with copy_size = 76040. This code part is never converging and crashes (line 481 of...

area: mbed

Commit d00b11dc234caee267eb12376e2279ed57c35d5d has introduced a regression, this added using the state to the maximum image size function, in serial recovery mode however this variable is NULL, which then causes a...

This PR adds the option of passing `fix-sig-script` as an external script to be called for signature generation, to then let the process continue as if it had generated the...

area: imgtool

New version of the https://github.com/mcu-tools/mcuboot/pull/2154 Adding the stm32h7s3l8 nucleo board Following https://github.com/zephyrproject-rtos/zephyr/discussions/76305 Build the application with sysbuild for the nucleo_h7S3L8 : west build -p auto -b nucleo_h7s3l8 samples/boards/st/hello_world_xip --sysbuild --...