Cloud Ota

Table of Contents

Example Summary

This example demonstrate the Over the Air (OTA) update from remote servers on CC31xx devices. The OTA update is a bundle of files packed in archive tar file and may include: - Service pack for the NWP - Other user files

Peripherals Exercised

Example Usage

The connection should have the following settings

    Baud-rate:    115200
    Data bits:       8
    Stop bits:       1
    Parity:       None
    Flow Control: None

Application Design Details

This example demonstrates remote Over-the-Air update experience with CC31xx BoosterPack development kit. Over-the-Air update demonstrates an update of a service-pack over a secured channel. OTA service enables in-system update of the CC31xx firmware releases (a.k.a. Service Pack) made available by Texas Instruments and other vendor files. An update procedure executed in a full system integrity fashion, i.e. failure in upgrading any of the image components would lead to rolling back to the previous valid version.

Please install the latest CC31xx Service Pack.

References