AWS OTA for TI CC32x

0

Hello, referring to below site:

https://docs.aws.amazon.com/freertos/latest/userguide/freertos-ota-dev.html I got MQTT e.g. with aws_demos working. Now what changes are required to have a working AWS OTA with TI CC32x MCU? Please guide.

已提问 2 年前235 查看次数
1 回答
0

As far as building the firmware goes, you can select the particular demo in this file: https://github.com/aws/amazon-freertos/blob/main/vendors/ti/boards/cc3220_launchpad/aws_demos/config_files/aws_demo_config.h

You would need to replace CONFIG_CORE_MQTT_MUTUAL_AUTH_DEMO_ENABLED with CONFIG_OTA_MQTT_UPDATE_DEMO_ENABLED, for example.

More detail here: https://docs.aws.amazon.com/freertos/latest/userguide/download-ota-ti.html

Please also study these links:

https://docs.aws.amazon.com/freertos/latest/userguide/ota-demo.html https://docs.aws.amazon.com/freertos/latest/userguide/freertos-ota-dev.html https://docs.aws.amazon.com/freertos/latest/userguide/ota-prereqs.html https://docs.aws.amazon.com/freertos/latest/userguide/ota-code-sign-cert-ti.html

As covered, there are numerous prerequisites: S3 bucket, roles, policies, code signing certificate.

profile pictureAWS
专家
Greg_B
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则