To edit the pi configuration run the following command:
sudo nano /boot/config.txt
then add the following to the end of the file:
dtoverlay=i2c-rtc,pcf8563
Save your script and then restart by running:
sudo reboot
Step2: Disable the "fake hwclock" service
Run:
sudo systemctl disable fake-hwclock.service
Step3: Comment out three lines in hwclock-set
Run:
sudo nano /lib/udev/hwclock-set
Now comment out the following three lines of code:
#if [ -e /run/systemd/system ] ; then
# exit 0
#fi
V4.0
Element14 | element14.com/PiDesktop
19
Need help?
Do you have a question about the DIY Pi Desktop and is the answer not in the manual?