Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: DT Overlay `rpi-cirrus-wm5102' renamed `cirrus-wm5102'
#5
(03-17-2023, 10:32 AM)Tim Curtis Wrote: Looks like the Pi devs renamed a few overlays :-0

Below is from the the /boot/overlays/README file. Also notice that the name rpi-dac has been deprecated and the new name is i2s-dac. 

Code:
Name:   cirrus-wm5102
Info:   Configures the Cirrus Logic Audio Card
Load:   dtoverlay=cirrus-wm5102
Params: <None>

Name:   i2s-dac
Info:   Configures any passive I2S DAC soundcard.
Load:   dtoverlay=i2s-dac
Params: <None>

Name:   rpi-dac
Info:   This overlay has been renaamed to i2s-dac.
Load:   <Deprecated>

I'll add to the TODO list.

In the meantime run the command below to fix the cirrus name so that it appears in the DT overlay list.

Code:
sudo sed -i s/rpi-cirrus/cirrus/ /usr/local/bin/moodeutl

Thanks guys. All working now  Smile
Reply


Messages In This Thread
RE: DT Overlay `rpi-cirrus-wm5102' renamed `cirrus-wm5102' - by Drewt - 03-17-2023, 09:47 PM

Forum Jump: