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

The PureEdDSA ED25519 signature should be done directly over message, so image in our case. The current implementation is not really PureEdDSA nor HashEdDSA, as we basically pass sha256 as...

[DNM]
crypto

When using swap-move with large sectors, where the code is a single sector, it appears that there needs to be two extra sectors, in the first slot, rather than just...

bug
area: core

Improves the mode selection checks to prevent selecting multiple conflicting modes as has been seen in TFM Also reverts a change that was not needed

Update the configuration to remove swap mode support. MCXN94x ROM Flash API supports writing of 128byes page.

MCUboot assumes that the images being booted live on a flash (or will be loaded to it, in case of serial support) or something that pretends to be a flash....

Update TF-M version to keep up with code development. Fixes and new features have been introduced on both sides, using a more recent TF-M version helps to detect regression.

filters with conjunction with proper container not working at this point

There is no point for boot_enc_valid to take image index and flash area and use these to figure out slot number.

crypto

Allow bootloader to fallback to USB DFU if no application is present, that can be booted from. Similar to config BOOT_SERIAL_NO_APPLICATION.

Hi, I want to create a 32-byte aligned signed image using imgtool, but it isn’t producing an aligned image. I am using the latest mcuboot scripts. Here is the command...