[Tinyos-2-commits] CVS: tinyos-2.x/doc/html deluge-t2-manual.html,
1.9, 1.10
Razvan Musaloiu-E.
razvanm at users.sourceforge.net
Mon Jan 14 11:16:35 PST 2008
Update of /cvsroot/tinyos/tinyos-2.x/doc/html
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10765/html
Modified Files:
deluge-t2-manual.html
Log Message:
Update the Deluge T2 documentation to reflect the last changes.
Index: deluge-t2-manual.html
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/doc/html/deluge-t2-manual.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** deluge-t2-manual.html 15 Aug 2007 13:03:23 -0000 1.9
--- deluge-t2-manual.html 14 Jan 2008 19:16:32 -0000 1.10
***************
*** 6,10 ****
Deluge T2 - Programming Manual
</title>
! <link rel="stylesheet" type="text/css" href="../stylesheets/deluge-t2-manual.css" title=default>
<meta name=robots content="index,follow">
</head>
--- 6,10 ----
Deluge T2 - Programming Manual
</title>
! <link rel="stylesheet" type="text/css" href="deluge-t2-manual.css" title=default>
<meta name=robots content="index,follow">
</head>
***************
*** 26,30 ****
<div align=center>
Chieh-Jan Mike Liang<br>
! Razvan Musaloiu-E.<p>July 13, 2007</p>
</div>
<p></p>
--- 26,30 ----
<div align=center>
Chieh-Jan Mike Liang<br>
! Razvan Musaloiu-E.<p>January 14, 2008</p>
</div>
<p></p>
***************
*** 108,125 ****
</p>
<pre class=verbatim> Pinging node ...
- Connected to Deluge node.
--------------------------------------------------
! Stored image 0
! Prog Name: BlinkAppC
! Compiled On: Thu May 17 00:36:33 2007
! Platform: telosb
! User ID: mike
! Host Name: sprite
! User Hash: 0xC50D8DA4L
! Num Pages: 24/24
! Size: 26512
! UID: 2302157803
! Version: 6
--------------------------------------------------
</pre><p></p>
--- 108,128 ----
</p>
<pre class=verbatim> Pinging node ...
--------------------------------------------------
! Currently Executing:
! Prog Name: BlinkAppC
! UID: 0xA274CBBE
! Compiled On: Mon Jan 14 13:09:38 2008
! Node ID: 1
! Stored image 0
! Prog Name: BlinkAppC
! UID: 0xD7EEFACE
! Compiled On: Mon Jan 14 12:40:06 2008
! Platform: telosb
! User ID: tinyos2
! Host Name: bluephase
! User Hash: 0x587C9C16
! Size: 33504
! Num Pages: 30
--------------------------------------------------
</pre><p></p>
***************
*** 187,210 ****
<pre class=verbatim> Pinging node ...
Connected to Deluge nodes.
--------------------------------------------------
! Stored image 1
! No proper Deluge image found!
! --------------------------------------------------
Ihex read complete:
! Total bytes = 25526
! Sections = 2
--------------------------------------------------
Replace image with:
! Prog Name: BlinkAppC
! Compiled On: Mon May 07 00:01:43 2007
! Platform: telosb
! User ID: mike
! Host Name: sprite
! User Hash: 0xC50D8DA4L
! Num Pages: 24/24
!
! Size: 26512
! UID: 507153792
! Version: 0
--------------------------------------------------
</pre><p></p>
--- 190,219 ----
<pre class=verbatim> Pinging node ...
Connected to Deluge nodes.
+ No valid image was detected.
--------------------------------------------------
! Create image: /home/tinyos2/local/bin/tos-build-deluge-image -i 1 build/telosb/tos_image.xml
Ihex read complete:
! 35916 bytes starting at 0x4A00
! 32 bytes starting at 0xFFE0
! 35948 bytes in 2 sections
! CRCs:
! 0xCC0E 0xE57B 0xC224 0xE4FA 0x63EB 0xEBA5 0xE50B
! 0x8073 0x345E 0x3BBF 0xF415 0xA7DB 0xA67C 0x6953
! 0x6638 0x3D76 0x7218 0x0E8F 0x9C93 0xD679 0x7A50
! 0xBFCD 0x8B57 0x7A47 0x323E 0x29FF 0x5EFF 0xB0AE
! 0x1392 0x4A82 0xACFB 0x69D7 0x8C07
! --------------------------------------------------
! 36816 bytes in 28.23 seconds (1303.9932 bytes/s)
--------------------------------------------------
Replace image with:
! Prog Name: BlinkAppC
! UID: 0x76D2FB1B
! Compiled On: Sun Jan 13 21:47:54 2008
! Platform: telosb
! User ID: tinyos2
! Host Name: bluephase
! User Hash: 0x587C9C16
! Size: 36816
! Num Pages: 33
--------------------------------------------------
</pre><p></p>
***************
*** 217,221 ****
example,
</p>
! <pre class=verbatim> % tos-deluge /dev/ttyUSB0 telosb -b 1
</pre><p>
After a few moments, the mote will begin quickly flashing the LEDs to
--- 226,230 ----
example,
</p>
! <pre class=verbatim> % tos-deluge /dev/ttyUSB0 telosb -r 1
</pre><p>
After a few moments, the mote will begin quickly flashing the LEDs to
***************
*** 234,238 ****
command to reprogram in the network. For example,
</p>
! <pre class=verbatim> % tos-deluge /dev/ttyUSB0 telosb -r 1
</pre><p></p>
<p>
--- 243,247 ----
command to reprogram in the network. For example,
</p>
! <pre class=verbatim> % tos-deluge /dev/ttyUSB0 telosb -dr 1
</pre><p></p>
<p>
***************
*** 255,273 ****
<a name="node_sec_5.2"></a>
<h2>5.2 -i -inject</h2>
! <p>This command creates a program image from the supplied
! <code class=verbatim>tos_image.xml</code> file, and it injects the image into specified
! volume on the mote. All versioning information is kept on the mote, so
! no state is stored on the PC.</p>
<p>
</p>
<a name="node_sec_5.3"></a>
! <h2>5.3 -b -reprogram_bs</h2>
! <p>This command sets up the mote to reprogram itself after reboot, and then
! it reboots the mote. This command is applicable only to the base station
! mote.</p>
<p>
</p>
<a name="node_sec_5.4"></a>
! <h2>5.4 -d -dissemination</h2>
<p>This command instructs the base station mote to disseminate an image to
the network. This image is specified by the volume ID.</p>
--- 264,280 ----
<a name="node_sec_5.2"></a>
<h2>5.2 -i -inject</h2>
! <p>This command creates a program image from the supplied
! <code class=verbatim>tos_image.xml</code> file, and it injects the image into specified
! volume on the mote. </p>
<p>
</p>
<a name="node_sec_5.3"></a>
! <h2>5.3 -r -reprogram</h2>
! <p>This command sets up the directly-connected mote to reprogram itself
! after reboot, and then it reboots the mote.</p>
<p>
</p>
<a name="node_sec_5.4"></a>
! <h2>5.4 -d -disseminate</h2>
<p>This command instructs the base station mote to disseminate an image to
the network. This image is specified by the volume ID.</p>
***************
*** 275,282 ****
</p>
<a name="node_sec_5.5"></a>
! <h2>5.5 -r -reprogram</h2>
! <p>This command instructs the base station mote to disseminate the
! command to reprogram in the network. This command does not reprogram the
! base station mote. The image is specified by the volume ID.</p>
<p>
</p>
--- 282,288 ----
</p>
<a name="node_sec_5.5"></a>
! <h2>5.5 -dr -disseminate-and-reprogram</h2>
! <p>This command asks the motes in the network not only to disseminate an
! image but also to start running it. This is accomplish using a reboot.</p>
<p>
</p>
***************
*** 287,297 ****
</p>
<a name="node_sec_5.7"></a>
! <h2>5.7 -s -reset</h2>
! <p>This command resets versioning information of a specific image on the
! base station mote.</p>
<p>
</p>
<p></p>
! <div align=right class=colophon>Last modified: Friday, July 13th, 2007 1:48:23pm<br><div align=right class=advertisement>HTML conversion by <a href="http://www.ccs.neu.edu/~dorai/tex2page/tex2page-doc.html">TeX2page 20050501</a></div></div>
</div>
</body>
--- 293,311 ----
</p>
<a name="node_sec_5.7"></a>
! <h2>5.7 -s -stop</h2>
! <p>The effect of <code class=verbatim>-d</code> and <code class=verbatim>-dr</code> is continuous which means a new
! mote will become ``infected'' if he is nearby. This command stops the
! ``infection''.</p>
! <p>
! </p>
! <a name="node_sec_5.8"></a>
! <h2>5.8 -ls -local-stop</h2>
! <p>When <code class=verbatim>-d</code> or <code class=verbatim>-dr</code> are in effect, the volume used by them is
! locked. This command can be used to unlock the volume in order to
! erase or inject a new image.</p>
<p>
</p>
<p></p>
! <div align=right class=colophon>Last modified: Monday, January 14th, 2008 2:11:03pm<br><div align=right class=advertisement>HTML conversion by <a href="http://www.ccs.neu.edu/~dorai/tex2page/tex2page-doc.html">TeX2page 20050501</a></div></div>
</div>
</body>
More information about the Tinyos-2-commits
mailing list