mirror of
https://github.com/goodtft/LCD-show.git
synced 2025-01-20 03:52:15 +01:00
Delete LCD43-show
This commit is contained in:
parent
8b898672b8
commit
f5c41ae1f9
37
LCD43-show
37
LCD43-show
@ -1,37 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
sudo cp -rf ./boot/config-43.txt /boot/config.txt
|
|
||||||
if [ -b /dev/mmcblk0p7 ]; then
|
|
||||||
sudo cp ./usr/cmdline.txt-noobs /boot/cmdline.txt
|
|
||||||
else
|
|
||||||
sudo cp ./usr/cmdline.txt /boot/
|
|
||||||
fi
|
|
||||||
sudo cp ./usr/inittab /etc/
|
|
||||||
sudo cp -rf ./usr/99-fbturbo.conf-HDMI /usr/share/X11/xorg.conf.d/99-fbturbo.conf
|
|
||||||
sudo mkdir /etc/X11/xorg.conf.d
|
|
||||||
sudo cp -rf ./usr/99-calibration.conf-43 /etc/X11/xorg.conf.d/99-calibration.conf
|
|
||||||
nodeplatform=`uname -n`
|
|
||||||
kernel=`uname -r`
|
|
||||||
version=`uname -v`
|
|
||||||
if test "$nodeplatform" = "raspberrypi";then
|
|
||||||
echo "this is raspberrypi kernel"
|
|
||||||
version=${version%% *}
|
|
||||||
version=${version#*#}
|
|
||||||
echo $version
|
|
||||||
if test $version -lt 970;then
|
|
||||||
echo "reboot"
|
|
||||||
else
|
|
||||||
echo "need to update touch configuration"
|
|
||||||
if test $version -ge 1023;then
|
|
||||||
echo "install xserver-xorg-input-evdev_2.10.5-1"
|
|
||||||
sudo dpkg -i -B xserver-xorg-input-evdev_2.10.5-1_armhf.deb
|
|
||||||
else
|
|
||||||
echo "install xserver-xorg-input-evdev_1%3a2.10.3-1"
|
|
||||||
sudo dpkg -i -B xserver-xorg-input-evdev_1%3a2.10.3-1_armhf.deb
|
|
||||||
fi
|
|
||||||
sudo cp -rf /usr/share/X11/xorg.conf.d/10-evdev.conf /usr/share/X11/xorg.conf.d/45-evdev.conf
|
|
||||||
echo "reboot"
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
echo "this is not raspberrypi kernel, no need to update touch configure, reboot"
|
|
||||||
fi
|
|
||||||
sudo reboot
|
|
Loading…
x
Reference in New Issue
Block a user