CommentStreams:322b4c882525832768ac7e62ebdd54dc
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