This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3220s ota

Other Parts Discussed in Thread: UNIFLASH, CC3220S

请问cloud_ota demo使用可以通过ota 到升级到local_ota.tar

  • 没看明白你的意思,是要结合cloud_ota和local_ota吗?以下是cloud_ota的要求:

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

    Example Usage
    Downloads and Installations.

    Make sure you have Uniflash installed and Code Composer Studio or IAR IDE.

    !! IMPORTANT NOTE!!
    User must add access token (Dropbox, Github or custum) and define the OTA_VENDOR_TOKEN in otauser.h #define OTA_VENDOR_TOKEN "<access token>"
    Checklist of required elements.
    Uniflash projects according to device flavor.
    Certificate artifacts, ca_in_cert_store, cert-good.der certificate and cert-good-key.der private key.
    Certificate for dropbox and github: DigCert_High_Assurance_CA.der, GoDaddy_class2_CA.der .
    Simple link provisioning application on your mobile device
    archive tar file for device update should be placed in the Dropbox or Github servers.
  • 服务器放置的local_ota.tar ,CC3220S开发板运行cloud_ota ,从服务器下载local_ota.tar,
    这样是可行的吗?