X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Ftinyld%2FSerialLoader%2FREADME;h=7cd3c047b5bba5e67ff3fe59cd1bd3d4299a1409;hb=82b0ae40259e7b3a31b13b9a379d82c2011fd4c4;hp=ab7ee1da09cab6c762f261e7e1baaa7fc32c2d44;hpb=8b80d9d0c58ecf3012efb74ec3d4d1f5e599ccda;p=tinyos-2.x.git diff --git a/apps/tosthreads/tinyld/SerialLoader/README b/apps/tosthreads/tinyld/SerialLoader/README index ab7ee1da..7cd3c047 100644 --- a/apps/tosthreads/tinyld/SerialLoader/README +++ b/apps/tosthreads/tinyld/SerialLoader/README @@ -11,14 +11,23 @@ Here are the steps: 1.) Load SerialLoader: make telosb install bsl, -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 0 4.) Upload the binary: - ./serialloader.py 1 Blink.tos + ./serialloader.py 1 main.tos 5.) Run the binary: ./serialloader.py 7 + +Tools: + None. + +Known bugs/limitations: + None. +