mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2025-01-07 09:29:48 +01:00
Add note about firmware
This commit is contained in:
parent
9678d10533
commit
5ae7946c50
1 changed files with 12 additions and 0 deletions
12
README.md
12
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue