Difference between revisions of "Zynthian Software"

From ZynthianWiki
Jump to navigation Jump to search
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
The easiest way of getting the software is to download the torrent file for the latest ''official'' SD card image from here:
+
== Official Aruk Stretch SD-Images (Stretch-based) ==
  
'''[http://blog.zynthian.org/download/zynthian_gorgona_edge_rbpi3_piscreen2-2017-10-23.img.torrent Download Zynthian "Gorgona Edge" SD-image, configured for Kits v2]'''
+
The current official Zynthian SD-Image is called '''Aruk'''. It's based in Raspbian Stretch and built using a the CustomPiOS system (thanks @guysoft!!). Currently we have a third Release Candidate (RC-3):
'''[http://blog.zynthian.org/download/zynthian_gorgona_edge_rbpi3_pitft-2017-09-18.img.torrent Download Zynthian "Gorgona Edge" SD-image, configured for Kits v1]'''
 
  
It's a 9GB image file (with plenty of soundfonts) compiled for Raspberry Pi 3. (You need BitTorrent software to use the torrent file to actually download the large image file)
+
[https://os.zynthian.org/2019-06-26-zynthianos-stretch-lite-1.0.0-RC3.zip ZynthianOS "Aruk Stretch" RC-3] ([https://os.zynthian.org/2019-06-26-zynthianos-stretch-lite-1.0.0-RC3.zip.md5 MD5-sum])
  
If you prefer a smaller image (Gorgonilla) or need support for Raspberry Pi 2, then you can download the older Gorgona image torrent file, pre-configured for Kits V1:
+
it will be the last stretch-based Aruk RC because we have moved to Raspbian Buster.
  
'''[https://discourse.zynthian.org/t/merry-zynthians-and-happy-new-sd-image/314 Download Zynthian "Gorgona" SD-image]'''
+
{{NoteBox|Aruk Stretch SD-Image is pre-configured for official Kit v2.}}
  
These SDcard images include all the Zynthian software, properly configured for the standard hardware -- ready to use. Plug and play!
+
== Testing Aruk Buster SD-Images (Buster-based) ==
  
After downloading the SD-image, you have to write it to a SDcard. You need a minimum size of 16GB SDcard for the full ''Gorgona'' image or 8GB for the ''Gorgonilla'' lite image.  
+
The next official Zynthian SD-Image is called '''Aruk Buster'''. It's the same than the stretch-based one, but buster-based. Currently we have a first Release Candidate (RC-1):
  
Use '''Etcher''' https://etcher.io/ (free software works on Mac, Windows or Linux) to write the image onto the SDcard. Or do it manually! There is a really good manual for this at [https://www.raspberrypi.org/documentation/installation/installing-images/ this link].
+
[https://os.zynthian.org/2019-09-24-zynthianos-buster-lite-1.0.0-RC1.zip ZynthianOS "Aruk Buster" RC-1] ([https://os.zynthian.org/2019-09-24-zynthianos-buster-lite-1.0.0-RC1.zip.md5 MD5-sum])
  
Finally, if you like, you can build your own SD image following these instructions:
+
{{NoteBox|Aruk Buster SD-Image is pre-configured for official Kit v3.}}
 +
 
 +
== Nightly Build SD-Images ==
 +
 
 +
If you really like to be in the cutting edge, try the nightly builds:
 +
 
 +
[https://os.zynthian.org ZynthianOS nightly builds]
 +
 
 +
but if you do so, please, check that the build is green in the Jenkins panel.
 +
 
 +
== Legacy "Gorgona Omega" SD-Images (Jessie-based) ==
 +
 
 +
{{WarningBox|Gorgona Omega is at the very end of its life cycle and it's not longer maintained. If you use it, probably you will have problems for updating. I strongly suggest using the new ''Aruk SD-image'' (see above).}}
 +
 
 +
You can download the old Gorgona SD-Images from here:
 +
 
 +
* [http://zynthian.org/download/zynthian_gorgona_omega_rbpi3_kitv2-2018-04-03.zip Gorgona Omega, Kit v2]
 +
 
 +
* [http://zynthian.org/download/zynthian_gorgona_omega_rbpi3_kitv1-2018-04-03.zip Gorgona Omega, Legacy Kit V1]
 +
 
 +
== Preparing the SD-card ==
 +
 
 +
Current images are 8GB compressed image file compiled for Raspberry Pi 3. These SD card images include all the Zynthian software, properly configured for working with the official kits. Completely ready to use. Plug and play!
 +
 
 +
After downloading the SD-image, you have to write it to a SD-card. You need a SD card with a '''minimum size of 16GB''', although you can use a bigger one if you want.
 +
 
 +
Use [https://etcher.io/ Etcher] (free software works on Mac, Windows or Linux) to write the image onto the SDcard. Or do it manually! There is a really good manual for this at [https://www.raspberrypi.org/documentation/installation/installing-images/ this link].
 +
 
 +
{{NoteBox|RBPi2 is not currently supported by the latest official zynthian SD images, so if you want to use a RBPi2, you may need to build your own SD image.}}
 +
 
 +
== Build your own image ==
 +
 
 +
If you like, you can build your own SD image following these instructions:
  
 
  [https://discourse.zynthian.org/t/new-sd-image-setup-script/283 Building the SD Image using the Setup Script]
 
  [https://discourse.zynthian.org/t/new-sd-image-setup-script/283 Building the SD Image using the Setup Script]
 +
 +
Also, you would like to try the new experimental docker-builder (thanks @guysoft!!):
 +
 +
[https://discourse.zynthian.org/t/building-zynthian-image-now-works-with-docker/2499 Building Zynthian with Docker]

Revision as of 10:56, 30 January 2020

1 Official Aruk Stretch SD-Images (Stretch-based)

The current official Zynthian SD-Image is called Aruk. It's based in Raspbian Stretch and built using a the CustomPiOS system (thanks @guysoft!!). Currently we have a third Release Candidate (RC-3):

ZynthianOS "Aruk Stretch" RC-3 (MD5-sum)

it will be the last stretch-based Aruk RC because we have moved to Raspbian Buster.

Note:

Aruk Stretch SD-Image is pre-configured for official Kit v2.

2 Testing Aruk Buster SD-Images (Buster-based)

The next official Zynthian SD-Image is called Aruk Buster. It's the same than the stretch-based one, but buster-based. Currently we have a first Release Candidate (RC-1):

ZynthianOS "Aruk Buster" RC-1 (MD5-sum)

Note:

Aruk Buster SD-Image is pre-configured for official Kit v3.

3 Nightly Build SD-Images

If you really like to be in the cutting edge, try the nightly builds:

ZynthianOS nightly builds

but if you do so, please, check that the build is green in the Jenkins panel.

4 Legacy "Gorgona Omega" SD-Images (Jessie-based)

WARNING!!

Gorgona Omega is at the very end of its life cycle and it's not longer maintained. If you use it, probably you will have problems for updating. I strongly suggest using the new Aruk SD-image (see above).

You can download the old Gorgona SD-Images from here:

5 Preparing the SD-card

Current images are 8GB compressed image file compiled for Raspberry Pi 3. These SD card images include all the Zynthian software, properly configured for working with the official kits. Completely ready to use. Plug and play!

After downloading the SD-image, you have to write it to a SD-card. You need a SD card with a minimum size of 16GB, although you can use a bigger one if you want.

Use Etcher (free software works on Mac, Windows or Linux) to write the image onto the SDcard. Or do it manually! There is a really good manual for this at this link.

Note:

RBPi2 is not currently supported by the latest official zynthian SD images, so if you want to use a RBPi2, you may need to build your own SD image.

6 Build your own image

If you like, you can build your own SD image following these instructions:

Building the SD Image using the Setup Script

Also, you would like to try the new experimental docker-builder (thanks @guysoft!!):

Building Zynthian with Docker