From 73ac2acd7e6ac94c769dcb3ce5292b7462b4ec11 Mon Sep 17 00:00:00 2001 From: Hoegeun Kwon Date: Tue, 8 Feb 2022 14:52:16 +0900 Subject: [PATCH] rpi4: boot: config: Add ignore_lcd flag for 7inch touchscreen Add flag for 7inch touchscreen operation. Change-Id: Ie750ae0e00daf8448515ba0c4c4596168114882a Signed-off-by: Hoegeun Kwon --- rpi4/boot/config.txt | 3 +++ rpi4/boot/config_64bit.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/rpi4/boot/config.txt b/rpi4/boot/config.txt index fc40a90..e2625ac 100644 --- a/rpi4/boot/config.txt +++ b/rpi4/boot/config.txt @@ -53,6 +53,9 @@ hdmi_force_hotplug=1 # Additional overlays and parameters are documented /boot/overlays/README [pi4] +max_framebuffers=2 +ignore_lcd=1 + # Disable ID_SC and ID_SD pins to use UART2 force_eeprom_read=0 diff --git a/rpi4/boot/config_64bit.txt b/rpi4/boot/config_64bit.txt index 15655e5..383b70e2 100644 --- a/rpi4/boot/config_64bit.txt +++ b/rpi4/boot/config_64bit.txt @@ -53,6 +53,9 @@ hdmi_force_hotplug=1 # Additional overlays and parameters are documented /boot/overlays/README [pi4] +max_framebuffers=2 +ignore_lcd=1 + # Disable ID_SC and ID_SD pins to use UART2 force_eeprom_read=0 -- 2.7.4