Skip to main content
Associate III
December 2, 2025
Solved

Dose the OEMiROT_Boot support "MCUBOOT_SWAP_USING_MOVE" method of the MCUBoot?

  • December 2, 2025
  • 1 reply
  • 371 views

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

Best answer by Jocelyn RICARD

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

 

1 reply

Jocelyn RICARD
Jocelyn RICARDBest answer
ST Employee
December 3, 2025

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