Difference between revisions of "PinePhone Pro"

Jump to navigation Jump to search
(→‎Wipe U-Boot from the eMMC: obsoleted information)
Line 121: Line 121:
* Wipe the bootloader using <code>sudo dd if=/dev/zero of=/dev/mmcblk2 seek=64 count=400 conv=fsync</code>
* Wipe the bootloader using <code>sudo dd if=/dev/zero of=/dev/mmcblk2 seek=64 count=400 conv=fsync</code>


The phone should now default to the microSD card at boot. Note: If the phone still tries to boot from the eMMC first, the procedure can be repeated by wipe a larger part of the eMMC using <code>sudo dd if=/dev/zero of=/dev/mmcblk2 bs=8M count=4</code>, this will however also corrupt the first partition on the eMMC and corresponding data stored on it.
The phone should now default to the microSD card at boot.


If there are any issues please join the bridged [[Main Page#Community and Support|community PinePhone channel]] and explain your issue and what you've tried so far.
If there are any issues please join the bridged [[Main Page#Community and Support|community PinePhone channel]] and explain your issue and what you've tried so far.