Difference between revisions of "PinePhone Pro Developer Edition"

Jump to navigation Jump to search
m (Add IRC link)
m (Note about backing up.)
Line 31: Line 31:
== Backing up the factory AOSP ==
== Backing up the factory AOSP ==


It may be a good idea to create an image of the eMMC in case you want to flash it back.
It may be a good idea to create an image of the eMMC in case you want to flash it back.  Free up at least 128GB of disk space.  Install <code>adb</code>.


<code>adb root && adb pull /dev/block/mmcblk0 ~/pinephonepro-factory-AOSP.img</code>
<code>adb root && adb pull /dev/block/mmcblk1 ~/pinephonepro-factory-AOSP.img</code>


== Nuking the factory AOSP installation ==
== Nuking the factory AOSP installation ==