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.

demandé il y a 2 ans235 vues
1 réponse
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
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions