From: razvanm Date: Fri, 13 Jul 2007 18:04:19 +0000 (+0000) Subject: Change the TOSBoot to tosboot (reported by Robert Vilzmann). X-Git-Tag: release_tools_1_2_4_1~32 X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=commitdiff_plain;h=5f0ec21691b6606eaa93bfac2cbc51ddfde43f25;p=tinyos-2.x.git Change the TOSBoot to tosboot (reported by Robert Vilzmann). --- diff --git a/doc/html/deluge-t2-manual.html b/doc/html/deluge-t2-manual.html index 6bc5bc75..ce843e74 100644 --- a/doc/html/deluge-t2-manual.html +++ b/doc/html/deluge-t2-manual.html @@ -25,7 +25,7 @@ Deluge T2 - Programming Manual

Chieh-Jan Mike Liang
-Razvan Musaloiu-E.

July 11, 2007

+Razvan Musaloiu-E.

July 13, 2007

@@ -86,7 +86,7 @@ addition, it provides a quick test for software prerequisite. The latest TinyOS 2 CVS tree and Python 2.4 with pySerial support are recommended for running Deluge T2.

-To start the example, we first compile TOSBoot provided in tinyos-2.x/tos/lib/TOSBoot. +To start the example, we first compile tosboot provided in tinyos-2.x/tos/lib/tosboot. For example,

   % make telosb
@@ -139,7 +139,7 @@ versioning information is retrieved.

4.1  Setting Up the Motes

-

We first install both TOSBoot and a program that runs Deluge T2. For +

We first install both tosboot and a program that runs Deluge T2. For simplicity, we use the golden image as the program. The golden image is provided in tinyos-2.x/apps/tests/deluge/GoldenImage, and it does nothing except initializing Deluge T2. This step can be done by @@ -152,7 +152,7 @@ act as a base station, which requires an additional component to accept user commands from the serial port. Normally, only one mote in the network needs to be the base station, and other motes are reprogrammed over-the-air. If error occurs when running the command above, you might -need to compile TOSBoot as shown in section 3. +need to compile tosboot as shown in section 3. Deluge T2 makes sure the mote ID remain persistent over image reprogramming. You can test the installation by interacting with the mote through tos-deluge.

@@ -292,7 +292,7 @@ base station mote.

-
Last modified: Wednesday, July 11th, 2007 2:26:06pm
+
Last modified: Friday, July 13th, 2007 1:48:23pm
diff --git a/doc/pdf/deluge-t2-manual.pdf b/doc/pdf/deluge-t2-manual.pdf index f51e79b7..a442ed40 100644 Binary files a/doc/pdf/deluge-t2-manual.pdf and b/doc/pdf/deluge-t2-manual.pdf differ