I am working with EC600U IoT Module. I want to update firmware of it using QuecOpen SDK. Could anyone please tell me structure should I follow, because demo code is not working.
Hi @sindhuroy,
You may refer to our FOTA Application Note documentation for a detailed guide on FOTA update.
The general flow is:
- Make FOTA package.
- Put FOTA package on your server.
- Download FOTA package to module.
- Perform FOTA update.
Yes, it is working now.
The problem was with the Host Server which I was using. Earlier I was using Google Drive for the hosting my FOTA Pack file, but when I changed my Host to AWS S3 bucket, it start working.
1 Like