Modem does not connect after Modem delta upgrade

Hi, we used the modem_delta_update example as a reference in our firmware to be able to do modem delta FOTA upgrades from an S3 bucket. We are currently using NCS V2.2 The upgrading works very well, we use it to upgrade modem firmware V1.3.3 to V1.3.4. The problem is that on some units the modem stops connecting to the LTE network after the upgrade. The modem still responds correctly to AT commands, but no matter what I try, it does not want to connect to LTE. I manually programmed modem firmware V1.3.3 and V1.3.4 to see if this will fix the problem, but no luck. Are there any non-volatile settings in the modem that could have been lost?

Thank you for your help.

Hubert

Parents Reply
  • hjetschko said:
    Can you please have another look if you can see any reason why these modems stopped connecting after doing a delta modem upgrade?

    I'm afraid these did not provide any information.

    hjetschko said:
    The only way I could get it working was over RTT. This log was captures by J-Link RTT logger.

    I think we need to retry with this method. Can you please revert back to how the project was configured to capture RTT modem trace? Following the steps provided under Modem Trace Module, please add CONFIG_NRF_MODEM_LIB_TRACE_LEVEL_LTE_AND_IP=y to prj.conf.

Children
  • Hi Øyvind

    Thank you for looking into this. We worked through all the commands from the AT Commands PDF to see if we can find a parameter that could affect this.  When we tried AT%XFACTORYRESET=0 the device started working again. We also tried this on a bunch of other devices that stopped working and we were able to recover all of them. Can I mark this as the solution or do you think there is still something to be concerned about?

    Regards

    Hubert

  • Hi Hubert,

    hjetschko said:
    Can I mark this as the solution or do you think there is still something to be concerned about?

    If this fixes the issue on all your devices, then I thing we can say that this is the fix. The XFACTORYRESET might have removed some data that prevented the update to be fulfilled, but I don't know what. 

    If you are happy, then let's call this a success. And if you do see any issues afterwards, please let us know. 

    Kind regards,
    Øyvind

Related