mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-23 11:29:43 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
01b5eb5fba
2 changed files with 9 additions and 4 deletions
|
@ -88,6 +88,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.
|
> 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
|
$ nix-build -A pkgs.pinebookpro-keyboard-updater
|
||||||
$ sudo ./result/bin/updater step-1 <iso|ansi>
|
$ sudo ./result/bin/updater step-1 <iso|ansi>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "pinebook-pro-keyboard-updater";
|
pname = "pinebook-pro-keyboard-updater";
|
||||||
version = "2020-01-22";
|
version = "2021-07-28";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
xxd
|
xxd
|
||||||
|
@ -18,9 +18,9 @@ stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jackhumbert";
|
owner = "dragan-simic";
|
||||||
repo = "pinebook-pro-keyboard-updater";
|
repo = "pinebook-pro-keyboard-updater";
|
||||||
rev = "10535c84ee599d3225b02a391c6eb2f9d8d5cdbe";
|
rev = "bd8d2ea48992b3e6ddd0b9435d21b74cdcf97224";
|
||||||
sha256 = "1kk4qzliqn1r8vfx8zdfpkpqazhxr4v2baahhgmlsblh0cm1cxnc";
|
hash = "sha256-3+Qsa5lk1EJrLvPSyWthqBMTqJCigbJSmnsS6hdu+w8=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue