This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Base instructions are here: | |
http://wiki.seeedstudio.com/High_Accuracy_Pi_RTC-DS3231/ | |
But I've diverted my setup procedure somewhat because Ubuntu boot setup is different than Raspbian and setup does some things not needed. | |
To use RTC early in the boot add "fixrtc" to kernel boot command line. Correct file is "/boot/firmware/nobtcmd.txt". | |
This is implemented in "/usr/share/initramfs-tools/scripts/local-premount/fixrtc". |