Andrzej Puzdrowski
Andrzej Puzdrowski
@qudirr Is this similar to zephyr-rtos ticket https://github.com/zephyrproject-rtos/zephyr/issues/40453?
@utzig @ccollins476ad
No. Mcuboot will just stop botting your image.
What you asking for is problematic as it open a way to atack the device by rollback to older image version (which might contain a bug which was fixed). I'm...
> I have MCUboot working on a PoC level on STM32H7. This required changing both BOOT_MAX_ALIGN and BOOT_MAGIC_SZ to 32 @d3zd3z @utzig What is your opinion about making this configurable?
@lenghonglin I don't understand the reason for which you are not using `CONFIG_MCUBOOT_CLEANUP_ARM_CORE=y`
@lenghonglin As you mention before you are using the custom with peculiar SRM MPU configuration - you should enable CONFIG_MCUBOOT_CLEANUP_ARM_CORE for your board - This option allows to cleanup mpu...
In [NCS](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/app_bootloaders.html#app-bootloaders-support-table), the fork of the mcuboot was made able to be updated. This is another option if you are goin to use nRF devices,
cc @MarekPieta
@d3zd3z I added new test for prove that issue existed and is fixed by the patch. This path should be considered as important on.