Difference between revisions of "PinePhone Installation Instructions"

Jump to navigation Jump to search
(→‎Using Growpart: not a command supposed to be run standalone here)
Line 117: Line 117:
to check the device of your SD card – as an example lets assume it is /dev/mmcblk0
to check the device of your SD card – as an example lets assume it is /dev/mmcblk0
then
then
  sudo dd if=/dev/zero of=/dev/mmcblk0 bs=8k seek=1 count=4
  sudo dd if=/dev/zero of=/dev/<your_sd_card_device> bs=8k seek=1 count=4
will clear the relevant sectors of your card.
will clear the relevant sectors of your card.