Other Parts Discussed in Thread: CC3100
Hi,
I'm trying to implement OTA firmware update on my device. I'm using LwIP with no RTOS and I have implemented HTTP POST and GET using mbedTLS on my device. Now I want to update the firmware from a dedicated website that will host the FW file. So my device will get to know that it needs to do FW update after which I want to go to the dedicated URL and download the file to flash and update my FW. I don't have any other communication from that URL.
Right now my code contains SW update over ethernet using LM Flash where we look for magic packets and do the update.
Now we want to go to a website download the file and then update the FW. Is there any example of this or any suggestion on how to do this?
Regards,
Deepak
