You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the dtoverlays section of the installer script, location of config files is assumed to be for bookworm. These steps will fail on raspi bullseye, etc. Is there an installer for Bullseye? Please let me know. Thanks!
In the dtoverlays section of the installer script, location of config files is assumed to be for bookworm. These steps will fail on raspi bullseye, etc. Is there an installer for Bullseye? Please let me know. Thanks!
#set dtoverlays
sed -i -e 's:#dtparam=i2c_arm=on:dtparam=i2c_arm=on:g' /boot/firmware/config.txt || true
grep -q "dtoverlay=i2s-mmap" /boot/firmware/config.txt ||
echo "dtoverlay=i2s-mmap" >> /boot/firmware/config.txt
grep -q "dtparam=i2s=on" /boot/firmware/config.txt ||
echo "dtparam=i2s=on" >> /boot/firmware/config.txt
grep -q "dtoverlay=wm8960-soundcard" /boot/firmware/config.txt ||
echo "dtoverlay=wm8960-soundcard" >> /boot/firmware/config.txt
The text was updated successfully, but these errors were encountered: