Hi, all,

I am using tinyos1.11 in Windows XP platform.  When I plugged the Mica2 Mote
on MIB520 programming board connected to the desktop using USB connection.
I input the command "make mica2 install mib510,com3", and the installation
got stuck as follow:
Anyone can give me some help on how to deal with this problem?
Thanks in advance.

michelle

[EMAIL PROTECTED] /opt/tinyos-1.x/apps/Blink
$ make mica2 install mib510,COM3
mkdir -p build/mica2
    compiling Blink to a mica2 binary
ncc -o build/mica2/main.exe -Os -finline-limit=100000 -Wall -Wshadow
-DDEF_TOS_A
M_GROUP=0x7d -Wnesc-all -target=mica2 -fnesc-cfile=build/mica2/app.c
-board=mica
sb -DIDENT_PROGRAM_NAME="Blink"
-DIDENT_PROGRAM_NAME_BYTES="66,108,105,110,107,0
" -DIDENT_USER_ID="michelle"
-DIDENT_USER_ID_BYTES="120,105,97,111,119,101,105,0"
 -DIDENT_HOSTNAME="michelle"
-DIDENT_HOSTNAME_BYTES="120,105,97,111,119,101,1
05,115,111,104,111,0" -DIDENT_USER_HASH=0xff372b0fL
-DIDENT_UNIX_TIME=0x48b849d3
L Blink.nc -lm
    compiled Blink to build/mica2/main.exe
            1644 bytes in ROM
              48 bytes in RAM
avr-objcopy --output-target=srec build/mica2/main.exe build/mica2/main.srec
avr-objcopy --output-target=ihex build/mica2/main.exe build/mica2/main.ihex
    writing TOS image
cp build/mica2/main.srec build/mica2/main.srec.out
    installing mica2 binary using mib510
uisp -dprog=mib510 -dserial=COM3 --wr_fuse_h=0xd9 -dpart=ATmega128
--wr_fuse_e=f
f  --erase --upload if=build/mica2/main.srec.out*
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to