Open main menu

Changes

X650

203 bytes added, 12:12, 7 August 2023
Due to different RTC chips with official PiKVM hardware, you still need to '''configure RTC''' to make RTC work normally.
Firstly, insert the ```'''C1220``` ''' button battery. run the following command in web terminal window:<pre>rwsudo 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 Pi1. switch to 'root' userdate su root#Write then type the password, and the time of Raspberry Pi to DS1307reboot before next stepsudo hwclock -wdefault password is 'root' also.
#Read 2. Switch OS to writable mode rw3. Edit the /boot/config.txt file, and change line <code>dtoverlay=i2c-rtc,pcf8563</code> to <code>dtoverlay=i2c-rtcds1307</code> (due to use the different RTC chip). sudo nano /boot/config.txtThen save & '''reboot''' the device; 4.Test & setting RTC, write&read the time of Raspberry Pi to RTC DS1307 date sudo hwclock -w sudo hwclock -r 5. Swith OS to readonly mode ro</pre>
===Enable OLED display===