mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2024-11-26 21:09:43 +01:00
Prefer "external booting" u-boot by default.
Less rude for end-users expecting to be able to SD boot once flashed.
This commit is contained in:
parent
acc6927507
commit
f9785b285f
2 changed files with 4 additions and 1 deletions
|
@ -97,6 +97,9 @@ If you rather USB and SD card is tried before the eMMC, `pkgs.uBootPinebookProEx
|
|||
can be installed, which has an alternative patch set added on top that will
|
||||
change the boot order.
|
||||
|
||||
The SD image is built using the "alternative boot order" u-boot. Thus, flashing
|
||||
the image to your eMMC keeps external devices bootable.
|
||||
|
||||
|
||||
## Keyboard firmware
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
uboot = pkgs.uBootPinebookPro;
|
||||
uboot = pkgs.uBootPinebookProExternalFirst;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
|
|
Loading…
Reference in a new issue