Hi All,
I’m working on a sound project where I have a number of exercycles that can be used to jam some rhythms like a cycling band. Each exercycle is sending midi and the idea is to get in time together and improvise.
Zynthian looks like an amazing project to help me achieve this and I love that it is linux based and open source. I’ve been having a few problems installing on a bare raspberry pi 3 and perhaps someone can guide me a little?
I downloaded zynthian_gorgona_rbpi3-2016-12-21.img
and imaged onto the SD card. The system boots OK but halts with a black screen with a non-flashing cursor in the top left.
I can SSH into the pi OK and it seems like X is running, however the web interface is not.
This is not a Zynthian box just a bare raspberry pi.
When I connect a monitor and boot the messages look OK (no Red messages).
I do see a few errors on dmesg:
[ 0.157860] bcm2835-aux-uart 3f215040.serial: could not get clk: -517
...
[ 3.409532] stmpe-spi spi0.1: unknown chip id: 0x0
[ 3.412191] stmpe-spi: probe of spi0.1 failed with error -22
[ 3.533065] snd-rpi-hifiberry-dacplus soc:sound: ASoC: CODEC DAI pcm512x-hifi not registered - will retry
[ 3.553400] pcm512x 1-004d: Failed to reset device: -121
[ 3.556307] pcm512x: probe of 1-004d failed with error -121
...
[ 4.969505] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
Can post the whole log if that helps.
I don’t have a hifiberry plugged in so that error seems normal.
Is the problem that I don’t have any of the expected hardware connected?
Rob