Difference between revisions of "PinePhone Pro Developer Edition"

Jump to navigation Jump to search
(typo)
(Add section on backing up the factory AOSP)
Line 15: Line 15:


The PinePhone Pro developer edition ships with a BSP AOSP factory image flashed to the eMMC. This image includes a number of factory applications meant to validate operation of the sensors, the modem, cameras, LCD & touch panel, etc. You’ll have to nuke the AOSP build to run a Linux installation on the PinePhone Pro. Booting from SD with the AOSP factory build present on eMMC is not possible due to the SoCs native boot order.  
The PinePhone Pro developer edition ships with a BSP AOSP factory image flashed to the eMMC. This image includes a number of factory applications meant to validate operation of the sensors, the modem, cameras, LCD & touch panel, etc. You’ll have to nuke the AOSP build to run a Linux installation on the PinePhone Pro. Booting from SD with the AOSP factory build present on eMMC is not possible due to the SoCs native boot order.  
== 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.
<code>adb root && adb pull /dev/block/mmcblk0 ~/pinephonepro-factory-AOSP.img</code>


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