![]() |
|
Firmware update only did partial upgrade? - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Hardware (https://forum.pine64.org/forumdisplay.php?fid=122) +--- Thread: Firmware update only did partial upgrade? (/showthread.php?tid=20378) |
Firmware update only did partial upgrade? - Agent24 - 09-25-2026 I have a PinePhone Manjaro Edition and it's working alright with PostmarketOS, but I do have some issues with SMS, particularly larger messages getting "jammed" and not receiving, until I manually delete them from the queue, wait some amount of time (sometimes even a day) and it will start working again. I thought this might be some modem firmware issue as I am running a very old version. The original modem firmware was EG25GGBR07A08M2G_01.001.01.001 I tried updating to 01.002.01.002 with the fastboot command, but it only seems to have half worked, or something. I used the information here: https://github.com/the-modem-distro/pinephone_modem_sdk/blob/scarthgap/docs/FLASHING.md I got a message like this with a warning: Code: ~/Downloads $ fastboot flash modem NON-HLOS.ubi && fastboot rebootWhen the modem rebooted, the version number was not 01.002.01.002, but 01.002.01.001 instead. I tried upgrading to 01.003.01.003 and it's the same problem. The given echo command to set the modem into fastboot did not work for me, I get an error that /dev/ttyUSB2 could not be created: Code: /bin/ash: can't create /dev/ttyUSB2: Permission deniedI used the following instead: Code: ~ $ echo "AT+QFASTBOOT" | sudo atinoutDoes anyone know what to do? Thanks! |