mcuboot
mcuboot copied to clipboard
Secure boot for 32-bit Microcontrollers!
Hi, I have observed one analysis in overwrite mode when MCUBOOT_BOOTSTRAP is enabled. I am using mcuboot version of v2.0.0 So here is the scenarios I tested. - First I...
This adds a new Kconfig option `BOOT_ECDSA_MBEDTLS` to enable ECDSA signature verification using mbedTLS as an alternative to TINYCRYPT, PSA, or CC310 backends.
Add a loader variant that is capable of booting images in Direct XIP mode, based on a simple manifest. * The manifest image, configured through `MCUBOOT_MANIFEST_IMAGE_INDEX` (slot pair) is the...
Attempting to build MCUBoot for the first time (newish to Zephyr and MCUBoot) but I seem to have genuine compile errors. This is my PRJ.conf. Im just using the MCUBoot...
I've updated mcuboot from version 2.2.0 to 2.3.0-rc1 and now I can't build its espressif port. I get the following build error: `mcuboot/boot/espressif/CMakeFiles/mcuboot_esp32s3.elf.dir/__/__/ext/mbedtls/library/base64.c.obj:(.literal.mbedtls_ct_uchar_in_range_if+0x0): undefined reference to 'mbedtls_ct_zero'` I've also discovered...
I was following [this documentation](https://docs.mcuboot.com/readme-espressif.html). After a few hours, I have now just given up making this work. I have added this fragment to my build config: ```conf CONFIG_SECURE_BOOT=1 CONFIG_SECURE_BOOT_V2_ENABLED=1...
Based on PR #2510 On the same example as stm32h7s7xx, introduce ext_flash_app variant for stm32h7s3xx in mcuboot. This allows chainloading applications in ext flash from a mcuboot application running in...
When MCUBOOT_RAM_LOAD_REVERT is enabled, the rollback counter must not be incremented until image_ok is set. Otherwise, in the event of a revert, the boot process may become bricked.