Changes

Jump to navigation Jump to search

PiKVM-A3

659 bytes added, 17:15, 25 July 2023
no edit summary
#The black and red wires(wire group ②) come from X630-A5 accessories.
  ==User Manual== ===Installation Video===
PiKVM-A3 Kit: https://youtu.be/KrpHCsK7veA (Note: the X630-A3 V1.2 has been updated to X630-V1.3 and remove one on-board spacer to simplify the installation.)
{{#ev:youtube|https://youtu.be/KrpHCsK7veA}}
==User Manual=OS download==='''OS downloadDownload Link:''' https://pikvm.org/download/
For Raspberry Pi 4, please use [https://files.pikvm.org/images/v3-hdmi-rpi4-box-latest.img.xz PiKVM V3 platform].
But due to different RTC chips, you still need to configure RTC to make RTC work normally, please refer to the following '''FAQ#Q: How to enable RTC'''
===Enable OLED display===
Run the following command in web terminal window:
rw
systemctl enable --now kvmd-oled
ro
 
===Enable RTC ===
It is important to note that we used a different RTC IC than the official PiKVM hardware.
 
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>
==FAQ==
* First of all, we recommend you to get more FAQ information on the official website: [https://docs.pikvm.org/faq/ official FAQ], or check the following FAQ;

Navigation menu