[edit 03/04/2021] These instruction's do not apply to Pinebook Pros shipping in 2021. The new and improved keyboard/ trackpad firmware is already flashed on the devices. This thread is now archived and locked.
[edit 10/01/2020] FW flahing Instructions have been edited for both ISO and ANSI users now
Credit goes to @tllim , @xalius , @ayufan and @anarsoul
N.B. This trackpad/ keyboard firmware update applies to all Pinebook Pros produced in 2019
Before you start:
Your Pinebook Pro should be either fully charged or, preferably, running of mains. This utility will be writing chips on the keyboard and trackpad, so a loss of power during any stage of the update can result in irrecoverable damage to your trackpad or keyboard.
The scripts ought to work on all OSs available for the Pinebook Pro. Some OSs may, however, require installation of relevant dependencies.
Please report any issues you encounter in this thread.
What you'll need:
What you need to do:
Please follow @ayufan's instructions exactly
[edit 14/01/2020] If you encounter issues please try this.
[url=https://forum.pine64.org/showthread.php?tid=8407&pid=56570#pid56570][/url]
Instruction Brief for BOTH models (read original instructions for further details):
ISO version
First Step:
Second Step:
------------------------------------------------------------------------
ANSI version
First Step:
Second Step:
[edit 10/01/2020] FW flahing Instructions have been edited for both ISO and ANSI users now
Credit goes to @tllim , @xalius , @ayufan and @anarsoul
N.B. This trackpad/ keyboard firmware update applies to all Pinebook Pros produced in 2019
Before you start:
Your Pinebook Pro should be either fully charged or, preferably, running of mains. This utility will be writing chips on the keyboard and trackpad, so a loss of power during any stage of the update can result in irrecoverable damage to your trackpad or keyboard.
The scripts ought to work on all OSs available for the Pinebook Pro. Some OSs may, however, require installation of relevant dependencies.
Please report any issues you encounter in this thread.
What you'll need:
- Your Pinebook Pro fully charged / running of mains power
- Connection to WiFi
- An external USB keyboard/ access to the Pinebebook Pro via ssh
What you need to do:
Please follow @ayufan's instructions exactly
[edit 14/01/2020] If you encounter issues please try this.
[url=https://forum.pine64.org/showthread.php?tid=8407&pid=56570#pid56570][/url]
Instruction Brief for BOTH models (read original instructions for further details):
ISO version
Code:
git clone https://github.com/ayufan-rock64/pinebook-pro-keyboard-updater
cd pinebook-pro-keyboard-updater
sudo apt-get install build-essential libusb-1.0-0-dev xxd
make
First Step:
Code:
sudo ./updater step-1 iso
sudo reboot
Second Step:
Code:
cd pinebook-pro-keyboard-updater
sudo ./updater step-2 iso
sudo reboot
ANSI version
Code:
git clone https://github.com/ayufan-rock64/pinebook-pro-keyboard-updater
cd pinebook-pro-keyboard-updater
sudo apt-get install build-essential libusb-1.0-0-dev xxd
make
First Step:
Code:
sudo ./updater step-1 ansi
sudo reboot
Second Step:
Code:
cd pinebook-pro-keyboard-updater
sudo ./updater step-2 ansi
sudo reboot