{"id":26490028,"url":"https://github.com/guysoft/zynthianos","last_synced_at":"2025-10-06T15:52:34.316Z","repository":{"id":53586278,"uuid":"120458469","full_name":"guysoft/ZynthianOS","owner":"guysoft","description":"Disto to build a Zynthian image ready to ship","archived":false,"fork":false,"pushed_at":"2022-03-09T12:11:34.000Z","size":59,"stargazers_count":20,"open_issues_count":7,"forks_count":9,"subscribers_count":5,"default_branch":"devel","last_synced_at":"2025-04-05T23:51:11.487Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guysoft.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-06T13:11:35.000Z","updated_at":"2025-02-26T20:11:51.000Z","dependencies_parsed_at":"2022-09-21T18:10:30.618Z","dependency_job_id":null,"html_url":"https://github.com/guysoft/ZynthianOS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guysoft/ZynthianOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guysoft%2FZynthianOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guysoft%2FZynthianOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guysoft%2FZynthianOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guysoft%2FZynthianOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guysoft","download_url":"https://codeload.github.com/guysoft/ZynthianOS/tar.gz/refs/heads/devel","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guysoft%2FZynthianOS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278638080,"owners_count":26019942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-20T07:54:52.398Z","updated_at":"2025-10-06T15:52:34.283Z","avatar_url":"https://github.com/guysoft.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"ZynthianOS\n===========\n\nA `Raspberry Pi \u003chttp://www.raspberrypi.org/\u003e`_ distribution that runs `Zynthian: The Open Synth Platform \u003chttp://zynthian.org/\u003e`_ out of the box. This repository contains the source script to generate the distribution out of an existing `RealtimePi \u003chttps://github.com/guysoft/RealtimePi\u003e`_ distro image. `You can download a built image here \u003chttp://unofficialpi.org/Distros/ZynthianOS/\u003e`_\n\nWhere to get it?\n----------------\n\nOfficial mirror is `here \u003chttp://unofficialpi.org/Distros/ZynthianOS\u003e`_\n\n\nHow to use it?\n--------------\n\n#. Unzip the image and install it to an SD card `like any other Raspberry Pi image \u003chttps://www.raspberrypi.org/documentation/installation/installing-images/README.md\u003e`_\n#. Configure your WiFi by editing ``realtimepi-network.txt`` or ``realtimepi-wpa-supplicant.txt`` on the root of the flashed card when using it like a flash drive\n#. Boot the Pi from the SD card\n# TODO: Add here what to do\n#. If needed, log into your Pi via SSH (it is located at ``realtimepi.local`` `if your computer supports bonjour \u003chttps://learn.adafruit.com/bonjour-zeroconf-networking-for-windows-and-linux/overview\u003e`_ or the IP address assigned by your router), default username is \"pi\", default password is \"raspberry\", change the password using the ``passwd`` command and expand the filesystem of the SD card through the corresponding option when running ``sudo raspi-config``.\n\nRequirements\n------------\n* Raspberrypi 1, 2 or 3\n* 2A power supply\n\n\nFeatures\n--------\n\n* Zynthian out of the box, with a realtime kernel\n\nDeveloping\n----------\n\nRequirements\n~~~~~~~~~~~~\n\n#. `qemu-arm-static \u003chttp://packages.debian.org/sid/qemu-user-static\u003e`_\n#. `CustomPiOS \u003chttps://github.com/guysoft/CustomPiOS\u003e`_\n#. Downloaded `RealtimePi \u003chttp://unofficialpi.org/Distros/RealtimePi/\u003e`_ image.\n#. root privileges for chroot\n#. Bash\n#. realpath\n#. sudo (the script itself calls it, running as root without sudo won't work)\n\nBuild Raspbian / Debian / Ubuntu\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nZynthianOS can be built from Debian, Ubuntu, Raspbian.\nBuild requires about 11 GB of free space available.\nYou can build it by issuing the following commands::\n\n    sudo apt-get install realpath p7zip-full qemu-user-static\n    \n    git clone https://github.com/guysoft/CustomPiOS.git\n    git clone https://github.com/guysoft/ZynthianOS.git\n    cd ZynthianOS/src/image\n    # If you want realtime kernel use this url:\n    wget http://unofficialpi.org/Distros/RealtimePi/2017-12-20_2017-11-29-realtimepi-stretch-lite-0.2.zip\n    \n    # If you want a normal stretch lite kernel\n    # wget -c --trust-server-names 'https://downloads.raspberrypi.org/raspbian_lite_latest'\n    \n    cd ..\n    ../../CustomPiOS/src/update-custompios-paths\n    sudo modprobe loop\n    sudo bash -x ./build_dist\n    \nBuilding CustomPiOS Variants\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nCustomPiOS supports building variants, which are builds with changes from the main release build. An example and other variants are available in the folder ``src/variants/example``.\n\nTo build a variant use::\n\n    sudo bash -x ./build_dist [Variant]\n    \nBuilding Using Vagrant\n~~~~~~~~~~~~~~~~~~~~~~\nThere is a vagrant machine configuration available to build ZynthianOS in case your build environment behaves differently. Unless you do extra configuration, vagrant must run as root to have nfs folder sync working.\n\nTo use it::\n\n    sudo apt-get install vagrant nfs-kernel-server\n    sudo vagrant plugin install vagrant-nfs_guest\n    sudo modprobe nfs\n    cd CustomPiOS/src/vagrant\n    sudo vagrant up\n\nAfter provisioning the machine, it's also possible to run a nightly build which updates from devel using::\n\n    cd CustomPiOS/src/vagrant\n    run_vagrant_build.sh\n    \nTo build a variant on the machine simply run::\n\n    cd ZynthianOS/src/vagrant\n    run_vagrant_build.sh [Variant]\n\nUsage\n~~~~~\n\n#. If needed, override existing config settings by creating a new file ``src/config.local``. You can override all settings found in ``src/config``. If you need to override the path to the Raspbian image to use for building OctoPi, override the path to be used in ``ZIP_IMG``. By default, the most recent file matching ``*-raspbian.zip`` found in ``src/image`` will be used.\n#. If you want to include extra soundfonts in the image, you have to copy them to ``src/modules/zynthianos/filesystem/soundfonts``. You have to organize your soundfonts in 3 subdirs, by format: SF2, SFZ, GIG\n#. Run ``src/build_dist`` as root.\n#. The final image will be created in ``src/workspace``\n\nCode contribution would be appreciated!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguysoft%2Fzynthianos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguysoft%2Fzynthianos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguysoft%2Fzynthianos/lists"}