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:
Samuel Dionne-Riel 2020-01-21 22:37:42 -05:00
parent acc6927507
commit f9785b285f
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -1,7 +1,7 @@
{ config, pkgs, lib, ... }:
let
uboot = pkgs.uBootPinebookPro;
uboot = pkgs.uBootPinebookProExternalFirst;
in
{
imports = [