Update install.sh to support Raspberry Pi 5

This commit is contained in:
AIWintermuteAI 2024-03-30 04:36:04 +08:00 committed by GitHub
parent 1ae8b116b0
commit 628af6a43c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -188,10 +188,12 @@ sed -i -e 's:#dtparam=i2c_arm=on:dtparam=i2c_arm=on:g' $CONFIG || true
grep -q "^dtoverlay=i2s-mmap$" $CONFIG || \
echo "dtoverlay=i2s-mmap" >> $CONFIG
grep -q "^dtparam=i2s=on$" $CONFIG || \
echo "dtparam=i2s=on" >> $CONFIG
grep -q "^dtoverlay=seeed-2mic-voicecard$" $CONFIG || \
echo "dtoverlay=seeed-2mic-voicecard" >> $CONFIG
#install config files
mkdir /etc/voicecard || true
cp *.conf /etc/voicecard