From eefb7b83bc9b602455d9eaf34a51149a6e9cca96 Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Fri, 22 Nov 2024 17:29:02 +0000 Subject: [PATCH] image: 2712: Update config for POWER_OFF_ON_HALT and NET_INSTALL_AT_POWER_ON * The 2024-11-12 automatically sets the POWER_OFF_ON_HALT property according to the board-type so remove the override network install images. * Set NET_INSTALL_AT_POWER_ON=1 by default which briefly display the network-install / boot-menu UI after a cold power-on. This can be switched off by removing the line either via "rpi-eeprom-config --edit" or the new menu in raspi-config Advanced Options. --- imager/2712-config/boot-conf-network.txt | 3 +-- imager/2712-config/boot-conf-sd.txt | 2 +- imager/2712-config/boot-conf-usb.txt | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/imager/2712-config/boot-conf-network.txt b/imager/2712-config/boot-conf-network.txt index 8321993..bed03dd 100644 --- a/imager/2712-config/boot-conf-network.txt +++ b/imager/2712-config/boot-conf-network.txt @@ -1,5 +1,4 @@ [all] BOOT_UART=1 BOOT_ORDER=0xf21 -POWER_OFF_ON_HALT=0 - +NET_INSTALL_AT_POWER_ON=1 diff --git a/imager/2712-config/boot-conf-sd.txt b/imager/2712-config/boot-conf-sd.txt index 3b93509..d0e62a2 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=0xf461 -POWER_OFF_ON_HALT=0 +NET_INSTALL_AT_POWER_ON=1 diff --git a/imager/2712-config/boot-conf-usb.txt b/imager/2712-config/boot-conf-usb.txt index 59d8647..da0fd56 100644 --- a/imager/2712-config/boot-conf-usb.txt +++ b/imager/2712-config/boot-conf-usb.txt @@ -1,5 +1,4 @@ [all] BOOT_UART=1 BOOT_ORDER=0xf146 -POWER_OFF_ON_HALT=0 - +NET_INSTALL_AT_POWER_ON=1