mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
30 lines
493 B
Plaintext
30 lines
493 B
Plaintext
# PiKVM
|
|
# See /boot/overlays/README for all available options
|
|
initramfs initramfs-linux.img followkernel
|
|
|
|
hdmi_force_hotplug=1
|
|
gpu_mem=192
|
|
enable_uart=1
|
|
dtoverlay=disable-bt
|
|
|
|
# USB emulation
|
|
dtoverlay=dwc2,dr_mode=peripheral
|
|
|
|
# Video and audio
|
|
dtoverlay=tc358743,4lane=1
|
|
dtoverlay=tc358743-audio
|
|
|
|
# Passthrough
|
|
dtoverlay=vc4-kms-v3d
|
|
disable_overscan=1
|
|
|
|
# I2C (display)
|
|
dtparam=i2c_arm=on
|
|
|
|
# Clock
|
|
dtoverlay=i2c-rtc,pcf8563,wakeup-source
|
|
|
|
# Passthrough
|
|
dtoverlay=vc4-kms-v3d
|
|
disable_overscan=1
|