Git Product home page Git Product logo

pikvm-rock64's Introduction

PI-KVM fork for Rock64, NanoPi, Orange Pi and other boards

This is experimental and unsupported. Some features may not work.

Pre-built images are available here: https://github.com/Yura80/os/releases

To make OTG keyboard and mouse work on Rock64 and Libre Computer boards, use an A-to-A USB cable connected to the top left USB port.

Building

Generate a GPG key-pair if you don't have one already and export it to a public keyserver:

gpg --full-generate-key
gpg --keyserver keyserver.ubuntu.com --send-key XXXXXXXXXXXXXXXX

Clone the repositories:

git clone https://github.com/yude/pikvm-rock64.git
git clone https://github.com/yude/os.git
git clone https://github.com/yude/packages.git

Build the packages:

cd packages
make buildenv BOARD=generic ARCH=aarch64 _REPO_KEY=XXXXXXXXXXXXXXXX _PIBUILDER_REPO=https://github.com/yude/pi-builder
make update BOARD=generic ARCH=aarch64
make packages-generic BOARD=generic ARCH=aarch64 _REPO_KEY=XXXXXXXXXXXXXXXX _PIBUILDER_REPO=https://github.com/yude/pi-builder
make buildenv BOARD=generic ARCH=arm _REPO_KEY=XXXXXXXXXXXXXXXX _PIBUILDER_REPO=https://github.com/yude/pi-builder
make update BOARD=generic ARCH=arm
make packages-generic BOARD=generic ARCH=arm _REPO_KEY=XXXXXXXXXXXXXXXX _PIBUILDER_REPO=https://github.com/yude/pi-builder

Upload the repository to your web server:

make upload [email protected]:/var/www/pikvm/

Copy the config template for your board:

cd ../os
cp ../pikvm-rock64/config.mk.rock64 config.mk

Edit config.mk and set PIKVM_REPO_URL and PIKVM_REPO_KEY to the proper values for the repository on your server.

Build the image:

make os
make image

pikvm-rock64's People

Contributors

yura80 avatar yude avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.