Hi Guys,
I'm working with a couple of NRF52840-DK trying to implement my own firmware update logic using Openthread and MCUBoot. My goal is to use CoAP to upload chunk of firmware on the non active slot and then switch firmware partition after a reset.
In my project I use the external NOR flash to store data (my desiderata is to use that also to store the second image, but it's not mandatory at this stage) and I'm experiencing some strange compiler behaivour. It seems that the build of MCUBoot works fine but once is time to compile the firmware it fails with error:
As far as I understand (I'm working with zephyr for about 6 months now and I gain some experiences but, for suure, I'm not a guru) it seems that external_partition is not recognized in the DTS file. So, I took a look at the zephyr build folder and in the zephyr.dts file I have:
So, as far as I understand the DTS is properly managed.
The strange thing is that, if I compile everything with