Commit 740bb0c3 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed Raspberry Pi 4 Model B failing to boot without HDMI attached

parent 66bd352d
...@@ -432,6 +432,7 @@ dtparam=audio=on ...@@ -432,6 +432,7 @@ dtparam=audio=on
dtparam=i2c_arm=on dtparam=i2c_arm=on
dtparam=spi=on dtparam=spi=on
avoid_warnings=2 avoid_warnings=2
hdmi_force_hotplug=1
endef endef
export RPI4CONFIG export RPI4CONFIG
...@@ -498,6 +499,7 @@ dtparam=audio=on ...@@ -498,6 +499,7 @@ dtparam=audio=on
dtparam=i2c_arm=on dtparam=i2c_arm=on
dtparam=spi=on dtparam=spi=on
avoid_warnings=2 avoid_warnings=2
hdmi_force_hotplug=1
endef endef
export RPI4CONFIG_MENDER export RPI4CONFIG_MENDER
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment