Howdy, >> I would like to know how to erase an uploaded program on telosb mote >> under cygwin.
On Linux you can use: tos-bsl --telosb -c /dev/ttyUSB0 -e to erase a telosb mote. Additional help is available via a call to "tos-bsl --help". My understanding is that the above command will work in Cygwin if you simply change the serial port to reflect the com port number returned by "motelist". This may end up being something like: tos-bsl --telosb -c 12 -e You can find a brief description of this com port numbering and the tos-bsl at: http://docs.tinyos.net/index.php/Getting_Started_with_TinyOS in the section on "Installing on telos-family mote (telosa, telosb)". Best of luck, -Roy _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
