From 5a206a78c8ce8102154ffeed16dcb9cb585c8821 Mon Sep 17 00:00:00 2001 From: Yan A Date: Sun, 16 Aug 2020 16:46:52 +0300 Subject: [PATCH] Update install.sh --- install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 9c9e8b5..0deaed8 100644 --- a/install.sh +++ b/install.sh @@ -8,11 +8,11 @@ cp -rf ./99-fbturbo.conf /etc/X11/xorg.conf.d/99-fbturbo.conf # load module on boot cp ./waveshare35a.dtbo /boot/overlays/ -echo "hdmi_force_hotplug=1" >> ./boot/config.txt -echo "dtparam=i2c_arm=on" >> ./boot/config.txt -echo "dtparam=spi=on" >> ./boot/config.txt -echo "enable_uart=1" >> ./boot/config.txt -echo "dtoverlay=waveshare35a:rotate=90" >> ./boot/config.txt +echo "hdmi_force_hotplug=1" >> /boot/config.txt +echo "dtparam=i2c_arm=on" >> /boot/config.txt +echo "dtparam=spi=on" >> /boot/config.txt +echo "enable_uart=1" >> /boot/config.txt +echo "dtoverlay=waveshare35a:rotate=90" >> /boot/config.txt cp ./cmdline.txt /boot/ # touch screen calibration