That's easy.  When you copied telosb.target to telosc.target, you
changed this line

   MSP_BSL_FLAGS = --telosb

to this

   MSP_BSL_FLAGS = --telosc

As you note yourself, msp430-bsl does not recognize --telosc.  Change
that line back to --telosb.

Cory


On 6/30/06, Chong Hui Kim <[EMAIL PROTECTED]> wrote:



I have tmote sky.
For tmote sky, I could compile download to hardware using make tmote and
make tmote reinstall, 1.

Now, I try to make new platform, for example telosc.
For new platform, I added platform information to specific directoies
(/opt/tinyos-1.x/tos/platform/telosc and
/opt/tinyos-1.x/tools/make/telosc.target).

I succedded comple using make telosc.
However, I failed to download using make telosc reinstall, 1.
From error message, I knew that "make telosc" does not been defined.

How can I solve this problem?
Please help me.

Belows are message for make telosc reinstall, 1.

cp build/telosc/main.ihex build/telosc/main.ihdex.out
    found mote on COM4 (using bsl, auto)
    install telosc binary using bsl
msp430-bsl --telosc -c 3 -r -e -I -p build/telosc/main.ihex.out
MSP430 Bootstrap Loader Version: 1.39-telos-7

USAGE:
C:\PROGRA~1\UCB\cygwin\usr\local\mspgcc\bin\msp430-bsl.exe
[options][file]
Version: 1.39-telos-7

.
.
.


ps. I know that error is occured since telosc is not an option of
msp430-bsl.exe. How can I solve this problem?

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help



_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to