diff options
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | recipes-bsp/bootfiles/rpi-config_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -247,7 +247,7 @@ List of currently supported models: | |||
| 247 | If you would like to use the Waveshare "C" 1024×600, 7 inch Capacitive Touch | 247 | If you would like to use the Waveshare "C" 1024×600, 7 inch Capacitive Touch |
| 248 | Screen LCD, HDMI interface (http://www.waveshare.com/7inch-HDMI-LCD-C.htm) | 248 | Screen LCD, HDMI interface (http://www.waveshare.com/7inch-HDMI-LCD-C.htm) |
| 249 | Rev 2.1, please set the following in your local.conf | 249 | Rev 2.1, please set the following in your local.conf |
| 250 | WAVESHARE_1024X600_C_2.1 = "1" | 250 | WAVESHARE_1024X600_C_2_1 = "1" |
| 251 | 251 | ||
| 252 | 3.P. Enable UART | 252 | 3.P. Enable UART |
| 253 | =============== | 253 | =============== |
diff --git a/recipes-bsp/bootfiles/rpi-config_git.bb b/recipes-bsp/bootfiles/rpi-config_git.bb index 8adc938..af55983 100644 --- a/recipes-bsp/bootfiles/rpi-config_git.bb +++ b/recipes-bsp/bootfiles/rpi-config_git.bb | |||
| @@ -112,7 +112,7 @@ do_deploy() { | |||
| 112 | fi | 112 | fi |
| 113 | 113 | ||
| 114 | # Waveshare "C" 1024x600 7" Rev2.1 IPS capacitive touch (http://www.waveshare.com/7inch-HDMI-LCD-C.htm) | 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 | 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 | 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 | 117 | echo "max_usb_current=1" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt |
| 118 | echo "hdmi_group=2" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt | 118 | echo "hdmi_group=2" >> ${DEPLOYDIR}/bcm2835-bootfiles/config.txt |
