Difference between revisions of "PinePhone Software Releases"

Jump to navigation Jump to search
Line 31: Line 31:
* Boot the phone
* Boot the phone
* The eMMC appears as /dev/mmcblk2 and so any standard Linux mechanism to move your image there will work, e.g. dd.
* The eMMC appears as /dev/mmcblk2 and so any standard Linux mechanism to move your image there will work, e.g. dd.
You can dd the current installation to eMMC using this command:
  dd if=/dev/mmcblkX of=/dev/mmcblkY bs=1M
Where X is the number label of the SD card, and Y is the number label of the eMMC.
It will take about 15 minutes (depending on the speed of your card), and in the end it may show an error about not enough space - just ignore it. Turn off phone, take out SD card, and try booting the phone which should load up the new OS from eMMC.
This is method is more convenient because you don't have to rebuild the image from within the PinePhone, which usually requires resizing partitions and other extra steps.
Also, in the default/factory installed image provided to you upon shipment, there is an option to install any image to the eMMC.


== Backlight ==
== Backlight ==