Skip to content

Commit 51c0900

Browse files
committed
pi: remove boot watchdog
This does *not* work how RPi documents it to work. Docs say that the watchdog is cleared as soon as the arm core starts the actual OS. What actually happens is that the OS starts, and then 30 seconds after boot, the Pi hard-resets. Whoops.
1 parent c565b4f commit 51c0900

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

image/pi-eeprom-config.txt

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

tests/test-pi-eeprom-sd.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ 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=30 baked in" expect_setting BOOT_WATCHDOG_TIMEOUT=30
5958
check "HDMI_DELAY=0 baked in" expect_setting HDMI_DELAY=0
6059
check "PSU_MAX_CURRENT=5000 baked in" expect_setting PSU_MAX_CURRENT=5000
6160

0 commit comments

Comments
 (0)