diff --git a/stage2/06-dride-base/00-run.sh b/stage2/06-dride-base/00-run.sh index 325ded4..648771c 100755 --- a/stage2/06-dride-base/00-run.sh +++ b/stage2/06-dride-base/00-run.sh @@ -211,11 +211,12 @@ sudo apt-get install python-smbus i2c-tools -y # add to /boot/config.txt -echo "dtoverlay=i2c-rtc,ds3231,dwc2" >> /boot/config.txt +echo "dtoverlay=i2c-rtc,ds1307" >> /boot/config.txt echo "dtparam=i2c_arm=on" >> /boot/config.txt # add to /boot/config.txt echo "i2c-dev" >> /etc/modules +echo "rtc-ds1307" >> /etc/modules # Remove hw-clock diff --git a/stage2/06-dride-base/files/etc_initd_dride-core b/stage2/06-dride-base/files/etc_initd_dride-core index 40c124d..e6bf285 100644 --- a/stage2/06-dride-base/files/etc_initd_dride-core +++ b/stage2/06-dride-base/files/etc_initd_dride-core @@ -14,9 +14,12 @@ case "$1" in start) + echo "Setting up HwClock" + sudo hwclock -s + echo "Starting dride-core" - #blink LED - sudo python /home/Cardigan/modules/indicators/python/states/standalone.py welcome + #blink LED + sudo python /home/Cardigan/modules/indicators/python/states/standalone.py welcome # decode undecoded clips on startup sudo node /home/Cardigan/modules/video/helpers/ensureAllClipsAreDecoded.js &