]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/tinyld/SerialLoader/README
Updated documentation on all of the applications as well as modified the TestJoin...
[tinyos-2.x.git] / apps / tosthreads / tinyld / SerialLoader / README
index ab7ee1da09cab6c762f261e7e1baaa7fc32c2d44..7cd3c047b5bba5e67ff3fe59cd1bd3d4299a1409 100644 (file)
@@ -11,14 +11,23 @@ Here are the steps:
 1.) Load SerialLoader:
     make telosb install bsl,<device_port>
     
-2.) Create the loadable code, Blink.tos:
-    tosthreads-gen-dynamic-app ../../capps/Blink/Blink.c
+2.) Create the loadable code, main.tos:
+       cd ../../capps/Blink
+       make telosb dynthreads
+       (the output file needed is ../../capps/Blink/build/telosb/dynthreads/main.tos)  
 
 3.) Clear the byte array in the mote RAM buffer:
     ./serialloader.py <device_port> 0
 
 4.) Upload the binary:
-    ./serialloader.py <device_port> 1 Blink.tos
+    ./serialloader.py <device_port> 1 main.tos
     
 5.) Run the binary:
     ./serialloader.py <device_port> 7
+
+Tools:
+  None.
+
+Known bugs/limitations:
+  None.
+