From: Hoegeun Kwon Date: Tue, 3 Nov 2020 08:09:20 +0000 (+0900) Subject: rpi4: boot: config: Enable hdmi_force_hotplug X-Git-Tag: accepted/tizen/unified/20230814.120944~144 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0bfa857d7ce1fa6d2056ce8e9c3367284a25aeaa;p=platform%2Fkernel%2Flinux-rpi.git 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 --- diff --git a/rpi4/boot/config.txt b/rpi4/boot/config.txt index af7c8de..f3af6ea 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