EG_25 Modem DFOTA using Local file system failed

Hi,

After uploading DFOTA file in Eg25 Modem We get following error when AT+QFOTADL command sent
image

We get +QIND: “FOTA”,“END”,502 response. Which means “The upgrade process exits for some unpredictable errors”

Can any one tell why the firmware update failed here?

Hi,
We have implemented following process for firmware download:

Delete file if already present in UFS.
AT+QFDEL=“EG25.zip”
it gives CME Error 418

Then Upload file
AT+QFUPL=“EG25.zip”,24741302
+QFUPL: 24741302,34d6

After successful file update
AT+QFOTADL="/data/ufs/EG25.zip"
OK

+QIND: “FOTA”,“START”

+QIND: “FOTA”, “END”,502

on next retry it gives
+QIND: “FOTA”, “END”,510

1 Like

Dear Skarkare,
The error code 510 means that the patch does not match the source file in the module, need to check whether the upgrade package is wrong.
Please follow up the DFOTA user guide document to check the DFOTA package, the path and the whole test process. Thanks!