Difference between revisions of "PinePhone Pro"

Jump to navigation Jump to search
(→‎Installation instructions: added categories)
Line 105: Line 105:
* Boot a GNU/Linux operating system from the microSD card by holding power at boot (or using the above bypass method if the bootloader was altered or the Developer Edition is used)
* Boot a GNU/Linux operating system from the microSD card by holding power at boot (or using the above bypass method if the bootloader was altered or the Developer Edition is used)
* Type <code>lsblk</code> in a terminal on the phone to list the devices
* Type <code>lsblk</code> in a terminal on the phone to list the devices
* Wipe the bootloader using <code>sudo dd if=/dev/zero of=/dev/DEVICE bs=8k seek=1 count=4</code> (Note: please replace DEVICE with the eMMC device and double-check you got it correct and neither selected the microSD card nor a partition of the eMMC!
* Wipe the bootloader using <code>sudo dd if=/dev/zero of=/dev/mmcblk2 bs=8k seek=1 count=4</code>


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.
The phone should now default to the microSD card at boot. If the phone still tries to boot from the eMMC first, repeat the procedure but wipe a larger part of the eMMC using <code>sudo dd if=/dev/zero of=/dev/mmcblk2 bs=8M count=4</code>.
 
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.


=== Software releases ===
=== Software releases ===