Difference between revisions of "PinePhone Installation Instructions"

Jump to navigation Jump to search
(→‎From the booted microSD OS (risky): removed wrong sentence)
Line 50: Line 50:
# Open terminal and <code>git clone [url]</code> your desired project OR: Open web browser and download the desired OS image file.  
# Open terminal and <code>git clone [url]</code> your desired project OR: Open web browser and download the desired OS image file.  
# Build the OS (Optional)
# Build the OS (Optional)
# Flash the resulting image file you got by downloading or by building, to eMMC, using <code>dd if=new-pinephone-image.img of=/dev/mmcblkY bs=1M status=progress</code> where X is the number label of the SD card, and Y is the number label of the eMMC. Use the command ''lsblk'' to check your devices: typically with the current kernel the SD card is /dev/mmcblk0 and the eMMC is /dev/mmcblk2 but as always with ''dd'' be extremely cautious to get the devices correct. Then, resize partition to fill up entire disk (see below).
# Flash the resulting image file you got by downloading or by building, to eMMC, using <code>dd if=new-pinephone-image.img of=/dev/mmcblkX bs=1M status=progress</code> where X is the number label of the eMMC. Use the command ''lsblk'' to check your devices: typically with the current kernel the SD card is /dev/mmcblk0 and the eMMC is /dev/mmcblk2 but as always with ''dd'' be extremely cautious to get the devices correct. Then, resize partition to fill up entire disk (see below).
# Turn off phone, remove SD card. Turn on phone.
# Turn off phone, remove SD card. Turn on phone.