mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-23 11:29:43 +01:00
README.md: document keyboard controller
Add a paragraph about identifying the SH68F83 keyboard controller IC.
This commit is contained in:
parent
c212558fba
commit
359360935c
1 changed files with 5 additions and 0 deletions
|
@ -119,6 +119,11 @@ Note that the default U-Boot build does not do anything with LED on startup.
|
|||
>
|
||||
> It is unclear how to identify said hardware from a running system.
|
||||
|
||||
To determine which keyboard controller you have, you will need to disassemble
|
||||
the Pinebook Pro as per [the Pine64
|
||||
wiki](https://wiki.pine64.org/wiki/Pinebook_Pro#Keyboard), and make sure that
|
||||
the IC next to the U23 marking on the main board is an **SH68F83**.
|
||||
|
||||
```
|
||||
$ nix-build -A pkgs.pinebookpro-keyboard-updater
|
||||
$ sudo ./result/bin/updater step-1 <iso|ansi>
|
||||
|
|
Loading…
Reference in a new issue