diff options
author | Yura80 <[email protected]> | 2020-12-14 05:59:57 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-14 13:59:57 +0300 |
commit | 28b4f20ef339d9f559a66cb8a9900877600d2519 (patch) | |
tree | 26fd0952e1f40e4d45ff5f4874da3819d36158f9 /configs/os/boot-config | |
parent | 53a5d19e3b11b26e905804e40321670416c46bf6 (diff) |
added v2-hdmi-rpi3 config for rpi3 model a (#20)
Diffstat (limited to 'configs/os/boot-config')
-rw-r--r-- | configs/os/boot-config/v2-hdmi-rpi3.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/os/boot-config/v2-hdmi-rpi3.txt b/configs/os/boot-config/v2-hdmi-rpi3.txt new file mode 100644 index 00000000..93f623d0 --- /dev/null +++ b/configs/os/boot-config/v2-hdmi-rpi3.txt @@ -0,0 +1,10 @@ +# See /boot/overlays/README for all available options +initramfs initramfs-linux.img followkernel + +hdmi_force_hotplug=1 +gpu_mem=256 +start_x=1 +enable_uart=1 +dtoverlay=tc358743 +dtoverlay=disable-bt +dtoverlay=dwc2,dr_mode=peripheral |