2025-12-02 12:52 AM
Hi,
I am using STM32H56x with OEMiROT_Boot example project, currently the swap method of the OEMiROT_Boot is "MCUBOOT_SWAP_USING_SCRATCH", can I change it to MCUBOOT_SWAP_USING_MOVE?
Is there any security concern use MCUBOOT_SWAP_USING_MOVE?
Regards,
Snaku
Solved! Go to Solution.
2025-12-03 12:55 PM
Hello @Snaku ,
In STM32H5 OEMiROT adaptation, only overwrite and swap using scratch are supported, or at least tested.
As this is swap using move is supported in mcuboot, it should be possible adapt the porting to make it work.
This is just software, but may take time
Best regards
Jocelyn
2025-12-03 12:55 PM
Hello @Snaku ,
In STM32H5 OEMiROT adaptation, only overwrite and swap using scratch are supported, or at least tested.
As this is swap using move is supported in mcuboot, it should be possible adapt the porting to make it work.
This is just software, but may take time
Best regards
Jocelyn