mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-12-02 15:59:44 +01:00
Fix notes about reboot not working
This commit is contained in:
parent
5cacba9480
commit
edf343ba2a
1 changed files with 2 additions and 5 deletions
|
@ -30,7 +30,6 @@ compatibility.
|
||||||
### Known issues
|
### Known issues
|
||||||
|
|
||||||
* Suspend (or resume) fails.
|
* Suspend (or resume) fails.
|
||||||
* Rebooting fails somewhere early in the u-boot SPL.
|
|
||||||
|
|
||||||
### Tips
|
### Tips
|
||||||
|
|
||||||
|
@ -93,13 +92,11 @@ $ lsblk /dev/disk/by-path/platform-fe330000.sdhci && sudo dd if=result/idbloader
|
||||||
|
|
||||||
## Keyboard firmware
|
## Keyboard firmware
|
||||||
|
|
||||||
As rebooting doesn't work here, poweroff and boot manually.
|
|
||||||
|
|
||||||
```
|
```
|
||||||
$ nix-build -A pkgs.pinebookpro-keyboard-updater
|
$ nix-build -A pkgs.pinebookpro-keyboard-updater
|
||||||
$ sudo ./result/bin/updater step-1
|
$ sudo ./result/bin/updater step-1
|
||||||
$ sudo poweroff
|
$ sudo reboot
|
||||||
# ...
|
# ...
|
||||||
$ sudo ./result/bin/updater step-2
|
$ sudo ./result/bin/updater step-2
|
||||||
$ sudo poweroff
|
$ sudo reboot
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue