Open main menu

Changes

X650

806 bytes added, 17:46, 25 July 2023
e. Remove the jumper of nBOOT&GND after flashing is complete, then restart your device;
 
4. Power the device, then open explore to login the pikvm web ui.
 
===Enable RTC ===
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>
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
</pre>
 
===Enable OLED display===
Run the following command in web terminal window:
rw
systemctl enable --now kvmd-oled
ro
 
===Enable pikvm hdmi audio===
Refer to [[Enable pikvm hdmi audio]]
==Packing List==