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年前236ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ