Difference between revisions of "PinePhone Pro"

Jump to navigation Jump to search
(→‎Wipe U-Boot from the eMMC: as via chat discussion)
(→‎Flashing to the eMMC: added instructions)
Line 93: Line 93:
==== Flashing to the eMMC ====
==== Flashing to the eMMC ====


{{Under construction}}
{{warning|Installation to the eMMC is currently '''not recommended''' due to the boot order and installations breaking commonly. Doing so is at '''your own risk'''!}}
 
Flashing to the eMMC can be simply done by booting an operating system from the microSD and to flash the eMMC from there:
 
# Boot an operating system from the microSD card. If there is already a bootloader on the eMMC installed see the section [[PinePhone Pro#Bypassing the eMMC|bypassing the eMMC]] to bypass it
# Download or copy the new image to the phone
# Check if the eMMC appears under <code>lsusb</code>. If it doesn't appear there you held the ''RE'' button in the eMMC bypass for too long (the eMMC didn't initialize then)
# Extract the image
# Flash the extracted image using <code>sudo dd if='''IMAGE.img''' of=/dev/mmcblk2 bs=1M status=progress conv=fsync</code>
# Reboot the phone


==== Bypassing the eMMC ====
==== Bypassing the eMMC ====