purplepalmdash / pikvmx86

Run Pi-KVM on x86
96 stars 14 forks source link

Build Instructions #4

Open raghu-mp opened 1 year ago

raghu-mp commented 1 year ago

Hi, Thank you for creating the x86 version of Pikvm. The HID does not work still and getting the CRC error as another use who reported this last year. Can you share build instructions or any changes required to the configuration for HID to work?

neroxps commented 1 year ago

The author used version 1.82 of kvmd, so the HID firmware also needs to be compiled with version 1.82 in order to work.

Here is the hex file I compiled using pio that can be uploaded to the m32u4 using the following command:

./avrdude -cavr109 -pm32u4 -PCOM18 -b57600 -Uflash:w:"firmware-v1.82.hex":i

firmware-v1.82.zip

das-osi commented 10 months ago

@neroxps I've searched for hours and hours, but I just couldn't figure out how you did it. I need the HID firmware but patched for PS2 keyboard only. Could you point me to a few resources?