Skip to content
Snippets Groups Projects
Commit 4e07f41d authored by Francesco Pham's avatar Francesco Pham
Browse files

oniro-openharmony-linux: allow running the system without hdmi connected


enable HDMI_FORCE_HOTPLUG to allow running the system without
an hdmi display connected.
HDMI_FORCE_HOTPLUG configuration does not work with vc4-kms-v3d dtoverlay,
therefore using vc4-fkms-v3d instead.

Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent 4f239f48
No related branches found
No related tags found
1 merge request!127oniro-openharmony-linux: allow running the system without hdmi connected
Pipeline #18083 failed
......@@ -48,3 +48,10 @@ HOSTTOOLS += "ssh-keygen"
ENABLE_UART:raspberrypi4-64 ?= "1"
DISTRO_FEATURES += "wifi"
# Allow running the system without hdmi display connected
DISABLE_VC4GRAPHICS:raspberrypi4-64 = "1"
RPI_EXTRA_CONFIG:raspberrypi4-64 = ' \n \
dtoverlay=vc4-fkms-v3d \n \
'
HDMI_FORCE_HOTPLUG:raspberrypi4-64 = "1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment