diff options
Diffstat (limited to 'upgrade/readme.md')
-rw-r--r-- | upgrade/readme.md | 20 |
1 files changed, 20 insertions, 0 deletions
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. |