Difference between revisions of "PinePhone Installation Instructions"

Jump to navigation Jump to search
m (→‎Using Growpart: Use "code" tag for CLI command examples)
m (→‎Using dd: Use "code" and "pre" tags for CLI command examples)
Line 19: Line 19:
=== Flashing the microSD ===
=== Flashing the microSD ===
==== Using dd ====
==== Using dd ====
Make sure to select the correct device using <code>lsblk</code>. Then run dd with the correct device:
Make sure to select the correct device using <code>lsblk</code>. Then run <code>dd</code> with the correct device:


<code>sudo dd if=pine.img of=/dev/[DEVICE] bs=1M status=progress conv=fsync</code>
<pre>
sudo dd if=pine.img of=/dev/[DEVICE] bs=1M status=progress conv=fsync
</pre>


==== Using bmaptool ====
==== Using bmaptool ====