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.

How to update CC3200 launchpad firmware and html via local network under tirtos, any guideline

Other Parts Discussed in Thread: CC3200

Hi,

I am investigating how to firmware update and html update via local network? 

Since as the example provided OTA update via dropbox, but my device would not be access an internet. It just only wifi path in local network to be upgraded. Does anyone has this experience?

Thx a lot.

George

  • Hi George,

    You need write own code which will add support for this feature. We use two ways how to firmware and web update in local network:
    - tftp server inside CC3200 which allows write file inside serial flash
    - own proprietary protocols with filesystem read/write. We use this protocol for many other things and one is filesystem access.

    Jan