cancel
Showing results for 
Search instead for 
Did you mean: 

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

Snaku
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
Jocelyn RICARD
ST Employee

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

 

View solution in original post

1 REPLY 1
Jocelyn RICARD
ST Employee

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