From 5ae7946c502a42753ba7b64940e6dad82405b1fc Mon Sep 17 00:00:00 2001 From: Samuel Dionne-Riel Date: Tue, 7 Jan 2020 15:58:47 -0500 Subject: [PATCH] Add note about firmware --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 7678c19..7cc46a6 100644 --- a/README.md +++ b/README.md @@ -79,3 +79,15 @@ the eMMC as a boot device first. Alternatively, this u-boot can be installed to the eMMC. Installing to SPI has yet to be investigated. + +## Keyboard firmware + +As rebooting doesn't work here, poweroff and boot manually. + +``` + $ nix-build -A pkgs.pinebookpro-keyboard-updater + $ sudo ./result/bin/updater step-1 + $ sudo poweroff + # ... + $ sudo ./result/bin/updater step-2 +```