Skip to content

Commit

Permalink
zero: Add recipe to disable HDMI
Browse files Browse the repository at this point in the history
Create a new Yocto recipe to disable HDMI.
Only use local.conf to turn off HDMI functionality.
This change reduces power consumption on zero where HDMI is not needed.

Signed-off-by: Gaetan Perrot <[email protected]>
  • Loading branch information
moonlight83340 committed Nov 19, 2024
1 parent 054683e commit 393b34d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions zero/meta-disable-hdmi/conf/layer.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#For the HDMI to be disable we don't have to have a proper layer,
# so we modify only the RPI extra config

RPI_EXTRA_CONFIG:append = "\
hdmi_blanking=2\n\
hdmi_ignore_hotplug=1\n\
"

0 comments on commit 393b34d

Please sign in to comment.