forked from goodtft/LCD-show
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
124 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
#!/bin/bash | ||
sudo rm -rf /etc/X11/xorg.conf.d/40-libinput.conf | ||
sudo mkdir /etc/X11/xorg.conf.d | ||
sudo cp ./usr/tft9341-overlay.dtb /boot/overlays/ | ||
sudo cp ./usr/tft9341-overlay.dtb /boot/overlays/tft9341.dtbo | ||
sudo cp -rf ./usr/99-calibration.conf-24 /etc/X11/xorg.conf.d/99-calibration.conf | ||
sudo cp -rf ./usr/99-fbturbo.conf /usr/share/X11/xorg.conf.d/ | ||
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 ./boot/config-28.txt /boot/config.txt | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#!/bin/bash | ||
sudo cp -rf ./boot/config-35DPI.txt /boot/config.txt | ||
#sudo cp ./usr/bcm2709-rpi-2-b.dtb /boot/ | ||
#sudo cp ./usr/bcm2710-rpi-3-b.dtb /boot/ | ||
#sudo cp ./usr/cmdline.txt /boot/ | ||
#sudo cp ./usr/qddpi24.dtb /boot/overlays/ | ||
#sudo cp ./usr/qddpi24.dtb /boot/overlays/qddpi24.dtbo | ||
#sudo cp ./usr/inittab /etc/ | ||
#sudo cp -rf ./usr/99-fbturbo.conf-HDMI /usr/share/X11/xorg.conf.d/99-fbturbo.conf | ||
sudo mkdir -p /etc/X11/xorg.conf.d | ||
sudo cp -rf ./usr/99-calibration.conf-3508 /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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
sudo cp -rf ./boot/config-MPI5001.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 | ||
|
||
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 | ||
fi | ||
fi | ||
sudo mkdir /etc/X11/xorg.conf.d | ||
sudo cp ./usr/40-libinput.conf-MPI5001 /etc/X11/xorg.conf.d/40-libinput.conf | ||
sudo reboot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters