Difference between revisions of "PinePhone Installation Instructions"

Jump to navigation Jump to search
(→‎Installation to the microSD: removed confusing cross-reference, swapped image to newer version)
(Add information about new u-boot location on Danctnix (arch))
Line 131: Line 131:
  sudo dd if=/dev/zero of=/dev/'''[DEVICE]''' bs=8k seek=1 count=4
  sudo dd if=/dev/zero of=/dev/'''[DEVICE]''' bs=8k seek=1 count=4
will clear the relevant sectors of your card.
will clear the relevant sectors of your card.
Since Danctnix (arch) switched to a gpt partition table from mbr in May of 2022 it installs u-boot at an offset of 128k instead of 8k, which means this command must be used instead
sudo dd if=/dev/zero of=/dev/'''[DEVICE]''' bs=32k seek=4 count=1


== Web resources ==
== Web resources ==