Tool/software: TI-RTOS
Hey,
I am trying to use cloud ota example but have some issues according to the update guide. I use dropbox v2 as a server, made everything as the document but i have can not connected to file server[20006] issue.
In fact i have some questions about these things:
- The document uses the repository name as OTA_V2 but in otauser.h it uses #define OTA_VENDOR_DIR "OTA_V2_MCU" :
Does it means if i use xxxx as a api name, do i have to use xxxx_MCU name for the ota vendor dir?
- After that, is all my need is changing ota vendor token and build the gmake.exe file and build the project? I think it is not all secured for the internet and dropbox connection, for example how can this demo example takes the https certification, date and time etc. I cannot see this parts when i was checking the code, so it seems a little mixed.
Thanks!