From 0ddaff676aa6fee425b0df0a142510e0342a9292 Mon Sep 17 00:00:00 2001 From: Hoegeun Kwon Date: Tue, 3 Nov 2020 17:09:20 +0900 Subject: [PATCH] rpi4: boot: config: Enable hdmi_force_hotplug There is a problem that the booting stops when booting without connecting HDMI. To fix it we need to enable hdmi_force_hotplug. Change-Id: I44e960a04f75c999ab69a75ad72d67311f8b70c1 Signed-off-by: Hoegeun Kwon --- rpi4/boot/config.txt | 2 +- rpi4/boot/config_64bit.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rpi4/boot/config.txt b/rpi4/boot/config.txt index 2a4fb5b..27cc5ff 100644 --- a/rpi4/boot/config.txt +++ b/rpi4/boot/config.txt @@ -22,7 +22,7 @@ #framebuffer_height=720 # uncomment if hdmi display is not detected and composite is being output -#hdmi_force_hotplug=1 +hdmi_force_hotplug=1 # uncomment to force a specific HDMI mode (this will force VGA) #hdmi_group=1 diff --git a/rpi4/boot/config_64bit.txt b/rpi4/boot/config_64bit.txt index d071525..6075f04 100644 --- a/rpi4/boot/config_64bit.txt +++ b/rpi4/boot/config_64bit.txt @@ -22,7 +22,7 @@ #framebuffer_height=720 # uncomment if hdmi display is not detected and composite is being output -#hdmi_force_hotplug=1 +hdmi_force_hotplug=1 # uncomment to force a specific HDMI mode (this will force VGA) #hdmi_group=1 -- 2.7.4