diff options
author | d3v1c3nv11 <d3v1c3nv11@users.noreply.github.com> | 2017-11-06 13:26:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-06 13:26:49 +0200 |
commit | 2d261a2e1704e5e13b3db69a3662842c6fa95f07 (patch) | |
tree | 2a79aa990e4db78604f2232fc591a2e148557a12 | |
parent | 77b9bcf22cc036f71ad5e0d51d3a452c69a10ff5 (diff) |
Add files via upload
-rw-r--r-- | lufa-LUFA-151115.tar.gz | bin | 0 -> 1785099 bytes | |||
-rw-r--r-- | upgrade/firmware.tar.gz | bin | 0 -> 15827 bytes | |||
-rw-r--r-- | upgrade/old/firmware171106.tar.gz | bin | 0 -> 15827 bytes | |||
-rw-r--r-- | upgrade/readme.md | 20 |
4 files changed, 20 insertions, 0 deletions
diff --git a/lufa-LUFA-151115.tar.gz b/lufa-LUFA-151115.tar.gz Binary files differnew file mode 100644 index 0000000..d26dfd4 --- /dev/null +++ b/lufa-LUFA-151115.tar.gz diff --git a/upgrade/firmware.tar.gz b/upgrade/firmware.tar.gz Binary files differnew file mode 100644 index 0000000..a045187 --- /dev/null +++ b/upgrade/firmware.tar.gz diff --git a/upgrade/old/firmware171106.tar.gz b/upgrade/old/firmware171106.tar.gz Binary files differnew file mode 100644 index 0000000..a045187 --- /dev/null +++ b/upgrade/old/firmware171106.tar.gz 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. |