How to put MCUBoot secondary slot in external QSPI Flash on NRF5340-DK?

Board: NRF5340-DK

NCS: 2.3.0

I want to use the external flash to store mcuboot's secondary slot. I have based my code on the smp_svr sample and configured it for serial.

I was able to uploaded a image and marked pending (test) via mcumgr cli while the app is running.

But mcuboot never accesses the secondary slot to perform the swap. Leaving the slot as always pending.

mcuboot log

I was building it configured for serial.

smp_svr_external_ncs_2.3.0_broken.zip

I was able to implement it in NCS 2.1.3

smp_svr_external_ncs_2.1.3_working.zip

Based on devzone.nordicsemi.com/.../352191

Parents Reply Children
No Data
Related