Latest Zynthian with IQAudio DAC+ causes boot-loop

Hi,

after searching high and low for a Hifi-berry DAC i came up short (sold out everywhere where i looked) and so i finally got hold of an IQBerry DAC+ and a case that could house it + the rpi 4.

I downloaded and wrote the latest firmware to a 32GB micro-SD and when done booted it all. Everything works fine at this stage.

When trying to customize it all to my particular setup (the IQaudio DAC+) and then rebooting, it gets into this eternal boot-loop and there is of course no way to get out of it.

What am i doing wrong here exactly? Should i do anything differently?

I’m trying to follow the wiki-pages exactly.


rest of my links here (being a newbie poster and restricted to 3 per post):



Please, could you send the output of this command:

alsa_play -l

The jack config for this device is wrong and must be fixed. You have to replace the “hw:0” by something better, that include the device name.

Thanks

It gives this:

root@zynthian:~# aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Headphones [bcm2835 Headphones], device 0: bcm2835 Headphones [bcm2835 Headphones]
Subdevices: 8/8
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
Subdevice #3: subdevice #3
Subdevice #4: subdevice #4
Subdevice #5: subdevice #5
Subdevice #6: subdevice #6
Subdevice #7: subdevice #7
card 1: IQaudIODAC [IQaudIODAC], device 0: IQaudIO DAC HiFi pcm512x-hifi-0 [IQaudIO DAC HiFi pcm512x-hifi-0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: vc4hdmi0 [vc4-hdmi-0], device 0: MAI PCM i2s-hifi-0 [MAI PCM i2s-hifi-0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 3: vc4hdmi1 [vc4-hdmi-1], device 0: MAI PCM i2s-hifi-0 [MAI PCM i2s-hifi-0]
Subdevices: 1/1
Subdevice #0: subdevice #0
root@zynthian:~#

Try replacing hw:0 with hw:IQaudIODAC.

1 Like

That did the trick :slight_smile:

Thank you riban and jofemodo

2 Likes