I am testing with NCS 2.3.0, nrf5340dk, on an application based on smp_svr sample.
I was testing with mcumgr and found an unexpected behavior. Maybe its a feature I have unwittingly enabled.
I added the configuration from nrf/tests/modules/mcuboot/external_flash to my smp_server sample based application.
I used mcumgr image upload to send the file
I did mcumgr image test <hash> to prepare the test.
I triggered a reset (reset button) and on my next call to image list, only 1 image was found and it was active confirmed state. I thought this would only be allowed if I used mcumgr to confirm the image.
Did I unknowingly disable the image swap feature from mcuboot when I copied the externa_flash test?
Is this somehow part of the serial recovery settings in the externa_flash test?