From 2d261a2e1704e5e13b3db69a3662842c6fa95f07 Mon Sep 17 00:00:00 2001 From: d3v1c3nv11 Date: Mon, 6 Nov 2017 13:26:49 +0200 Subject: Add files via upload --- upgrade/firmware.tar.gz | Bin 0 -> 15827 bytes upgrade/old/firmware171106.tar.gz | Bin 0 -> 15827 bytes upgrade/readme.md | 20 ++++++++++++++++++++ 3 files changed, 20 insertions(+) create mode 100644 upgrade/firmware.tar.gz create mode 100644 upgrade/old/firmware171106.tar.gz create mode 100644 upgrade/readme.md (limited to 'upgrade') diff --git a/upgrade/firmware.tar.gz b/upgrade/firmware.tar.gz new file mode 100644 index 0000000..a045187 Binary files /dev/null and b/upgrade/firmware.tar.gz differ diff --git a/upgrade/old/firmware171106.tar.gz b/upgrade/old/firmware171106.tar.gz new file mode 100644 index 0000000..a045187 Binary files /dev/null and b/upgrade/old/firmware171106.tar.gz 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. -- cgit v1.2.3