First setup, it ends iwht IP: Audio\Midi, the lady with glasses and ERROR

It’s hanging forever on the ERROR page. Only the display with the upside down lady, no buttons lighting.

Hi @Frederic !

Have you carefully followed all the instruction? I will copy here from the build tutorial, “Section 6: First Boot”:

https://wiki.zynthian.org/index.php/Assembling_Zynthian_Kit_V5.1#First_Boot

First boot could take some time. Don’t be impatient and wait until you see the splash screen with the logo. If the display remains black after 1 minute, please, re-check the instructions and re-burn the SD-card again. If this still don’t work, try with a different SD-card before reporting in the forum. For solving SD-card issues, it could be useful to check the RPi5 status LEDs.

Once you see the splash screen, it could 1-2 minutes to finish the configuration process. You deserve a beer (hey!! don’t abuse if you already took one!!), or at less some tea or coffee. When the first-boot process finishes, the zynthian will reboot and you will be in the main menu, ready to play.

It’s time to remove the display’s protective sheet (please, do it!!) and take a look to the user’s guide!

If the first boot did not finish right and you did not get into the zynthian user interface, you should carefully re-check the wiring before trying again:

  • If the display remains black, you should check the display cable connection.
  • If you get the ERROR screen, most probably your control board is not being detected and you should check the control-1 cable connection.

You should check both sides of connection. Check that orientation is correct, the cable is well inserted and the connector totally closed. If it still doesn’t work, you could look for damaged cable contacts, solder bridges on the PCB connectors, etc.

WARNING!!
AFTER A FAILED FIRST BOOT, YOU SHOULD NOT BOOT AGAIN WITH THE SAME SD-CARD AS IT IS.

If hardware can’t be detected, the SD-card is configured as “custom hardware” and first boot is disabled. You must re-burn the SD-card or reset the SD-card from the terminal with this command:

set_first_boot.sh

You can reach the terminal from webconf or using SSH.

From the terminal, you can check the first boot log with this command:

cat /root/first_boot.log

This could help you to understand what is going wrong. You should include this log when asking for help in the forum. Also, when reporting first boot issues, it could be very helpful to include the output of this command:

i2cdetect -y 1

When everything is OK you should get something like this:

     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:                         -- -- -- -- -- -- -- -- 
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
20: 20 21 -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
40: -- -- -- -- -- -- -- -- -- -- UU -- -- UU -- -- 
50: -- -- UU -- -- -- -- -- -- -- -- -- -- -- -- -- 
60: UU -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- --

If things are not working OK, you could get something like this, for instance

     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:                         -- -- -- -- -- -- -- -- 
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
40: -- -- -- -- -- -- -- -- -- -- 4a -- -- 4d -- -- 
50: -- -- 62 -- -- -- -- -- -- -- -- -- -- -- -- -- 
60: 60 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- --                         

Note the absence of the chips addressed in 20 & 21 (2 x MCP23017). This means your control board is not being detected and most probably is not well connected.

Regards,

1 Like

Looks very much like the µSD had been flashed with Etcher. I had the same problems with such cards.
Try Raspberry Pi Imager instead, but do not use Customisation.

Hi fussl.

I did follow the manual where they recommend Etcher.
However, I just tried with RPI manager as per your recommendation. And… it works!
Thanks for your help,
Kind regards
Frederic

We have ways of expressing gratitude…

I changed the wiki yesterday and Etcher is not recommended anymore.

Thanks!

2 Likes