Skip to content

jetkvm/jetkvm-native

Repository files navigation

JetKVM Logo

jetkvm-native

WebsiteIssuesDocsDiscord

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.2"
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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages