Difference between revisions of "Example watchdog"

From wiki.emacinc.com
Jump to: navigation, search
(Created page with "{{todo|Review(01.02.14-15:25->JG+)|Jgreene|project=oe 4,oe 5,jg,md,Review}} This is a guide to the <code>watchdog</code> C example project included in the EMAC OE SDK. This a...")
 
Line 2: Line 2:
 
This is a guide to the <code>watchdog</code> C example project included in the EMAC OE SDK.
 
This is a guide to the <code>watchdog</code> C example project included in the EMAC OE SDK.
  
This application demonstrates how to set up sockets for host and client nodes on an ethernet network.
+
A Watchdog Timer (WDT) is a hardware circuit that can reset the computer system in case of a software fault. This is an example test for the Linux watchdog API.  
  
The <code>watchdog</code> project builds one executable: <code>watchdog</code>.
+
The <code>watchdog</code> project builds one executable: <code>watchdog-test</code>.
  
 
== Opening, Building and Uploading the Project Files ==
 
== Opening, Building and Uploading the Project Files ==

Revision as of 16:58, 2 January 2014

TODO: {{#todo:Review(01.02.14-15:25->JG+)|Jgreene|oe 4,oe 5,jg,md,Review}}

This is a guide to the watchdog C example project included in the EMAC OE SDK.

A Watchdog Timer (WDT) is a hardware circuit that can reset the computer system in case of a software fault. This is an example test for the Linux watchdog API.

The watchdog project builds one executable: watchdog-test.

Opening, Building and Uploading the Project Files

1. Open the C/C++ editing perspective.

stub

2. Open the project files.

stub

3. Build the project.

stub

4. Upload the executables to the target system.

stub

Usage and Behavior

Hardware Requirements