From d8a413618f82c7d14aa4423008f0c2ae8ce481eb Mon Sep 17 00:00:00 2001 From: Dan Pastusek Date: Wed, 13 Apr 2022 10:00:36 -0600 Subject: [PATCH] Update boot.conf --- recovery/boot.conf | 10 ---------- 1 file changed, 0 insertions(+), 10 deletions(-) diff --git a/recovery/boot.conf b/recovery/boot.conf index f1e8777..7bad47c 100644 --- a/recovery/boot.conf +++ b/recovery/boot.conf @@ -4,16 +4,6 @@ WAKE_ON_GPIO=1 POWER_OFF_ON_HALT=0 # Boot Order Codes, from https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#BOOT_ORDER -# 0x0 SD CARD DETECT -# 0x1 SD CARD -# 0x2 NETWORK -# 0x3 RPIBOOT -# 0x4 USB-MSD -# 0x5 BCM-USB-MSD -# 0x6 NVME -# 0x7 HTTP -# 0xe STOP -# 0xf RESTART # Try SD first (1), followed by, USB PCIe, NVMe PCIe, USB SoC XHCI then network BOOT_ORDER=0xf25641 -- libgit2 0.21.4