I am working on a sound image based on raspiOS lite. I noticed with the 32 bit Bookworm Lite image that no sound is passed over the i2s interface. I use in the config.txt and use MPD to play audio. This only happens on the Zero2W and only with the 32 bit image. This same 32 bit (armhf - use on all pis) image with the same settings running on a Zero(1.1), 3b+, 4b works fine and I get audio over i2s. It is only on the Zero2W that I get no audio.
If I put an identically configured 64 bit image in the Zero2W, it passes audio over i2s and works fine.
These are the modules running on the zero2w regardless of the image (32 bit versus 64 bit)
Hardware model:Raspberry Pi Zero 2 W Rev 1.0
Anyone know what might be going on?
Gearhead
Code:
dtoverlay=iqaudio-dacplus
If I put an identically configured 64 bit image in the Zero2W, it passes audio over i2s and works fine.
These are the modules running on the zero2w regardless of the image (32 bit versus 64 bit)
Hardware model:Raspberry Pi Zero 2 W Rev 1.0
Code:
# lsmod | grep 512snd_soc_pcm512x_i2c 16384 1snd_soc_pcm512x 36864 1 snd_soc_pcm512x_i2cregmap_i2c 16384 1 snd_soc_pcm512x_i2csnd_soc_core 282624 3 snd_soc_pcm512x,snd_soc_bcm2835_i2s,snd_soc_iqaudio_dacsnd_pcm 143360 6 snd_soc_pcm512x,snd_soc_bcm2835_i2s,snd_bcm2835,snd_compress,snd_soc_core,snd_pcm_dmaenginesnd 110592 8 snd_soc_pcm512x,snd_bcm2835,snd_timer,snd_compress,snd_soc_core,snd_pcm
Gearhead
Statistics: Posted by gearhead — Tue Feb 20, 2024 1:26 pm — Replies 0 — Views 17