summaryrefslogtreecommitdiff
path: root/upgrade
diff options
context:
space:
mode:
Diffstat (limited to 'upgrade')
-rw-r--r--upgrade/firmware.tar.gzbin0 -> 15827 bytes
-rw-r--r--upgrade/old/firmware171106.tar.gzbin0 -> 15827 bytes
-rw-r--r--upgrade/readme.md20
3 files changed, 20 insertions, 0 deletions
diff --git a/upgrade/firmware.tar.gz b/upgrade/firmware.tar.gz
new file mode 100644
index 0000000..a045187
--- /dev/null
+++ b/upgrade/firmware.tar.gz
Binary files differ
diff --git a/upgrade/old/firmware171106.tar.gz b/upgrade/old/firmware171106.tar.gz
new file mode 100644
index 0000000..a045187
--- /dev/null
+++ b/upgrade/old/firmware171106.tar.gz
Binary files differ
diff --git a/upgrade/readme.md b/upgrade/readme.md
new file mode 100644
index 0000000..ef4276c
--- /dev/null
+++ b/upgrade/readme.md
@@ -0,0 +1,20 @@
+How to update the touchscreen button firmware:
+
+Download and extract the tgz archive. Open a console and navigate to the folder where you placed the archive then extract with the follwing command:
+
+```bash
+tar -xvf firmware.tar.gz
+```
+navigate to the firmware folder and then perform an update with the following commands:
+```bash
+cd firmware
+sudo ./update
+```
+Then follow the onscreen prompts:
+
+Type the sudo password.
+
+Then press Fn+TuXkey+escape together to
+start the update.
+
+The firmware should now be updated.