Other Parts Discussed in Thread: UNIFLASH
ok. step by step, like profy(you) with child (me, joke :-) )
1) i have a gentoo machine with our cervice drivers, apache web-server, sql db. right now it's my own developer sandbox. is it enough make customer CDN server, or not?
2) in what place i should put *.tar file with new firmware at CDN server?
3) i am trying to compile cloud_ota_CC3220SF_LAUNCHXL_nortos_ccs and nowhere in your docs i found about
otauser.h line 110:
/* add your customer server header here */
#include ""
this include. where can i take it *.h file?
3) Over The Air Update Guide / 3.2 Program by UniFlash Tool With Image Creator Inside / fig.8
how can i generate digcert_high_assurance_ca.der if i don't use github or dropbox?
4) otauser.h line 119
#define OTA_VENDOR_TOKEN
where can i take/generate it?
ok. i may be i have it and define in otauser.h, where have put it at my CDN server?
5) right now i have working my own app for cc3220 without OTA.
i want OTA update (surprise!) - i need just include OTA lib to my code and thats all? and if my code+ota will work i mustn't to touch ota part of program?
6) i made a new pcb. flash blanked chip by my program. it works. i write a new version of my program and update it by OTA by same bin file? or i have to have two bin files for first flashing and OTA? and how many project in UniFlash i have to have? (sorry for my bad English)
general - how to integrate ota in own-ready-code?
7) i have two/thee/more... projects with cc3220sf sdk and one project i update with github, second with custom cdn, third with github but another token... is otauser.h is only one for all projects? or i can copy it to my project?