您好,登錄后才能下訂單哦!
這篇文章主要介紹raspberry model b如何安裝ds323模塊,文中介紹的非常詳細(xì),具有一定的參考價值,感興趣的小伙伴們一定要看完!
系統(tǒng)版本為 jessie 實測可用
1. 開啟i2c接口,并加載ds3231支持
1)編輯/boot/config.txt在末尾加入
dtparam=i2c_arm=on
dtoverlay=i2c-rtc,ds3231
2)添加到模塊文件
編輯 /etc/modules 添加以下內(nèi)容
snd-bcm2835
i2c-bcm2835
i2c-dev
rtc-ds1307
2.創(chuàng)建hwclock service服務(wù)文件,并使能服務(wù)
1)創(chuàng)建/lib/systemd/system/hwclock-start.service 并寫入內(nèi)容:
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)創(chuàng)建/lib/systemd/system/hwclock-stop.service 并寫入內(nèi)容:
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)使能服務(wù):
systemctl enable hwclock-start hwclock-stop
4)最后要刪除 fake-hwclock 這個假硬件時鐘才能使ds3231工作
sudo dpkg --purge fake-hwclock
3.安裝i2c工具,查看i2c設(shè)備
1)安裝:
apt-get install i2c-tools
2)安裝完成后重啟:
reboot
3)查看i2c設(shè)備
sudo i2cdetect -y -a 1
4)再次重啟使模塊生效:reboot
以上是“raspberry model b如何安裝ds323模塊”這篇文章的所有內(nèi)容,感謝各位的閱讀!希望分享的內(nèi)容對大家有幫助,更多相關(guān)知識,歡迎關(guān)注億速云行業(yè)資訊頻道!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。