[Tinyos-help] Cannot program tmote sky via Tmote connect
Avgoustinos Filippoupolitis
avgoustinos.f at gmail.com
Tue Nov 21 07:31:33 PST 2006
I have connected Tmote connect and my PC on a router. I have plugged a tmote
sky on the Tmote connect and I can watch its status through tmote conncect
web interface. The IP of Tmote connect is 192.168.1.101 and the
Control,Status port of tmote sky is 10001 .
Initially the compiler could not find netcat (nc), so I have made a
symlink: /bin/nc <-- /usr/bin/nc
When I try to program the tmote sky using:
make tmote reinstall,2 netbsl,192.168.1.101:10001
I get the following error:
augi at dream:~/tinyos-1.x/apps/Blink$ make tmote reinstall,2 netbsl,
192.168.1.101:10001
/home/augi/tinyos-1.x/tools/make/msp/set-mote-id --objcopy msp430-objcopy
--objdump msp430-objdump --target ihex build/tmote/main.ihex
build/tmote/main.ihex.out-2 2
Could not find symbol TOS_LOCAL_ADDRESS in build/tmote/main.exe, ignoring
symbol.
installing tmote bootloader using netbsl
/home/augi/tinyos-1.x/tools/make/msp/netbsl
192.168.1.101:10001/home/augi/moteiv/tos/lib/Deluge/TOSBoot/build/tmote/main.ihex
--telosb -r
-e -I -p
Using mote on port /dev/ttyUSB0.
Mass erase.
Invoking BSL.
BSL version 1.61, MCU device id f16c.
Changing to 38400 baud.
Program image /tmp/_dev_ttyUSB0, 1774 bytes.
Invoking BSL.
Error, timeout, comRxFrame
installing tmote binary using netbsl (without mass erase)
/home/augi/tinyos-1.x/tools/make/msp/netbsl
192.168.1.101:10001build/tmote/main.ihex.out-2 --telosb -r -I -p
Using mote on port /dev/ttyUSB0.
Error, bad file format
rm -f build/tmote/main.exe.out-2 build/tmote/main.ihex.out-2
The line "Could not find symbol TOS_LOCAL_ADDRESS in build/tmote/main.exe,
ignoring symbol." is also present when I successfully program the motes
through the USB port, so I don't know if it is significant.
I am using Ubuntu 6.06.
Could anyone give me a hint on what I am doing wrong?
Sorry for the long e-mail.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20061121/04fd4689/attachment.htm
More information about the Tinyos-help
mailing list