Skip to content

FlashModem

attah edited this page Sep 24, 2023 · 4 revisions

Flash the modem firmware

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:

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.

Clone this wiki locally