From f20bb90a6720d5a9e1c2a46ef16789a9ed9c7212 Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Tue, 12 Dec 2023 09:05:52 +0000 Subject: [PATCH] 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. --- imager/2712-config/boot-conf-default.txt | 2 +- imager/2712-config/boot-conf-sd.txt | 2 +- imager/2712-config/boot-conf-usb.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/imager/2712-config/boot-conf-default.txt b/imager/2712-config/boot-conf-default.txt index 4928825..3b93509 100644 --- a/imager/2712-config/boot-conf-default.txt +++ b/imager/2712-config/boot-conf-default.txt @@ -1,4 +1,4 @@ [all] BOOT_UART=1 -BOOT_ORDER=0xf41 +BOOT_ORDER=0xf461 POWER_OFF_ON_HALT=0 diff --git a/imager/2712-config/boot-conf-sd.txt b/imager/2712-config/boot-conf-sd.txt index 4928825..3b93509 100644 --- a/imager/2712-config/boot-conf-sd.txt +++ b/imager/2712-config/boot-conf-sd.txt @@ -1,4 +1,4 @@ [all] BOOT_UART=1 -BOOT_ORDER=0xf41 +BOOT_ORDER=0xf461 POWER_OFF_ON_HALT=0 diff --git a/imager/2712-config/boot-conf-usb.txt b/imager/2712-config/boot-conf-usb.txt index 020633e..59d8647 100644 --- a/imager/2712-config/boot-conf-usb.txt +++ b/imager/2712-config/boot-conf-usb.txt @@ -1,5 +1,5 @@ [all] BOOT_UART=1 -BOOT_ORDER=0xf14 +BOOT_ORDER=0xf146 POWER_OFF_ON_HALT=0