Add note about firmware

This commit is contained in:
Samuel Dionne-Riel 2020-01-07 15:58:47 -05:00
parent 9678d10533
commit 5ae7946c50
1 changed files with 12 additions and 0 deletions

View File

@ -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
```