From f9fae1f184705f11288de493b437394784150442 Mon Sep 17 00:00:00 2001 From: goodtft Date: Thu, 21 Mar 2024 03:29:12 +0000 Subject: [PATCH] modify driver --- system_config.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system_config.sh b/system_config.sh index f609e35..4b06e2a 100755 --- a/system_config.sh +++ b/system_config.sh @@ -17,6 +17,9 @@ hardware_model=255 fi sudo raspi-config nonint do_wayland W1 +if [ -f /boot/firmware/config.txt ]; then +sudo ln -sf /boot/firmware/config.txt /boot/config.txt +fi if [ $hardware_arch -eq 32 ]; then if [ $(($big_version)) -lt 10 ]; then