Other Parts Discussed in Thread: UNIFLASH, , CC3100
Tool/software: Code Composer Studio
Hello Team , I am trying to use cc3200 ota example code but facing some errors while ota update. In uniflash I update the url of /sys/mcuimg.bin with application_bootloader.bin and added /sys/mcuimg2.bin with ota_update_nonos.bin.I am using sdk 1.1.0 and my dropbox folders are vid01_pid00_ver0001 containing f00_sys_servicepack.bin and f43_sys_servicepack.ucf copied from Service Pack 1.0.0.10.0 and renamed. vid01_pid00_ver0002 containing my application binary and vid01_pid00_ver0102 is also contining application binary .
otaconfig.h
- OTA_SERVER_REST_HDR_VAL - Set to my token generated
- OTA_VENDOR_STRING - Set this to Vid01_Pid00_Ver01
- APP_VER_BUILD - 1
- Compiled and uploaded the .bin file into “Vid01_Pid00_Ver0002” folder on Dropbox server
- Rename it “f80_sys_mcuimgA.bin”
otaconfig.h
- OTA_VENDOR_STRING - Set this to Vid01_Pid00_Ver00
- APP_VER_BUILD - 0
and updated to vid01_pid00_ver0102.
*************************************************
CC3200 OTA Update Application
*************************************************
App Version : 0.0.0
Nwp Version : 2.4.7.2.31.1.3.4.1.1.5.3.34
Wifi Status : Connected to TP-LINK_Harish
NTP Server : dmz0.la-archdiocese.net
NTP Server IP : 209.151.225.100
GTM Time : -
Local Time (+05:30) : -
OTA Update Status : Press SW3 : Updates or SW2: Factory Reset
*************************************************
CC3200 OTA Update Application
*************************************************
App Version : 0.0.0
Nwp Version : 2.4.7.2.31.1.3.4.1.1.5.3.34
Wifi Status : Connected to TP-LINK_Harish
NTP Server : dmz0.la-archdiocese.net
NTP Server IP : 209.151.225.100
GTM Time : Wed Sep 27 2018 04:28:49
Local Time (+05:30) : Wed Sep 27 2018 09:58:49
OTA Update Status : In Progress...
*************************************************
CC3200 OTA Update Application
*************************************************
App Version : 0.0.0
Nwp Version : 2.4.7.2.31.1.3.4.1.1.5.3.34
Wifi Status : Connected to TP-LINK_Harish
NTP Server : dmz0.la-archdiocese.net
NTP Server IP : 209.151.225.100
GTM Time : Wed Sep 27 2018 04:28:49
Local Time (+05:30) : Wed Sep 27 2018 09:58:49
OTA Update Status : In Progress...
*************************************************
CC3200 OTA Update Application
*************************************************
App Version : 0.0.0
Nwp Version : 2.4.7.2.31.1.3.4.1.1.5.3.34
Wifi Status : Connected to TP-LINK_Harish
NTP Server : dmz0.la-archdiocese.net
NTP Server IP : 209.151.225.100
GTM Time : Wed Sep 27 2018 04:28:49
Local Time (+05:30) : Wed Sep 27 2018 09:58:49
OTA Update Status : Error Retrying...
*************************************************
CC3200 OTA Update Application
*************************************************
App Version : 0.0.0
Nwp Version : 2.4.7.2.31.1.3.4.1.1.5.3.34
Wifi Status : Connected to TP-LINK_Harish
NTP Server : dmz0.la-archdiocese.net
NTP Server IP : 209.151.225.100
GTM Time : Wed Sep 27 2018 04:28:49
Local Time (+05:30) : Wed Sep 27 2018 09:58:49
OTA Update Status : In Progress...
*************************************************
CC3200 OTA Update Application
*************************************************
App Version : 0.0.0
Nwp Version : 2.4.7.2.31.1.3.4.1.1.5.3.34
Wifi Status : Connected to TP-LINK_Harish
NTP Server : dmz0.la-archdiocese.net
NTP Server IP : 209.151.225.100
GTM Time : Wed Sep 27 2018 04:28:49
Local Time (+05:30) : Wed Sep 27 2018 09:58:49
OTA Update Status : Error Retrying...
*************************************************
CC3200 OTA Update Application
*************************************************
App Version : 0.0.0
Nwp Version : 2.4.7.2.31.1.3.4.1.1.5.3.34
Wifi Status : Connected to TP-LINK_Harish
NTP Server : dmz0.la-archdiocese.net
NTP Server IP : 209.151.225.100
GTM Time : Wed Sep 27 2018 04:28:49
Local Time (+05:30) : Wed Sep 27 2018 09:58:49
OTA Update Status : In Progress...
*************************************************
CC3200 OTA Update Application
*************************************************
App Version : 0.0.0
Nwp Version : 2.4.7.2.31.1.3.4.1.1.5.3.34
Wifi Status : Connected to TP-LINK_Harish
NTP Server : dmz0.la-archdiocese.net
NTP Server IP : 209.151.225.100
GTM Time : Wed Sep 27 2018 04:28:49
Local Time (+05:30) : Wed Sep 27 2018 09:58:49
OTA Update Status : Error Retrying...
Kindly suggest me where to look and debug the problem.
with regards ,
Pranav