The swap algorithm is executed every time the device is powered on, and the swap type is "perm".

Hello, 

We use nrf54l15dk + MX25R8035F external flash to do the matter development on NCS2.9.0, and we meet some problems:

1. when the matter.ota is 1003KB, takes about 10min30s to get the new fw, and 3min18s to do the swap algorithm, is it a normal speed?

2. The swap algorithm is executed every time the device is powered on, and the swap type is "perm". Following is my log:

Parents Reply
  • when i set CONFIG_MCUBOOT_GENERATE_CONFIRMED_IMAGE=y and

    CONFIG_MCUBOOT_EXTRA_IMGTOOL_ARGS="--confirm", the swap is perm.

    Here is my newest test log, I don't use CONFIG_MCUBOOT_GENERATE_CONFIRMED_IMAGE and CONFIG_MCUBOOT_EXTRA_IMGTOOL_ARGS:
    1. thread dfu ok, excute swap test algorithm, in the app code confirm the fw:

    2. reboot, It will excute the swap algorithm again:
    3. every time I do the power off and power on, it will do the swap test and switch the fw with v400 and v401, did my pm_static.yml config wrong?
Children
Related