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

질문됨 9달 전370회 조회
2개 답변
1
수락된 답변

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
전문가
Greg_B
답변함 9달 전
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.

답변함 9달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인