From 2c1726ca8722eafce279419e8d94167ccbac10ca Mon Sep 17 00:00:00 2001 From: Yossi Date: Wed, 12 Apr 2017 13:40:49 +0300 Subject: [PATCH] install i2s --- stage2/01-sys-tweaks/01-run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stage2/01-sys-tweaks/01-run.sh b/stage2/01-sys-tweaks/01-run.sh index c1dce57..91f1031 100755 --- a/stage2/01-sys-tweaks/01-run.sh +++ b/stage2/01-sys-tweaks/01-run.sh @@ -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