Hi Team,
NCS v2.3.0
I need put the second slot FOTA on an external flash for nrf52840.
Is there any feasibility for use bluetooth dfu with SINGLE_APPLICATION_SLOT?
2. I added to overlay:
/ {
chosen {
nordic,pm-ext-flash = &mx25r64;
};
};
What else needs to be added to make it work?