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
  • I see. I thought you were testing on the nRF54L15 DK. Do you have logging from the custom board? It would help if we could view the logs from the bootloader. 

    You can enable CONFIG_MCUBOOT_LOG_LEVEL_DBG in the bootloader configuration to increase the log level.

    Example of what your mcuboot configuration overlay may look like:

    <project root>/sysbuild/mcuboot.conf

    CONFIG_NRF_RRAM_WRITE_BUFFER_SIZE=20
    CONFIG_MULTITHREADING=y
    CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x10000
    CONFIG_SPI_NOR=y
    CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
    CONFIG_BOOT_MAX_IMG_SECTORS=512
    CONFIG_MCUBOOT_LOG_LEVEL_DBG=y

Children
Related