From: Hugo Villeneuve Date: Sat, 13 Dec 2025 23:16:17 +0000 (-0500) Subject: rpi: disable HDMI video X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=3826362e0102c53e71513aaf94e5e5ab6c3154f3;p=yocto%2Fmeta-hvmpd.git rpi: disable HDMI video Signed-off-by: Hugo Villeneuve --- diff --git a/raspberrypi/recipes-bsp/bootfiles/rpi-config_git.bbappend b/raspberrypi/recipes-bsp/bootfiles/rpi-config_git.bbappend index aab7c0b..31159d8 100644 --- a/raspberrypi/recipes-bsp/bootfiles/rpi-config_git.bbappend +++ b/raspberrypi/recipes-bsp/bootfiles/rpi-config_git.bbappend @@ -17,8 +17,8 @@ do_deploy:append() { # forces ALSA to use analogue output: sed -i 's/^#\(hdmi_ignore_edid_audio=\).*/\11/' $CONFIG - # Prevent any HDMI connection from transmitting sound output: - sed -i 's/^\(.*dtoverlay=vc4-kms-v3d\).*/\1,noaudio/' $CONFIG + # Disable HDMI video: + sed -i 's/^\(.*dtoverlay=vc4-kms-v3d\).*/\#\1/' $CONFIG # Important: no whistespace... echo "dtoverlay=gpio-key,gpio=23,active_low=0,gpio_pull=up,label=play,keycode=164" >> $CONFIG