@bmork: So, this finally worked and I saw the update info lines coming back via picocom until 100% complete.
picocom /dev/ttyUSB2
ATI
#
# Set APN
AT+CGDCONT=1,"IPV4V6","internet.t-d1.de"
#
# LuCi: Stop wwan0 interface
#
# Start upgrade
at+qfotadl="http://get.dyn.mork.no/nr7101/RG502QEAAAR11A03M4G-RG502QEAAAR11A06M4G.zip"
But I can't connect to the internet anymore. The wan_4 interface is now missing. Before the update, it took about 60 seconds for the wan_4 device to spawn in LUCI, it's now 10 minutes of waiting and it does not come up. Can you help me here, please?
This is my log:
Thu Mar 17 10:30:19 2022 daemon.notice netifd: wan (2129): Waiting for SIM initialization
Thu Mar 17 10:31:19 2022 daemon.notice netifd: wan (2129): PIN verification is disabled
Thu Mar 17 10:31:19 2022 daemon.notice netifd: wan (2129): Device does not support 802.3 mode. Informing driver of raw-ip only for wwan0 ..
Thu Mar 17 10:31:19 2022 daemon.notice netifd: wan (2129): Waiting for network registration
Thu Mar 17 10:31:21 2022 daemon.notice netifd: wan (2129): Device stopped network registration. Restart network registration
Thu Mar 17 10:31:22 2022 daemon.notice netifd: wan (2129): Device stopped network registration. Restart network registration
Thu Mar 17 10:31:23 2022 daemon.notice netifd: wan (2129): Device stopped network registration. Restart network registration
Thu Mar 17 10:31:24 2022 daemon.notice netifd: wan (2129): Device stopped network registration. Restart network registration
Solution: Type the following in PICOCOM:
AT+CGDCONT=1,"IPV4V6","internet.t-d1.de"
AT+CFUN=1,1
I don't know what it is, but after that, the internet connection came back. Rebooted the device, and it automatically came up fine like before the update.