From f6fecae82551b148c4ec685dde8728bae3f2695f Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Sun, 8 Oct 2017 18:38:17 +0000 Subject: rpi-config: Do not force HDMI mode for raspberrypi3-64 Forcing hdmi_drive=2 prevents the use of a DVI monitor and a HDMI-DVI converter cable. Signed-off-by: Paul Barker --- recipes-bsp/bootfiles/rpi-config_git.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index 4353061..ca4160b 100644 --- a/recipes-bsp/bootfiles/rpi-config_git.bb +++ b/recipes-bsp/bootfiles/rpi-config_git.bb @@ -133,9 +133,6 @@ do_deploy_append_raspberrypi3-64() { echo "# have a properly sized image" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt echo "disable_overscan=1" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt - echo "# for sound over HDMI" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt - echo "hdmi_drive=2" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt - echo "# Enable audio (loads snd_bcm2835)" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt echo "dtparam=audio=on" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt -- cgit v1.2.3-54-g00ecf