commit e5df45e9a86e75f3d8b3c2aad093e65ae5c4be50
parent 5fc6bedab2894550dcf7647300940c14736f92c2
Author: rob <rob@tarina.org>
Date: Mon, 20 Nov 2023 10:31:41 +0000
Merge branch 'master' of https://git.tarina.org/gonzopi
Diffstat:
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/install.sh b/install.sh
@@ -74,10 +74,10 @@ sudo pip3 install web.py==0.61
if [ "$screen" = "ugeek-hdtft" ]
then
echo "installing ugeek screen drivers"
-echo "Tarina configuration seems to be in order in /boot/config.txt"
+echo "Gonzopi configuration seems to be in order in /boot/config.txt"
echo "Adding to /boot/config.txt"
cat <<'EOF' >> /boot/config.txt
-#-----Tarina configuration starts here-------
+#-----GonzoPi configuration starts here-------
#gonzopi-rpi-configuration-ugeek-1.0
#Rpi-hd-tft
dtoverlay=dpi18
@@ -110,7 +110,7 @@ dtparam=act_led_activelow=off
dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off
-#--------Tarina configuration end here---------
+#--------GonzoPi configuration end here---------
EOF
elif [ "$screen" = "hyperpixel4" ]
then
@@ -120,10 +120,10 @@ curl -sSL get.pimoroni.com/hyperpixel4-legacy | bash
cat <<'EOF' >> /etc/udev/rules.d/98-hyperpixel4-calibration.rules
ATTRS{name}=="Goodix Capacitive TouchScreen", ENV{LIBINPUT_CALIBRATION_MATRIX}="0 1 0 -1 0 1"
EOF
-echo "Tarina configuration seems to be in order in /boot/config.txt"
+echo "GonzoPi configuration seems to be in order in /boot/config.txt"
echo "Adding to /boot/config.txt"
cat <<'EOF' >> /boot/config.txt
-#-----Tarina configuration starts here-------
+#-----GonzoPi configuration starts here-------
#gonzopi-rpi-configuration-hyperpixel-1.0
#hyperpixel
start_x=1
@@ -159,15 +159,15 @@ dpi_mode=87
dpi_output_format=0x7f216
hdmi_timings=480 0 10 16 59 800 0 15 113 15 0 0 0 60 0 32000000 6
-#--------Tarina configuration end here---------
+#--------GonzoPi configuration end here---------
EOF
elif [ "$screen" = "hdmi-screen" ]
then
echo "configuring hdmi screen"
-echo "Tarina configuration seems to be in order in /boot/config.txt"
+echo "GonzoPi configuration seems to be in order in /boot/config.txt"
echo "Adding to /boot/config.txt"
cat <<'EOF' >> /boot/config.txt
-#-----Tarina configuration starts here-------
+#-----GonzoPi configuration starts here-------
#gonzopi-rpi-configuration-hdmi-screen
start_x=1
gpu_mem=256
@@ -186,7 +186,7 @@ framebuffer_height=480
#hdmi_force_hotplug=1
hdmi_group=1
hdmi_mode=3
-#--------Tarina configuration end here---------
+#--------GonzoPi configuration end here---------
EOF
else
echo "screen driver already there, to change it remove gonzopi config in /boot/config.txt"
@@ -233,7 +233,7 @@ options snd slots=snd_usb_audio, snd_bcm2835
EOF
fi
-echo "Automatically boot to Tarina"
+echo "Automatically boot to GonzoPi"
echo "creating a gonzopi.service file"
cat <<'EOF' > /etc/systemd/system/gonzopi.service
[Unit]
@@ -386,6 +386,6 @@ cat <<'EOF'
EOF
sleep 2
-echo "Rebooting into up-to-date Tarina..."
+echo "Rebooting into up-to-date GonzoPi..."
sleep 2
reboot