Thanks guys. I’m talking about the sample from here:/c/ncs/v2.5.3/nrf/samples/net/aws_iot
My prj.conf has become full of FOTA / flash-related entries but just this morning, adding
CONFIG_STREAM_FLASH=y
CONFIG_IMG_ERASE_PROGRESSIVELY=y
worked!
BOTH were required! Not sure why, but thanks Jared. CONFIG_STREAM_FLASH helped!
I’ve had a successful compile and link and the FOTA process actually worked as expected.
I guess the next step is preening the prj.conf file as I furiously put a lot of flash and FOTA items in there.
Any suggestions, as it appears there a lot of interdependencies between CONFIG_* directives?
THANKS for the quick response.
Jim