Skip to content

Commit d750924

Browse files
committed
watchdog: Link to the PARTITION EEPROM property
Describe how to remap partition numbers
1 parent 25cf0f7 commit d750924

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

documentation/asciidoc/computers/config_txt/boot.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,12 @@ Default: `0` (disabled)
231231
[[kernel_watchdog_partition]]
232232
==== `kernel_watchdog_partition`
233233

234-
If the kernel watchdog triggers (i.e., the OS fails to reset the watchdog within the timeout), this property specifies the partition number to boot from after the reset. This allows for automatic failover to a recovery or alternate partition.
234+
If the kernel watchdog triggers (i.e. the OS fails to reset the watchdog within the timeout), this property specifies the partition number to boot from after the reset. This allows for automatic failover to a recovery or alternate partition.
235235

236236
You can use this in conjunction with the xref:config_txt.adoc#the-expression-filter[expression filter] to apply different settings or select a different boot flow when the watchdog triggers a reboot to a specific partition.
237237

238+
See also the xref:raspberry-pi.adoc#PARTITION[PARTITION] property for more information about how to use high partition numbers to detect a watchdog trigger.
239+
238240
Default: `0` (default partition)
239241

240242

documentation/asciidoc/computers/raspberry-pi/eeprom-bootloader.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ If not set, the bootloader will retry the default partition (0).
167167

168168
You can use this in conjunction with the xref:config_txt.adoc#the-expression-filter[expression filter] to apply different settings or select a different boot flow when the watchdog triggers a reboot to a specific partition.
169169

170+
See also the xref:raspberry-pi.adoc#PARTITION[PARTITION] property for more information about how to use high partition numbers to detect a watchdog trigger.
171+
170172
Default: `0`
171173

172174
[[MAX_RESTARTS]]

0 commit comments

Comments
 (0)