I'm currently working on a project that requires customizing the firmware for the Luckfox Pico KVM.
I have downloaded the Luckfox Pico SDK, but when I run the build script, I noticed that the Pico KVM is not listed in the board selection menu (options 0 to 11).
Current options shown in my SDK:
[0] RV1103_Luckfox_Pico
...
[4] RV1106_Luckfox_Pico_Pro_Max
...
[11] custom
My questions are:
Is there a separate SDK or a specific branch for the Pico KVM model?
If not, which existing configuration (e.g., RV1106_Luckfox_Pico_Pro_Max) should I use to build a compatible image for the KVM?
Where can I find the source code or patches specifically for the KVM-related features?
I need this for my company's development task, so a quick guide or a link to the correct repository would be greatly appreciated.
Thank you!
Luckfox Pico KVM is missing from the SDK build options
The Luckfox PicoKVM does not come with an SDK. The source code repositories made publicly available in compliance with open-source license requirements are located at https://github.com/LuckfoxTECH/kvm and https://github.com/luckfox-eng29/kvm_video.

