Other Parts Discussed in Thread: CC3220SF, UNIFLASH
I'm Trying to use cloud_ota_CC3220SF_freertos_css demo, the update is not working for me and what I receive after running the program on the PC terminal is the following:
********************************************************************************
OTA APP Application - Version 0.10.00.03
********************************************************************************
SimpleLinkInitCallback: started in role 0
Host Driver Version: 2.0.1.22
Build Version 3.5.0.0.31.2.0.0.0.2.2.0.5
STA connected to AP --------, BSSID is xx:xx:xx:xxxx:xx
IPv4 acquired: IP = 192.168.0.100
Gateway = 192.168.0.1
Pinging GW...!
Ping done. Success rate: 100%
HandlePingComplete: PingCounter=1
Pinging GW...!
Ping done. Success rate: 100%
HandlePingComplete: PingCounter=2
Pinging GW...!
Ping done. Success rate: 100%
HandlePingComplete: PingCounter=3
Pinging GW...!
Ping done. Success rate: 100%
HandlePingComplete: PingCounter=4
Pinging GW...!
Ping done. Success rate: 100%
HandlePingComplete: OTA Command arrived
OtaInit: statistics = 0, 0, 0
OtaInit: call Ota_init
OtaConfig: call OTA_set EXTLIB_OTA_SET_OPT_SERVER_INFO, ServerName=api.github.com
OtaConfig: call OTA_set EXTLIB_OTA_SET_OPT_VENDOR_ID, VendorDir=OTA_CC3220SF
OtaRunStep: WARNING Ota_run, Status=20006, continue for next OTA retry
OtaRunStep: WARNING Ota_run, Status=20006, continue for next OTA retry
OtaRunStep: WARNING Ota_run, Status=20006, continue for next OTA retry
OtaRunStep: WARNING Ota_run, Status=20006, continue for next OTA retry
OtaRunStep: ignore it just for loop testing
ProcessRestartMcu: reset the platform...
can you please tell me what I'm doing wrong. ???
What do you mean by OTA_VENDOR_TOKEN ?? what should I put on that define ???