diff options
Diffstat (limited to 'recipes-bsp/bootfiles/rpi-config_git.bb')
| -rw-r--r-- | recipes-bsp/bootfiles/rpi-config_git.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index 20ec343..8adc938 100644 --- a/recipes-bsp/bootfiles/rpi-config_git.bb +++ b/recipes-bsp/bootfiles/rpi-config_git.bb | |||
| @@ -110,6 +110,16 @@ do_deploy() { | |||
| 110 | echo "# Enable VC4 Graphics" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | 110 | echo "# Enable VC4 Graphics" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt |
| 111 | echo "dtoverlay=vc4-kms-v3d,${VC4_CMA_SIZE}" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | 111 | echo "dtoverlay=vc4-kms-v3d,${VC4_CMA_SIZE}" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt |
| 112 | fi | 112 | fi |
| 113 | |||
| 114 | # Waveshare "C" 1024x600 7" Rev2.1 IPS capacitive touch (http://www.waveshare.com/7inch-HDMI-LCD-C.htm) | ||
| 115 | if [ "${WAVESHARE_1024X600_C_2.1}" = "1" ]; then | ||
| 116 | echo "# Waveshare \"C\" 1024x600 7\" Rev2.1 IPS capacitive touch screen" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | ||
| 117 | echo "max_usb_current=1" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | ||
| 118 | echo "hdmi_group=2" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | ||
| 119 | echo "hdmi_mode=87" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | ||
| 120 | echo "hdmi_cvt 1024 600 60 6 0 0 0" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | ||
| 121 | echo "hdmi_drive=1" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | ||
| 122 | fi | ||
| 113 | } | 123 | } |
| 114 | 124 | ||
| 115 | do_deploy_append_raspberrypi3-64() { | 125 | do_deploy_append_raspberrypi3-64() { |
