Skip to content

Commit

Permalink
image: 2712: Update config for POWER_OFF_ON_HALT and NET_INSTALL_AT_P…
Browse files Browse the repository at this point in the history
…OWER_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.
  • Loading branch information
timg236 committed Nov 22, 2024
1 parent 85e8a59 commit eefb7b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions imager/2712-config/boot-conf-network.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[all]
BOOT_UART=1
BOOT_ORDER=0xf21
POWER_OFF_ON_HALT=0

NET_INSTALL_AT_POWER_ON=1
2 changes: 1 addition & 1 deletion imager/2712-config/boot-conf-sd.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[all]
BOOT_UART=1
BOOT_ORDER=0xf461
POWER_OFF_ON_HALT=0
NET_INSTALL_AT_POWER_ON=1
3 changes: 1 addition & 2 deletions imager/2712-config/boot-conf-usb.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[all]
BOOT_UART=1
BOOT_ORDER=0xf146
POWER_OFF_ON_HALT=0

NET_INSTALL_AT_POWER_ON=1

0 comments on commit eefb7b8

Please sign in to comment.