Hi,Dialog:
I want to add OTA function to the existing project.
My current project has two build options, one "DA1469x-Debug-QSPI" and one "DA1469x-Release-QSPI".
But there is no "DA1469x-Debug-QSPI-SUOTA".
How can I create the new build option ?
thanks.
Device:
Hi ren0zhe,
The pxp_reporter example of the SDK demonstrates the SUOTA functionality. So, you should take as a reference this project and try to add all the appropriate files and configurations. For example the custom_config_qspi_suota.h file should be added under config file in the existing project. Regarding the build configuration, please right click on pxp_reporter from the “Project Explorer” window and got to Properties -> C/C++ Build tab. On the top right corner you can see the “Manage configurations” so here are all the available build configurations for specific project. You should port the SUOTA build configurations to your own project.
ppx_reporter项目,也请遵循the dg_configSUOTA_SUPPORT macro to check how to include the SUOTA service.
More details about the SUOTA, can be found inUM-B-092: DA1469x Software Platform Reference Manualand section 5.2. Software Upgrade Over The Air (SUOTA).
Thanks, PM_Dialog
I've solved it. Thank you!