Close

Startup and getting the screen to work

A project log for My Zynthian

My take on bulding a Zynthian, using parts I have available

cees-meijerCees Meijer 01/17/2021 at 13:280 Comments

After downloading the latest image of the Zynthian OS and writing it to the SD card (Details are here: https://wiki.zynthian.org/index.php/Zynthian_Software ), it is time to start it up. As the Zynthian website warns: this image is pre configured for use with the official Zynthian kits, so if you want to use it in different setup, first go to the web-interface to configure it.

But that's a bit of a problem when using a RPi3A+. I cannot connect it throug an ethernet cable as suggested, and it will not automatially connect to my wireless network, since the WiFi parameters are not set. (according to the guide you can set these through the interface. Which I do not have yet)

To solve this, find the file 'zynthianos-wpa-supplicant.txt' which is in the root of the SD card. Here you can add the wifi settings for your network. Make sure the 'country parameter is also set correct.

country=NL
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
    ssid="My_SSID"
    psk="My Password"
    key_mgmt=WPA-PSK
}

This only works the first time! If you change something in the WEB-Config, and reboot you will notice that zynthian will not return.

So the first thing to do after entering the WEB interface is to add your WiFi paramters, but now through the interface:

The first time you open this, the Networks will be empty. Add your network, and set mode to 'On'. Now it can be re-booted, and automatically connects to WiFi.

With that out of the way, it's time to try and connect the screen. Which fails. The PiShow obvously needs drivers that are not compatible with any of the built-in Zynthian options. There is no preset that will even show a hint of an image. So I gave up, and decided to go for the same screen as I just used in my RetroPie handheld : the 5" Elecrow HDMI screen. After all, it's only 32 Euro, so why spend all day in getting a (smaller) screen to work ? 

Discussions