]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/apps/TestBlockStorage/README
Fix typo
[tinyos-2.x.git] / apps / tosthreads / apps / TestBlockStorage / README
index 93f6a659fecf22a6c45c6f7da3604cb81306d557..d321d605146b5bef4e96766dda8c2c09f1fff7e3 100644 (file)
@@ -7,22 +7,22 @@ Description:
 This application is used to test the threaded version of the API for performing
 block storage.
 
 This application is used to test the threaded version of the API for performing
 block storage.
 
-You can install TestBlockStorage on a mote via the following comand:
+You can install TestBlockStorage on a mote via the following command:
   make <platform> threads install
   
 Valid platforms are currently: tmote, telosb, mica2, and micaz 
 
   make <platform> threads install
   
 Valid platforms are currently: tmote, telosb, mica2, and micaz 
 
-This application first erases a block storage volume, then randomly writes records to it,
-followed by a verification with read.
+This application first checks the size of the block storage volume, and
+erases it. Then, it randomly writes records, followed by a verification
+with read.
 
 
-Successful running of this application results in LED0 being ON throughout the duration
-of the erase, write, and read sequence, followed by LED1 turning ON if all tests pass, and
-all three LEDs turning on if there is a problem.
+Successful running of this application results in LED0 being ON
+throughout the duration of the erase, write, and read sequence. Finally,
+if all tests pass, LED1 is turned ON. Otherwise, all three LEDs are
+turned ON to indicate problems.
 
 Tools:
   None.
 
 Known bugs/limitations:
   None.
 
 Tools:
   None.
 
 Known bugs/limitations:
   None.
-
-