[all] BOOT_UART=1 POWER_OFF_ON_HALT=1 # Boot Order Codes, from https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#BOOT_ORDER # Try SD first (1), followed by, USB (RP1), NVMe PCIe, then network BOOT_ORDER=0xf2641 # Disable self-update mode - to prevent automatic updates of unsigned bootloader images ENABLE_SELF_UPDATE=0 # Select signed-boot mode in the EEPROM. This can be used to during development # to test the signed boot image. Once secure boot is enabled via OTP this setting # has no effect i.e. it is always 1. SIGNED_BOOT=1