Fix notes about reboot not working

This commit is contained in:
Samuel Dionne-Riel 2020-01-17 18:28:43 -05:00
parent 5cacba9480
commit edf343ba2a
1 changed files with 2 additions and 5 deletions

View File

@ -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
```