mbo Posted January 26, 2021 Posted January 26, 2021 Hi! Can someone point me to a tutorial/documentation on how to setup a DS3231 RTC module on Armbian Buster? I'm currently using a Tinker Board S with Armbian 5.9.14. My RTC is correctly connected to my board. It is detected: sudo i2cdetect -y 1 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- 68 -- -- -- -- -- -- -- 70: -- -- -- -- -- -- -- -- I've followed these posts: https://forum.armbian.com/topic/7349-rtc-ds3231-how-to-install-tinker-board-stretch-414/?do=findComment&comment=56094 https://forum.armbian.com/topic/4074-real-time-clock-ds3231/ without success (no UU ) Thank you
usual user Posted January 27, 2021 Posted January 27, 2021 10 hours ago, mbo said: point me to a tutorial/documentation on how to setup a DS3231 RTC module https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/rtc/maxim,ds3231.txt
mbo Posted January 27, 2021 Author Posted January 27, 2021 Thanks but found out that "overlay are not supported on Rockchip"... So I followed this post: https://www.webastro.net/forums/topic/166495-installation-sur-tinker-board-s/?do=findComment&comment=2578572 and tada!
Recommended Posts