Skip to content

Commit

Permalink
imager: 2712: Add NVMe into default boot configurations
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
timg236 committed Dec 12, 2023
1 parent 7e22b8f commit f20bb90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion imager/2712-config/boot-conf-default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[all]
BOOT_UART=1
BOOT_ORDER=0xf41
BOOT_ORDER=0xf461
POWER_OFF_ON_HALT=0
2 changes: 1 addition & 1 deletion imager/2712-config/boot-conf-sd.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[all]
BOOT_UART=1
BOOT_ORDER=0xf41
BOOT_ORDER=0xf461
POWER_OFF_ON_HALT=0
2 changes: 1 addition & 1 deletion imager/2712-config/boot-conf-usb.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[all]
BOOT_UART=1
BOOT_ORDER=0xf14
BOOT_ORDER=0xf146
POWER_OFF_ON_HALT=0

0 comments on commit f20bb90

Please sign in to comment.