mirror of
https://github.com/jetkvm/jetkvm-native.git
synced 2026-05-21 05:20:42 +00:00
1.7 KiB
1.7 KiB
Important
JetKVM native has been merged into JetKVM repository. This repository is no longer maintained.
JetKVM native is a part of JetKVM application, but written in C and needs to be compiled with Rockchip SDK. It mainly provides the following functions:
- HDMI capture
- Touchscreen
Quick Start
1. Install dependencies
sudo apt-get update &&
sudo apt-get install -y --no-install-recommends \
build-essential \
device-tree-compiler \
gperf g++-multilib gcc-multilib \
libnl-3-dev libdbus-1-dev libelf-dev libmpc-dev dwarves \
bc openssl flex bison libssl-dev python3 python-is-python3 texinfo kmod cmake
2. Download the latest SDK
BUILDKIT_VERSION="v0.2.5"
wget https://github.com/jetkvm/rv1106-system/releases/download/${BUILDKIT_VERSION}/buildkit.tar.zst
mkdir -p /opt/jetkvm-native-buildkit
tar --use-compress-program="unzstd --long=31" -xvf buildkit.tar.zst -C /opt/jetkvm-native-buildkit
3. Compilation
make
Contributing
We welcome contributions from the community! Whether it's improving the firmware, adding new features, or enhancing documentation, your input is valuable. We also have some rules and taboos here, so please read this page and our Code of Conduct carefully.
Please also review our Code of Conduct to keep the community welcoming and constructive.