Aws iot create-ota-update multiple file OTA Update

I have a single firmware file OTA update working. I need for the OTA update to contain multiple files. Is there an example of a job that does this?
Platform: CC3220SF-LAUNCHXL.

Thanks,
Steve

1 Like

Hello Steve,

We can use Over-The-Air update demo and library for files other than the self firmware update ( CC3220SF-LAUNCHXL in this case) but requires separate OTA jobs. When creating the OTA job using AWS IoT console for FreeRTOS device the default fileid used is 0. We can use a different fileid for other files and register callback to the OTA library to handle these files.

The entire end to end process taking secondary processor update as an example is described in the AWS blog - https://aws.amazon.com/blogs/iot/how-to-perform-secondary-processor-over-the-air-updates-with-freertos/

If this is not what you are looking for or you require multiple file support in same OTA job , please share more details about your use case.

1 Like