Hi Jared,
I have gone through the following link and I have working firmware OTA update with BLE SMP.
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu#http_dfu_ext_flash
But my device design also has a cloud connection via nRF9160. Following is the complete connection diagram.
Cloud<==HTTPS==> nRF9160 <== UART ==> nRF5340 <== QSPI ==> NAND flash
my requirement is to receive the firmware update file via HTTPS to nRF9160 and it will be transmitted to nRF5340 and eventually will be written in NAND flash.
My questions are
- Which update file and which partition of external flash should it be written?
- Will App_Update.bin is the file I will need in this case as well?
- After file write is complete, How will I notify the McuBoot to update the nRF5340 firmware from NAND flash
Please share if you have any information that might help me to solve this problem.
Many thanks,
Dilawar