I am using:
- nRF Connect SDK 3.4.0
- SDK Tools 3.4.0
- Asset Tracker Template
- Thingy91X / nRF9151
- CoAP cloud connection
The device successfully connects to nRF Cloud and reports:
I created an OTA Release 0.0.3 in the new nRF Cloud OTA Experience (Memfault-based OTA Releases). The release is activated for cohort 3rd_ota, and the cohort view shows:
The device is the single member of that cohort.
However:
Asset Tracker FOTA path
Running:
Memfault OTA path
Running:
The device therefore sees the OTA Release through the Memfault path, but the Asset Tracker Template FOTA module does not see a pending FOTA job.
Question
For SDK 3.4.0 Asset Tracker Template:
- Is
att_fota pollexpected to work with the new OTA Release / Cohort / Activation workflow? - Is the Asset Tracker Template expected to use the Memfault OTA path instead?
- Is the
rv=-5fromfota_download_any()a known issue or indicative of a missing configuration? - Are there any additional Kconfig settings required when using the new OTA Release system?