Skip to content

Commit f20bb90

Browse files
committed
imager: 2712: Add NVMe into default boot configurations
Add NVMe into the SD/USB/DEFAULT boot modes with a higher priority than USB. The detection of NVMe HATs is quick so there is no disadvantage in trying NVMe first.
1 parent 7e22b8f commit f20bb90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[all]
22
BOOT_UART=1
3-
BOOT_ORDER=0xf41
3+
BOOT_ORDER=0xf461
44
POWER_OFF_ON_HALT=0

imager/2712-config/boot-conf-sd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[all]
22
BOOT_UART=1
3-
BOOT_ORDER=0xf41
3+
BOOT_ORDER=0xf461
44
POWER_OFF_ON_HALT=0

imager/2712-config/boot-conf-usb.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[all]
22
BOOT_UART=1
3-
BOOT_ORDER=0xf14
3+
BOOT_ORDER=0xf146
44
POWER_OFF_ON_HALT=0
55

0 commit comments

Comments
 (0)