Watchdog, Gpio, And Bypass Programming; Watchdog Programming - Acrosser Technology AR-V6002FL User Manual

Hide thumbs Also See for AR-V6002FL:
Table of Contents

Advertisement

WATCHDOG, GPIO, AND BYPASS
4
PROGRAMMING

4.1 Watchdog Programming

This section describes the usage of WATCHDOG. AR-B6050 integrated the
WATCHDOG that enable user to reset the system after a time-out event. User can use a
program to enable the WATCHDOG and program the timer in range of 1~255
second(s)/minute(s). Once user enables the WATCHDOG, the timer will start to count down
to zero except trigger the timer by user's program continuously. After zeroize the timer
(stop triggering), the WATCHDOG will generate a signal to reset the system. It can be used
to prevent system crash or hang up. The WATCHDOG is disabled after reset and should be
enabled by user's program.
Intel also provides a Linux watchdog driver to access the feature on AR-B6050. It can be
accessed via /dev/watchdog. About the related operations of Linux watchdog please refer
Linux website.
Please refer to the following table to program WATCHDOG properly, and user could test
WATCHDOG under 'Debug' program.
C:>debug
-o 2E 87
-o 2E 01
-o 2E 55
-o 2E 55
-o 2E 07
-o 2F 07
-o 2E 72
-o 2F 40
-o 2E 72
-i 2F
-o 2F xx
Address port: 2E and Data port: 2F
To enter debug mode.
To enter configuration.
To point to Logical Device Number Reg.
To select logical device 7 (WATCHDOG).
To select "keyboard reset" as WATCHDOG output to reset system.
Preparing to select the unit of timer equals minute or second.
To read the value of index "2F".
The value "xx" equals [(value of index "2F") OR (80)].
53
Revision: 1.0

Advertisement

Table of Contents
loading

Table of Contents