mirror of
https://github.com/samueldr/wip-pinebook-pro.git
synced 2025-03-01 03:15:19 +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
|
can be installed, which has an alternative patch set added on top that will
|
||||||
change the boot order.
|
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
|
## Keyboard firmware
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
uboot = pkgs.uBootPinebookPro;
|
uboot = pkgs.uBootPinebookProExternalFirst;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue