Has anyone been successful modifying the embedded HTML web page used for provisioning for use with OTA.
Using the WINC1500_FIRMWARE_UPDATE_EXAMPLE I can create my own web page, use "modify_provisioning_webpage.bat" to update the binary image m2m_aio_3A0.bin and then download this with the serial downloader "download_all.bat" and it all works fine.
I'd like to update the web page using OTA. the example suggest that this is possible. However the "modify_provisioning_webpage_ota.bat" doesn't work, it just corrupts the OTA image file m2m_ota_3a0.bin. Looking at the binary file, the image builder just overwrites the OTA binary assuming its a normal binary, and corrupts it. I've also tried using "generate_ota_image.bat" but doesn't work. It's looking for some boot file that does not exist.
Anyone else been down this road.
Colin