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.

preguntada hace 2 años235 visualizaciones
1 Respuesta
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
EXPERTO
Greg_B
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas