diff options
author | Devaev Maxim <[email protected]> | 2021-03-14 22:52:42 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-03-14 22:52:42 +0300 |
commit | b66358eea805b7f4175fd3e3a68543e10efc4217 (patch) | |
tree | 4b4a3598d8baee87f29db28aa018333fec42fade /configs/os/boot-config | |
parent | 26487721a7e42ef877bb0d213b8da6eae4ca82f2 (diff) |
v3 package
Diffstat (limited to 'configs/os/boot-config')
-rw-r--r-- | configs/os/boot-config/v3-hdmi-rpi4.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/configs/os/boot-config/v3-hdmi-rpi4.txt b/configs/os/boot-config/v3-hdmi-rpi4.txt new file mode 100644 index 00000000..01ef9bd2 --- /dev/null +++ b/configs/os/boot-config/v3-hdmi-rpi4.txt @@ -0,0 +1,19 @@ +# See /boot/overlays/README for all available options +initramfs initramfs-linux.img followkernel + +hdmi_force_hotplug=1 +gpu_mem=128 +enable_uart=1 +dtoverlay=tc358743 +dtoverlay=disable-bt +dtoverlay=dwc2,dr_mode=peripheral +dtparam=act_led_gpio=13 + +# HDMI audio capture +dtoverlay=tc358743-audio + +# SPI (AUM) +dtoverlay=spi0-1cs + +# I2C (display) +dtparam=i2c_arm=on |