install i2s

pull/155/head
Yossi 2017-04-12 13:40:49 +03:00
parent e6528f24d6
commit 2c1726ca87
1 changed files with 3 additions and 0 deletions

View File

@ -164,6 +164,9 @@ echo "#enable piCaera" >> /boot/config.txt
echo "start_x=1" >> /boot/config.txt
echo "========== Setup sound to I2S ============"
sudo curl -sS https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/i2samp.sh | bash
echo "========== Install mpg123 ============"
sudo apt-get install mpg123 -y