https://www.adafruit.com/products/3386
I can't get it working with Arch. I'm using ArchLinuxARM-2017.04-rpi-2-rootfs.tar.gz. I added this to /boot/config.txt:
Code: Select all
dtoverlay=i2c-rtc,pcf8523
Code: Select all
hwclock --set --date='2015-03-14 12:45:05'
Code: Select all
hwclock --get
But it doesn't use the time from the RTC when booting. I still get this message:
Code: Select all
Jan 31 17:10:49.080561 pi systemd-timesyncd[271]: System clock time unset or jumped backwards, restoring from recorded timestamp: Sun 2017-04-09 08:56:09 PDT
What am I missing?