Where to copy OTA binary - internal or external flash of TI CC3220SF

0

For AWS OTA project (aws_demo) using TI CC3220SF, downloaded from below link:

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

  1. Where is OTA binary copied, to external or internal flash of CC3220SF? Did see most references using external flash. Need guide to part of code where FW OTA is fetched and copied to flash.

  2. Didn’t find separate bootloader project. Wanted to know which bootloader used and usage guide. We wanted to know the availability of source code materials for the above tasks.

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

I've not had experience with this part, or the TI software ecosystem, but this document explains the OTA process for this part and how the FreeRTOS and TI softwares cooperate: https://www.ti.com/lit/wp/sway021/sway021.pdf

The bootloader comes from TI. It seems the OTA image is stored in the secure file system (external flash). With ports to FreeRTOS you will usually find an OTA PAL that binds the OTA agent to the device. In the case of this part, it's here: https://github.com/aws/amazon-freertos/tree/main/vendors/ti/boards/cc3220_launchpad/ports/ota_pal_for_aws

In there, you will see it wraps the SimpleLink FileSystem API: https://software-dl.ti.com/ecs/SIMPLELINK_CC3220_SDK/2_10_00_04/exports/docs/wifi_host_driver_api/html/group___file_system.html

profile pictureAWS
专家
Greg_B
已回答 2 年前

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

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

回答问题的准则