Skip to content

Commit 4129a37

Browse files
Tom Deweytdewey-rpi
authored andcommitted
Align default bootloader configs to production defaults
1 parent bda0ea1 commit 4129a37

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

host-support/bootloader.naked

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
[all]
22
BOOT_UART=1
3-
WAKE_ON_GPIO=0
43
POWER_OFF_ON_HALT=1
5-
HDMI_DELAY=0
64

75
# Boot Order Codes, from https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#BOOT_ORDER
8-
# Try SD first (1), followed by, NVME (6), then USB Mass Storage (4), then Network (2), and finally if nothing has worked, reboot (f)
9-
BOOT_ORDER=0xf2461
10-
11-
# Disable self-update mode
12-
ENABLE_SELF_UPDATE=0
6+
# Try SD first (1), followed by, USB PCIe, NVMe PCIe, then network
7+
BOOT_ORDER=0xf2461

host-support/bootloader.secure

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
[all]
22
BOOT_UART=1
3-
WAKE_ON_GPIO=0
43
POWER_OFF_ON_HALT=1
5-
HDMI_DELAY=0
64

75
# Boot Order Codes, from https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#BOOT_ORDER
8-
# Try SD first (1), followed by, NVME (6), then USB Mass Storage (4), then Network (2), and finally if nothing has worked, reboot (f)
6+
# Try SD first (1), followed by, USB PCIe, NVMe PCIe, then network
97
BOOT_ORDER=0xf2461
108

119
# Disable self-update mode

0 commit comments

Comments
 (0)