Skip to content

Accessories

Pi-Cast HAT

io diagram

PCIe-to-USB-3.0 Baseboard

io diagram

Pi-Cast KVM Switch

io diagram

Add the KVM control view to the PiKVM control page

add the below content under the gpio scheme setion of the file /etc/kvmd/override.yaml.

            Pi-Cast_KVM_Switcher:
                pin: 25
                mode: output
                switch: false
                initlial: false

            PC1:
                pin: 8
                mode: input

            PC2:
                pin: 7
                mode: input

add the below content under the gpio setion.

        view:
            header:
                title: KVM_Switcher
            table:
                - ["#Switch", Pi-Cast_KVM_Switcher]
                - ["#PC1", PC1]
                - ["#PC2", PC2]

the gpio setion of the final file would be looked like:

kvmd:
    gpio:
        scheme:
            Pi-Cast_KVM_Switcher:
                pin: 25
                mode: output
                switch: false
                initlial: false

            PC1:
                pin: 8
                mode: input

            PC2:
                pin: 7
                mode: input

        view:
            header:
                title: KVM_Switcher
            table:
                - ["#Switch", Pi-Cast_KVM_Switcher]
                - ["#PC1", PC1]
                - ["#PC2", PC2]