From aeedcc11b582023306260dbdb9c84e7d97d10fe1 Mon Sep 17 00:00:00 2001 From: Yossi Date: Thu, 1 Mar 2018 15:51:21 +0200 Subject: [PATCH] add i2cdetect --- stage2/06-dride-base/00-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2/06-dride-base/00-run.sh b/stage2/06-dride-base/00-run.sh index a4fede7..c955022 100755 --- a/stage2/06-dride-base/00-run.sh +++ b/stage2/06-dride-base/00-run.sh @@ -206,7 +206,7 @@ echo "========== Setup mic ============" echo "========== Setup RTC ============" # https://learn.adafruit.com/adding-a-real-time-clock-to-raspberry-pi/set-rtc-time -sudo apt-get install python-smbus i2c-tools +sudo apt-get install python-smbus i2c-tools i2cdetect # TODO: turn on ISC on raspi-config...