Hi, all
We currently have a system where we can upgrade our application remotely (we use our own solution, not the Sierra Wireless one). New application is being loaded into flash and we call adl_adInstall().
We want to minimise amount of data we are sending down and would like to send down binary patches. The idea is to read existing binary from flash (we know the address), patch it, archive it into DWL file in a different location in the flash and then use adl_adInstall(). Use of uncompressed binary is no good, as there is not enough space in flash to store new version.
So, firstly, tell me if I am crazy for even thinking about it?
If not, did anyone tried to do upgrade with binary patch? Is there any detailed information on DWL file format?
Thanks,
Rudolf