-
Notifications
You must be signed in to change notification settings - Fork 0
FlashModem
attah edited this page Sep 24, 2023
·
4 revisions
This page provides some quick instructions for flashing "the modem distro" firmware onto the EG25 modem of the Pinephone or Pinephone Pro from within Sailfish. It is NOT a substitute for the official docs, which you should read first, see:
- https://github.com/the-modem-distro/pinephone_modem_sdk/tree/kirkstone
- https://github.com/the-modem-distro/pinephone_modem_sdk/blob/kirkstone/docs/FLASHING.md
You should follow the above flash guide and flash using the provided script. To get the fastboot command, install the android-tools-hadk pacakge
devel-su
zypper in android-tools-hadk
The flashall script uses sudo to gain root, but sailfish uses devel-su. You can either edit the script and remove all references to sudo and run the script as root (via deval-su), or simply install sudo.
devel-su
sh ./flashall
The remaining instructions from the official guide should be followed.