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.

gefragt vor 2 Jahren235 Aufrufe
1 Antwort
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
EXPERTE
Greg_B
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen