Hi,
We are close to running out of flash on the nRF9160 (with MCUboot enable) and we still have functionality to implement for our product. There are two possible options we have thought of:
- Reducing the size of the secure parititions and increasing the size of the secure flash partitions. How would we do this, would we have to create our own board configuration and change the device tree to change the partition sizes? Or is there some other way of changing the flash partition sizes?
- Including an external flash chip for extra program space. Is it possible to execute a program from an external flash chip with the nRF9160? If so, are there any examples for this? If not, could we use this as the slot2_partition for firmware-over-the-air updates via MCUBoot?
Thanks