Skip to content

Commit c565b4f

Browse files
committed
pi: increase boot watchdog duration
1 parent fc814a0 commit c565b4f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

image/pi-eeprom-config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ BOOT_UART=1
33
BOOT_ORDER=0xf61
44
POWER_OFF_ON_HALT=1
55
PCIE_PROBE=1
6-
BOOT_WATCHDOG_TIMEOUT=15
6+
BOOT_WATCHDOG_TIMEOUT=30
77
HDMI_DELAY=0
88
PSU_MAX_CURRENT=5000

tests/test-pi-eeprom-sd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ check "BOOT_UART=1 baked in" expect_setting BOOT_UART=1
5555
check "BOOT_ORDER=0xf61 baked in" expect_setting BOOT_ORDER=0xf61
5656
check "POWER_OFF_ON_HALT=1 baked in" expect_setting POWER_OFF_ON_HALT=1
5757
check "PCIE_PROBE=1 baked in" expect_setting PCIE_PROBE=1
58-
check "BOOT_WATCHDOG_TIMEOUT=15 baked in" expect_setting BOOT_WATCHDOG_TIMEOUT=15
58+
check "BOOT_WATCHDOG_TIMEOUT=30 baked in" expect_setting BOOT_WATCHDOG_TIMEOUT=30
5959
check "HDMI_DELAY=0 baked in" expect_setting HDMI_DELAY=0
6060
check "PSU_MAX_CURRENT=5000 baked in" expect_setting PSU_MAX_CURRENT=5000
6161

0 commit comments

Comments
 (0)