Changes

Jump to navigation Jump to search
142 bytes added ,  12:55, 16 September 2023
Line 47: Line 47:  
You can use [https://etcher.io/ Etcher], a free software that works on Mac, Windows and Linux, to write the image into the SD-card. There is a really good manual for this at [https://www.raspberrypi.org/documentation/installation/installing-images/ this link].
 
You can use [https://etcher.io/ Etcher], a free software that works on Mac, Windows and Linux, to write the image into the SD-card. There is a really good manual for this at [https://www.raspberrypi.org/documentation/installation/installing-images/ this link].
   −
If you are a terminal guy, ''dd'' or ''pv'' will do the task. Don't forget to ''unmount'' the SD partition before burning and ''sync'' before extracting the card. Something like this:
+
If you are a terminal guy, ''dd'' or ''pv'' will do the task. Don't forget to ''unmount'' the SD partition before burning and ''sync'' before extracting the card. With root privileges, run something like this:
    
  umount /dev/sdc1
 
  umount /dev/sdc1
 
  pv 2023-08-25-zynthianos-stable-2308.img > /dev/sdc
 
  pv 2023-08-25-zynthianos-stable-2308.img > /dev/sdc
 
  sync
 
  sync
 +
 +
or if you like sudo:
 +
 +
sudo umount /dev/sdc1
 +
sudo pv 2023-08-25-zynthianos-stable-2308.img > /dev/sdc
 +
sudo sync
 +
    
{{NoteBox|RBPi2 is not supported by recent zynthian SD-images. If you want to use a RBPi2, you may need to build your own SD-image.}}
 
{{NoteBox|RBPi2 is not supported by recent zynthian SD-images. If you want to use a RBPi2, you may need to build your own SD-image.}}

Navigation menu