PINE64
extracting debian to SD - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112)
+--- Thread: extracting debian to SD (/showthread.php?tid=10021)



extracting debian to SD - jbradley419 - 06-01-2020

is it possible to extract the debian image to an SD card using the pinebook majaro?


RE: extracting debian to SD - khanku - 06-03-2020

You should be able to write the image to your SD card using dd, e.g.

Code:
# sudo dd if=debian.img of=/dev/mmcblk1 bs=64M status=progress

Exclamation  Make sure your SD card is actually at /dev/mmcblk1!