Commit d8a413618f82c7d14aa4423008f0c2ae8ce481eb
Committed by
GitHub
1 parent
6eb50245
Update boot.conf
Showing
1 changed file
with
0 additions
and
10 deletions
recovery/boot.conf
| ... | ... | @@ -4,16 +4,6 @@ WAKE_ON_GPIO=1 |
| 4 | 4 | POWER_OFF_ON_HALT=0 |
| 5 | 5 | |
| 6 | 6 | # Boot Order Codes, from https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#BOOT_ORDER |
| 7 | -# 0x0 SD CARD DETECT | |
| 8 | -# 0x1 SD CARD | |
| 9 | -# 0x2 NETWORK | |
| 10 | -# 0x3 RPIBOOT | |
| 11 | -# 0x4 USB-MSD | |
| 12 | -# 0x5 BCM-USB-MSD | |
| 13 | -# 0x6 NVME | |
| 14 | -# 0x7 HTTP | |
| 15 | -# 0xe STOP | |
| 16 | -# 0xf RESTART | |
| 17 | 7 | # Try SD first (1), followed by, USB PCIe, NVMe PCIe, USB SoC XHCI then network |
| 18 | 8 | BOOT_ORDER=0xf25641 |
| 19 | 9 | ... | ... |