AWS IoT Software Package Catalog with FreeRTOS OTA update job

0

Hello,

I have recently noticed a somewhat new feature in the AWS IoT Core console: Software Package Catalog. After reading about it, I was greatly interested in using it. My understanding is that it is not currently possible to deploy versions using FreeRTOS OTA update jobs. Can I hope to see this feature integrated with Software Package Catalog in a future release? Or should I manually sign firmwares, create streams and generate job documents in order to deploy versions? Or am I simply missing some information?

Thank you for your help!!

Etienne

asked 9 months ago338 views
2 Answers
1
Accepted Answer

Hi Etienne. CreateOTAUpdate doesn't yet support the destinationPackageVersions parameter that's in CreateJob. And therefore you can't yet use CreateOTAUpdate to deploy package versions.

You could indeed consider to call StartSignerJob, CreateStream and CreateJob individually to compose a job with an OTA-compatible job document. Similar to what I described here: https://repost.aws/questions/QUp0y4sHlfRe-uMooegUs7vA/how-to-configure-retries-on-ota-jobs-on-the-iot-core#AN5T7M-nUdQoqsIk06E-TXOA.

I suspect though that the benefits probably don't justify the work. A smaller and easier win might be to call CreatePackageVersion every time you upload a new firmware version to S3. And modify your device firmware to report the currently running firmware version in the new $package reserved named shadow. Then you would benefit from the package version metrics in the console. That way software packages would at least help you visualize the versions deployed in your fleet.

profile pictureAWS
EXPERT
Greg_B
answered 9 months ago
0

Hi Greg.

Thank you so much for your help. Updating the $package shadow directly from devices is a great solution. I have all the information I needed.

answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions