mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-26 21:09:43 +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
|
||||
|
||||
* Suspend (or resume) fails.
|
||||
* Rebooting fails somewhere early in the u-boot SPL.
|
||||
|
||||
### Tips
|
||||
|
||||
|
@ -93,13 +92,11 @@ $ lsblk /dev/disk/by-path/platform-fe330000.sdhci && sudo dd if=result/idbloader
|
|||
|
||||
## 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 reboot
|
||||
# ...
|
||||
$ sudo ./result/bin/updater step-2
|
||||
$ sudo poweroff
|
||||
$ sudo reboot
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue