Hi to all!
I'm setting up my tmote node for use with Deluge but I have some trouble! I'm trying to install the GoldenImage application and then running the Deluge java application to ping the node but it doesn't reply. I'm following the instruction in deluge-manual.pdf found under tinyos-1.x/doc, below there are the messages gived to me. 
 
 
[EMAIL PROTECTED] /opt/tinyos-1.x/apps/TestDeluge/GoldenImage
$ make tmote install,4
mkdir -p build/telosb
    compiling GoldenImage to a telosb binary
ncc -o build/telosb/main.exe -O -DDELUGE_GOLDEN_IMAGE -DDELUGE_LEDS -I%T/../beta/Deluge/Deluge -Wl,--section-start=.text=0x5000,--defsym=_reset_vector__=0x4000 -mdisable-hwmul -I/opt/tinyos-1.x/tos/lib/CC2420Radio -I/opt/tinyos-1.x/tos/../beta/STM25P/STM25P -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x73 -Wnesc-all -target=telosb -fnesc-cfile=build/telosb/app.c -board= -DTOSH_MAX_TASKS_LOG2=7 -DIDENT_PROGRAM_NAME="GoldenImage" -DIDENT_PROGRAM_NAME_BYTES="71,111,108,100,101,110,73,109,97,103,101,0" -DIDENT_USER_ID="utente" -DIDENT_USER_ID_BYTES="117,116,101,110,116,101,0" -DIDENT_HOSTNAME="DARIO" -DIDENT_HOSTNAME_BYTES="68,65,82,73,79,0" -DIDENT_USER_HASH=0x040a159fL -DIDENT_UNIX_TIME=0x43f448f3L GoldenImage.nc -lm
C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/tos/lib/CC2420Radio/CC2420RadioM.nc:115: warning: `Send.sendDone' called asynchronously from `sendFailed'
    compiled GoldenImage to build/telosb/main.exe
           21276 bytes in ROM
             967 bytes in RAM
msp430-objcopy --output-target=ihex build/telosb/main.exe build/telosb/main.ihex
    writing TOS image
/opt/tinyos-1.x/tools/make/msp/set-mote-id --objcopy msp430-objcopy --objdump msp430-objdump --target ihex build/telosb/main.ihex build/telosb/main.ihex.out-4 4
    found mote on COM12 (using bsl,auto)
    installing telosb bootloader using bsl
msp430-bsl --telosb -c 11 -r -e -I -p C:/PROGRA~1/UCB/cygwin/opt/tinyos-1.x/beta/Deluge/Deluge/TOSBoot/build/telosb/main.ihex
MSP430 Bootstrap Loader Version: 1.39-telos-7
Mass Erase...
Transmit default password ...
Invoking BSL...
Transmit default password ...
Current bootstrap loader version: 1.61 (Device ID: f16c)
Changing baudrate to 38400 ...
Program ...
1940 bytes programmed.
Reset device ...
    installing telosb binary using bsl (without mass erase)
msp430-bsl --telosb -c 11 -r -I -p build/telosb/main.ihex.out-4
MSP430 Bootstrap Loader Version: 1.39-telos-7
Invoking BSL...
Transmit default password ...
Current bootstrap loader version: 1.61 (Device ID: f16c)
Changing baudrate to 38400 ...
Program ...
21308 bytes programmed.
Reset device ...
rm -f build/telosb/main.exe.out-4 build/telosb/main.ihex.out-4
 
[EMAIL PROTECTED] /opt/tinyos-1.x/apps/TestDeluge/GoldenImage
$ java net.tinyos.tools.Deluge --ping
-------------------------------------------------------
Openning connection to node ...
Connection to node established ...
-------------------------------------------------------
Pinging node ...
Pinging node ...
Pinging node ...
Pinging node ...
Pinging node ...
Pinging node ...
 
the variable MOTECOM is set correctly, and the tmote's leds behaves as described in the manual!
what happen?
 
thanks
 
Dario
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to