]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/tinyld/LoadFromRAM/README
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / tosthreads / tinyld / LoadFromRAM / README
diff --git a/apps/tosthreads/tinyld/LoadFromRAM/README b/apps/tosthreads/tinyld/LoadFromRAM/README
new file mode 100644 (file)
index 0000000..95a32cc
--- /dev/null
@@ -0,0 +1,22 @@
+README for LoadFromRAM
+Author/Contact: Chieh-Jan Mike Liang <cliang4@cs.jhu.edu>
+
+Description:
+
+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.
+
+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.