Difference between revisions of "PinePhone Software Releases"

Jump to navigation Jump to search
Line 68: Line 68:
== Resize partition to fit disk space ==
== Resize partition to fit disk space ==


Once you've flashed the OS to your SD card or eMMC storage, you may also need to expand the partition to fill all the available space. Remove the SD card, boot up the phone. Install growpart (<code>apt-cache search growpart</code> and install the package in the search results) and run:  
Once you've flashed the OS to your SD card or eMMC storage, you may also need to expand the partition to fill all the available space. Install growpart (<code>apt-cache search growpart</code> and install the package in the search results) and run:  
  growpart /dev/mmcblkX Y
  growpart /dev/mmcblkX Y
  resize2fs /dev/mmcblkXpY
  resize2fs /dev/mmcblkXpY