Line 49:
Line 49:
If you are a terminal guy, ''dd'' or ''pv'' will do the task. Don't forget to ''unmount'' the SD partition before burning and make a ''sync'' before extracting the card. Something like that:
If you are a terminal guy, ''dd'' or ''pv'' will do the task. Don't forget to ''unmount'' the SD partition before burning and make a ''sync'' before extracting the card. Something like that:
−
umount /dev/sdc1
+
umount /dev/sdc1<br>
−
pv 2023-08-25-zynthianos-stable-2308.img > /dev/sdc
+
pv 2023-08-25-zynthianos-stable-2308.img > /dev/sdc<br>
sync
sync