]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/tinyld/LoadFromRAM/README
Updated documentation on all of the applications as well as modified the TestJoin...
[tinyos-2.x.git] / apps / tosthreads / tinyld / LoadFromRAM / README
index b0adfb58361746813ca51a0ab53282b9e733bdb4..95a32cc58cfb689b0491b242202f160864dd4b95 100644 (file)
@@ -7,5 +7,16 @@ LoadFromRAM is a simple program that dynamically loads two loadable
 programs hardcoded in the byte arrays; One program is Blink, and the
 other one is Basestation.
 
-If you would like to generate your own loadable program:
-    tosthreads-gen-dynamic-app ../../capps/Blink/Blink.c
+You can install LoadFromRAM on a mote via the following command:
+  make <platform> install
+
+If you would like to generate your own loadable program run, for example:
+  cd ../../capps/Blink
+  make telosb dynthreads
+  (the output file needed is ../../capps/Blink/build/telosb/dynthreads/main.tos)       
+  
+Tools:
+  None.
+
+Known bugs/limitations:
+  None.