OSHW-DEIMOS/SOFTWARE/A64-TERES/TERES-KBD-RELEASE/upgrade
2018-05-30 19:12:38 -07:00
..
old Updated to release 2017-12-18 15:13:16 +02:00
change.log Updated to release 2017-12-18 15:13:16 +02:00
firmware.tar.gz Updated to release 2017-12-18 15:13:16 +02:00
README.md Adding *.md filetype for TERES-specific READMEs 2018-05-30 19:12:38 -07:00

How to update the touchpad and 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:

tar -xvf firmware.tar.gz

navigate to the firmware folder and then perform an update with the following commands:

cd firmware 
sudo ./update    #standard firmware

or

sudo ./update-notap  #firmware with taps disabled

Then follow the onscreen prompts:

Type the super user password.

Then press Fn+TuXkey+escape simultaneously to start the update.

The firmware should now be updated.

Note: To get Fn+F1 suspend mode working with older releases:

  1. Add
KEYBOARD_KEY_70071=suspend

at the end of file:

sudo nano /etc/udev/hwdb.d/teres_kbd.hwdb
  1. You must create keyboard shortcut (System -> Preferences -> Hardware -> Keyboard Shortcuts -> Add) with name "Suspend" and command: "systemctl suspend" activated with key Fn+F1

  2. reboot...