1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META http-equiv="Content-Style-Type" content="text/css">
6<TITLE>WD sample demos</TITLE>
7<LINK rel="stylesheet" type="text/css" href="../CSS/rex.css">
8</HEAD>
9<BODY>
10
11<H1>WD Sample Demos</H1>
12
13<H2>Location</H2>
14<P>
15<CODE>$REVOLUTION_EXT_ROOT/build/demos/wddemo</CODE>
16</P>
17
18<H2>Compilation</H2>
19<P>
20	Change to the <CODE>$REVOLUTION_EXT_ROOT/build/demos/wddemo</CODE> directory, and type <CODE>make</CODE>. An executable file (<code>.elf</code> file) will be generated in the path <code>$REVOLUTION_EXT_ROOT/build/demos/wddemo/bin/RVL/</code>.
21</P>
22
23<H2>Running the Demos</H2>
24<P>
25	Setting up <CODE>DVDRoot</CODE> is not required because the optical disc is not accessed. Load the <CODE>.elf</CODE> file that was generated in <CODE>$REVOLUTION_EXT_ROOT/build/demos/wddemo/bin/RVL/</CODE>.
26</P>
27
28<H2>Description</H2>
29<TABLE border="1" cellpadding="3" cellspacing="0.1">
30	<TR>
31		<TD width="120px"><EM><STRONG><CODE>scan</CODE></STRONG></EM></TD>
32		<TD>
33			This demo scans the wireless signal environments and analyzes the results and displays them.<br>If the A Button of the controller is pressed, one scan operation will be performed. The content of the analysis of the scan results will be output to debug print at the same time as it is displayed to the screen.
34		</TD>
35	</TR>
36</TABLE>
37
38<H2>Revision History</H2>
39<P>
40	2006/12/12 Initial version.<br>
41</P>
42<hr><p>CONFIDENTIAL</p></body>
43</HTML>
44