您好,登錄后才能下訂單哦!
這篇文章主要介紹raspberry model b如何安裝ds323模塊,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!
系統版本為 jessie 實測可用
1. 開啟i2c接口,并加載ds3231支持
1)編輯/boot/config.txt在末尾加入
dtparam=i2c_arm=on
dtoverlay=i2c-rtc,ds3231
2)添加到模塊文件
編輯 /etc/modules 添加以下內容
snd-bcm2835
i2c-bcm2835
i2c-dev
rtc-ds1307
2.創建hwclock service服務文件,并使能服務
1)創建/lib/systemd/system/hwclock-start.service 并寫入內容:
cat > /lib/systemd/system/hwclock-start.service << EOF [Unit] Description=Set time from RTC on startup After=network.target [Service] Type=oneshot ExecStart=/sbin/hwclock -s TimeoutSec=0 [Install] WantedBy=multi-user.target EOF
2)創建/lib/systemd/system/hwclock-stop.service 并寫入內容:
cat > /lib/systemd/system/hwclock-stop.service << EOF [Unit] Description=Synchronise Hardware Clock to System Clock DefaultDependencies=no Before=shutdown.target [Service] Type=oneshot ExecStart=/sbin/hwclock --systohc [Install] WantedBy=reboot.target halt.target poweroff.target EOF
3)使能服務:
systemctl enable hwclock-start hwclock-stop
4)最后要刪除 fake-hwclock 這個假硬件時鐘才能使ds3231工作
sudo dpkg --purge fake-hwclock
3.安裝i2c工具,查看i2c設備
1)安裝:
apt-get install i2c-tools
2)安裝完成后重啟:
reboot
3)查看i2c設備
sudo i2cdetect -y -a 1
4)再次重啟使模塊生效:reboot
以上是“raspberry model b如何安裝ds323模塊”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。