X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Ftinyld%2FSerialLoaderFlash%2FREADME;h=cbeaf477e8e4c125973d3ce16fbc2fdab73e0c48;hb=82b0ae40259e7b3a31b13b9a379d82c2011fd4c4;hp=3a891a00039dc9898ec4a2d21eb18c879e98f9fd;hpb=8b80d9d0c58ecf3012efb74ec3d4d1f5e599ccda;p=tinyos-2.x.git diff --git a/apps/tosthreads/tinyld/SerialLoaderFlash/README b/apps/tosthreads/tinyld/SerialLoaderFlash/README index 3a891a00..cbeaf477 100755 --- a/apps/tosthreads/tinyld/SerialLoaderFlash/README +++ b/apps/tosthreads/tinyld/SerialLoaderFlash/README @@ -12,14 +12,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.) Erase the external flash: ./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. +