<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://ess-wiki.advantech.com.tw/wiki/index.php?action=history&amp;feed=atom&amp;title=ASR-A501_Watchdog</id>
		<title>ASR-A501 Watchdog - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://ess-wiki.advantech.com.tw/wiki/index.php?action=history&amp;feed=atom&amp;title=ASR-A501_Watchdog"/>
		<link rel="alternate" type="text/html" href="https://ess-wiki.advantech.com.tw/wiki/index.php?title=ASR-A501_Watchdog&amp;action=history"/>
		<updated>2026-04-20T21:47:51Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.3</generator>

	<entry>
		<id>https://ess-wiki.advantech.com.tw/wiki/index.php?title=ASR-A501_Watchdog&amp;diff=39718&amp;oldid=prev</id>
		<title>Xingxing.li: Created page with &quot; A Watchdog Timer (WDT) is a hardware circuit that can reset the computer system in case of a software fault.  ASR-A501 supports one external watchdog.&amp;nbsp;The default value...&quot;</title>
		<link rel="alternate" type="text/html" href="https://ess-wiki.advantech.com.tw/wiki/index.php?title=ASR-A501_Watchdog&amp;diff=39718&amp;oldid=prev"/>
				<updated>2025-06-06T07:03:18Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; A Watchdog Timer (WDT) is a hardware circuit that can reset the computer system in case of a software fault.  ASR-A501 supports one external watchdog. The default value...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
A Watchdog Timer (WDT) is a hardware circuit that can reset the computer system in case of a software fault.&lt;br /&gt;
&lt;br /&gt;
ASR-A501 supports one external watchdog.&amp;amp;nbsp;The default value of timeout is 60 seconds, and it can be set from 1 second to 6527 seconds.&lt;br /&gt;
&lt;br /&gt;
=== '''Check Watchdog Device''' ===&lt;br /&gt;
&lt;br /&gt;
List watchdog device.&lt;br /&gt;
&amp;lt;pre&amp;gt;# ls /dev/watchdog&lt;br /&gt;
/dev/watchdog&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== '''Usage''' ===&lt;br /&gt;
&lt;br /&gt;
Here are two ways to use watchdog:&lt;br /&gt;
&lt;br /&gt;
1. Use “echo” command&amp;amp;nbsp;Writing any character except the specific magic character 'V' will open the watchdog, and write once before the timeout (60 seconds by default) passes, otherwise the system will reboot.&lt;br /&gt;
&amp;lt;pre&amp;gt;# echo A &amp;gt; /dev/watchdog&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Writing the specific magic character 'V' to stop the watchdog.&lt;br /&gt;
&amp;lt;pre&amp;gt;# echo V &amp;gt; /dev/watchdog&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Write a program using “ioctl”See more details in [BSP]/kernel/Documentation/watchdog/watchdog-api.rst&lt;/div&gt;</summary>
		<author><name>Xingxing.li</name></author>	</entry>

	</feed>