blob: ef4276cf897174caa588ee8ed1614e2bb0a765c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.
|