Enable oled on Geekworm PiKVM-A4 Kit | Geekworm

Enable oled on Geekworm PiKVM-A4 Kit


  • 1. Edit /boot/config.txt and add below codes.

    dtparam=i2c1=on
    dtparam=i2c_arm=on

    2.  Edit /etc/modules-load.d/raspberrypi.conf and add below code.

    i2c-dev

    3. install package

    pacman -S i2c-tools

    4. enable oled-service

    systemctl enable --now kvmd-oled kvmd-oled-reboot kvmd-oled-shutdown

    5. reboot

    reboot now


  • Thanks for your valuable post;
    Need to ask you, which OS do you use?

    PiKVM OS List


  • @Harry Huang 

    I said PiKVM-A4 kit that is used for rpi-zero 2w.

    It means I used v2-hdmi-zero2w-lastest.img.xz.


  • @cubes 2048

    1. Edit /boot/config.txt and add below codes.

    dtparam=i2c1=on
    dtparam=i2c_arm=on

    2.  Edit /etc/modules-load.d/raspberrypi.conf and add below code.

    i2c-dev

    3. install package

    pacman -S i2c-tools

    4. enable oled-service

    systemctl enable --now kvmd-oled kvmd-oled-reboot kvmd-oled-shutdown

    5. reboot

    reboot now

    Thank you for sharing. It is what I am looking for.


Please login to reply this topic!
BACK TO TOP