-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.sh
34 lines (30 loc) · 1.46 KB
/
config.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# modified by peacok 2023-03-31 add USE_USTREAMER=1
export GIT_EXE="git"
export MIRROR_GITHUB="https://github.com"
export MIRROR_GITHUB_API="https://api.github.com"
export PIKVMREPO="https://files.pikvm.org/repos/arch/rpi4"
export PIKVMREPO_PKG="/"
#export PIKVMREPO=""
#export KVMD_VERSION="3.47" # LEGECY KVMD VERSION SUPPORTS MSD AND RUNNING ON DEBIAN BULLSEYE OR BUSTER WITHOUT PATCH
# export KVMD_VERSION=""
export CUSTOM_KVMD_VERSION=1 # If you want install lastest version of kvmd set to 0
export KVMD_VERSION="3.211" # LAST KVMD VERSION SUPPORTS PYTHON3.9
export PIKVM_KEY="912C773ABBD1B584"
export USE_GPIO=1
export DEBIAN_PYTHON=1
export KVMDCACHE="/var/cache/kvmd"
export PKGINFO="${KVMDCACHE}/packages.txt"
export DOWNLOAD_FUNC="./libs/download_wget.sh"
export GIT_CLONE_WITH_DEPTH="--depth=1"
export USE_JANUS=0
export USE_USTREAMER=1
export USE_CSI=0
#export HID_MODE="" # Allow otg, ch9329, arduino, bluetooth mode
export USE_MSD=1
export USE_UDEV=0
#export PLATFORM_PATCH # Apply patch for board platform
#INFO: USE_USTREAMER=1 uses the Distribution ones, no compile, it works from Distribution allready
# And at this Moment USE_GPIO will not be used, is only inside build ustreamer.
# (i think for some commands, like hue,brightness etc.. witch hardware? )
# For "Microware Video Capture USB Device" you don't need build, ... so USE_USTREAMER=1
#The other GPIO for atx is anyway builded. (/usr/local/lib/python3.10/dist-packages/kvmd/plugins/atx/gpio.py)