CommentStreams:322b4c882525832768ac7e62ebdd54dc

< CommentStreams:6629268a8a7a1991bcbd97b5a498ea5d
Revision as of 03:05, 26 July 2023 by Harry (talk | contribs) (Migrated reply #3843)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hi, the RTC clip is different with ofical pikvm.

rw
sudo nano /boot/config.txt
#Then change the line: dtoverlay=i2c-rtc,pcf8563 to dtoverlay=i2c-rtc,ds1307

#Test RTC
#Display the current time of the Raspberry Pi
date  
#Write the time of Raspberry Pi to DS1307
reboot before next step
sudo hwclock -w

#Read the time of DS1307
sudo hwclock -r
ro