diff options
author | Paul Barker <pbarker@toganlabs.com> | 2017-10-08 18:38:17 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2017-10-09 19:31:28 +0100 |
commit | f6fecae82551b148c4ec685dde8728bae3f2695f (patch) | |
tree | d3ec6af0c606edeb584a9fc3beee8963e9d7e778 /recipes-bsp | |
parent | c716e0d30cf897d1fb132e2e67e08e6cd20d312d (diff) | |
download | meta-raspberrypi-f6fecae82551b148c4ec685dde8728bae3f2695f.tar.gz |
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 <pbarker@toganlabs.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/bootfiles/rpi-config_git.bb | 3 |
1 files changed, 0 insertions, 3 deletions
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() { | |||
133 | echo "# have a properly sized image" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | 133 | echo "# have a properly sized image" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt |
134 | echo "disable_overscan=1" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | 134 | echo "disable_overscan=1" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt |
135 | 135 | ||
136 | echo "# for sound over HDMI" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | ||
137 | echo "hdmi_drive=2" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | ||
138 | |||
139 | echo "# Enable audio (loads snd_bcm2835)" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | 136 | echo "# Enable audio (loads snd_bcm2835)" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt |
140 | echo "dtparam=audio=on" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | 137 | echo "dtparam=audio=on" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt |
141 | 138 | ||