Commit 445356e1de74f26e4be485005c6e129e1bac545f

Authored by Tim Gover
Committed by GitHub
2 parents a590da67 d8a41361

Merge pull request #129 from pastudan/patch-1

Add inline comments about boot order
Showing 1 changed file with 1 additions and 0 deletions
recovery/boot.conf
... ... @@ -3,6 +3,7 @@ BOOT_UART=0
3 3 WAKE_ON_GPIO=1
4 4 POWER_OFF_ON_HALT=0
5 5  
  6 +# Boot Order Codes, from https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#BOOT_ORDER
6 7 # Try SD first (1), followed by, USB PCIe, NVMe PCIe, USB SoC XHCI then network
7 8 BOOT_ORDER=0xf25641
8 9  
... ...