KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
pikvm-orangepizero2
★ 22
Open GitHub ↗
PiKVM for orangepizero2
Download README (.md)
Explore Similar Repositories
Arxivision
:
Vulkan GPU Driven
LITL-Optimization
:
No description available.
lens-bigquery-with-node.js
:
Example repository of how to query Lens BigQuery with Node.js
Generative-Image-Inpainting
:
[AAAI2023, Oral] Official Implementation of Generative Image Inpainting with Segmentation Confusion Adversarial Training and Contrastive Learning
Blockchain-Interview-Questions
:
A Repo for Blockchain Interview Questions
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pikvm-orangepizero2
?
Download (.md)
# pikvm-orangepizero2 <img src="./pikvm.png"> - [Original](http://www.industrie-optimierer.ch/tmp/PiKVM/PiKVM_OrangePizero2) - OS Image: https://drive.google.com/open?id=1bOtd9FwgLO2Cj4SauVdK410bDGqvtwhP&usp=drive_copy - First Boot ```shell apt update && sync && apt -y upgrade apt -y install avahi-daemon git curl wget ntp mv /boot/dtb/allwinner/sun50i-h616-orangepi-zero2.dtb /boot/dtb/allwinner/sun50i-h616-orangepi-zero2.dtb.bak wget https://raw.githubusercontent.com/gngpp/pikvm-orangepizero2/main/sun50i-h616-orangepi-zero2.dtb -O /boot/dtb/allwinner/sun50i-h616-orangepi-zero2.dtb sync && reboot ``` - Second Boot > Don't use Custom Patches, say N !!! ```shell git clone https://github.com/xe5700/kvmd-armbian.git cd kvmd-armbian mv install.sh install.sh.bak mv config.sh config.sh.bak wget https://raw.githubusercontent.com/gngpp/pikvm-orangepizero2/main/install.sh wget https://raw.githubusercontent.com/gngpp/pikvm-orangepizero2/main/config.sh chmod +x install.sh ./install.sh ``` - Third Boot ```shell cd kvmd-armbian ./install.sh ``` - Mass Storage Drive You can add a USB-Stick with sda1 ext4 an add in '/etc/fstab' this line: ```shell /dev/sda1 /var/lib/kvmd/msd ext4 nodev,nosuid,noexec,ro,errors=remount-ro,data=journal,X-kvmd.otgmsd-root=/var/lib/kvmd/msd,X-kvmd.otgmsd-user=kvmd 0 0 ``` ```yaml and in /etc/kvmd/override.yaml (deacitvate #msd type): hid: mouse_alt: device: /dev/kvmd-hid-mouse-alt # allow absolute/relative mouse mode msd: type: disabled . . ``` save and then... reboot Or you resize the sdcard, und make there a second ext4 partiton for MSD (with sudo gparted, must be unmounted for that, but i don't explain detailed here) - Change kvmd User Password Only in a Terminal: And change the password: kvmd-htpasswd set admin, or new user kvmd-htpasswd set NewUserName