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.

asked 2 years ago227 views
1 Answer
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
EXPERT
Greg_B
answered 2 years 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