FOTA with external Flash.

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?

1. I added CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=y  to prj.conf
2. I added to overlay:
  
/ {
	chosen {
		nordic,pm-ext-flash = &mx25r64;
	};
};


What else needs to be added to make it work?




Thank you.



Parents Reply Children
No Data
Related