Difference between revisions of "Example watchdog"
(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 | + | 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 15:58, 2 January 2014
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