Hi Everyone,
Here’s my notes for beginners to easily install a headless Zynthian :
Download last stable Zynthian OS image
https://os.zynthian.org/zynthianos-last-stable.zip
Download etcher and burn the image on an SD card (class 10)
Connect an ethernet cable between the raspberry pi and your computer (or the two on an ethernet switch)
Put the SD on the raspberry, power on and wait a little bit
Install chrome on your computer
https://www.google.com/intl/fr_fr/chrome/ and:
- On MacOS, go to http://zynthian.local to access the Zynthian WebConf Tool
- On Windows, first find the IP address of the pi : https://wiki.zynthian.org/index.php/Finding_your_IP_address then type the IP address on Chrome to access the Zynthian WebConf Tool
If you aren’t on an ethernet switch connected on internet, configure the wifi on the WebConf:
System / WIFI / Add Network
Mode = ON
In the WebConf, update Zynthian OS:
Software / Update
System / Reboot
In the WebConf, setup the hardware:
Hardware / Kit / Custom
Hardware / Audio / Select your soundcard on the list
Hardware / Display / Generic HDMI Display
Hardware / Wiring / DUMMIES
System / Reboot
Install VNC server on the raspberry pi
sudo apt update
sudo apt install realvnc-vnc-server
Option 1 : via the WebConf terminal (System / Terminal)
Option 2 : via SSH:
- On MacOS, open the osx terminal and type :
ssh zynthian.local
(first ask your mac password then zynthian password = raspberry)
Note : On MacOS, if you need to re-burn your SD card and have the error message “Host key verification failed” when you try to connect via SSH, you need to erase the previous SSH information with the nano text editor in the ssh known_hosts by running this command :
sudo nano /var/root/.ssh/known_hosts
In nano, delete the zynthian line (control K), then write the file (control O + enter), then quit (control X).
- On Windows : download PuTTy https://www.putty.org/ and do the same
Activate VNC server on the raspberry pi
sudo raspi-config
Interfacing Options / VNC / Yes
Download VNC viewer in your computer
Connect to the Zynthian UI via VNC:
Type the raspberry pi IP address (on Windows) or zynthian.local (on MacOS) in VNC Viewer.
User name : root
Password : raspberry
Configure Zynthian UI for headless use in the WebConf:
Interface / UI options
Advanced view : ON
Enable Touch Widgets: ON
Enable cursor: ON