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.

CC3235SF: Local OTA on external local server

Part Number: CC3235SF

Hi TI community,

I have successfully run "local_ota" example and updated my cc3235sf.

As per my understanding the http server is inside cc3235sf device.

I want device can connect with local Wi-Fi and update itself using external http server which is running on my computer locally.

Can you tell me how can I achieve this?

Thanks in advance!!!

Regards,

Maharshi T.

  • Hi Maharshi,

    I am not sure what you exactly want. If you want to add feature into your firmware which will allow download OTA file from other http server, you can check chapter 10 at swra510.

    Jan

  • Currently we don't have a good solution for that. 

    Jan suggestion is the best option.

    In one of the next SDKs we will introduce a new design for the OTA that will ease such use case but currently you can only refer to the customized CDN vendor or create a completely new OTA implementation (based on the HTTPGet example and the OtaArchive code from the LocalOta example).

    Br,

    Kobi