I am working with crossbow intelmote2. I have got a HW bundle from crossbow 
that has three imote inside and i have tried all three. There is also 
interfaceboard IIB2400. The HW bundle is not provided with a JTAG cable and it 
works with USB cable supported by a preloaded bootloader.

Currently I am trying to download a simple application to intelmote2 but still 
problem
When i run make intelmote2 it runs and give output as below
$ make intelmote2
mkdir -p build/intelmote2
xscale-elf-gcc -c  /opt/tinyos-2.x/tos/platforms/intelmote2/toscrt0.s /opt/tinyo
s-2.x/tos/chips/pxa27x/pxa27x_util.s -o build/intelmote2/asms.o
    compiling BlinkAppC to a intelmote2 binary
ncc -o build/intelmote2/main.exe -Os -Wall -Wshadow -Wnesc-all -target=intelmote
2 -fnesc-cfile=build/intelmote2/app.c -board= -DDEFINED_TOS_AM_GROUP=0x22 -DIDEN
T_APPNAME=\"BlinkAppC\" -DIDENT_USERNAME=\"Yasir\" -DIDENT_HOSTNAME=\"yasirpc\"
-DIDENT_USERHASH=0xbe847f70L -DIDENT_TIMESTAMP=0x4bd2752bL -DIDENT_UIDHASH=0xad2
fba5cL -DPXA27X_13M -T/opt/tinyos-2.x/tos/platforms/intelmote2/tos.x   BlinkAppC
.nc -lm  build/intelmote2/asms.o
    compiled BlinkAppC to build/intelmote2/main.exe
            7452 bytes in ROM
              70 bytes in RAM

but when i run make intelmote2 install bootloader or USBLoaderhost -p 
build/intelmote2/main.bin.out the output shown to me is as follows

$ make intelmote2 install bootloader
mkdir -p build/intelmote2
xscale-elf-gcc -c  /opt/tinyos-2.x/tos/platforms/intelmote2/toscrt0.s /opt/tinyo
s-2.x/tos/chips/pxa27x/pxa27x_util.s -o build/intelmote2/asms.o
    compiling BlinkAppC to a intelmote2 binary
ncc -o build/intelmote2/main.exe -Os -Wall -Wshadow -Wnesc-all -target=intelmote
2 -fnesc-cfile=build/intelmote2/app.c -board= -DDEFINED_TOS_AM_GROUP=0x22 -DIDEN
T_APPNAME=\"BlinkAppC\" -DIDENT_USERNAME=\"Yasir\" -DIDENT_HOSTNAME=\"yasirpc\"
-DIDENT_USERHASH=0xbe847f70L -DIDENT_TIMESTAMP=0x4bd275b2L -DIDENT_UIDHASH=0x90c
44437L -DPXA27X_13M -T/opt/tinyos-2.x/tos/platforms/intelmote2/tos.x   BlinkAppC
.nc -lm  build/intelmote2/asms.o
    compiled BlinkAppC to build/intelmote2/main.exe
            7452 bytes in ROM
              70 bytes in RAM
xscale-elf-objcopy --output-target=binary build/intelmote2/main.exe build/intelm
ote2/main.bin.out
    installing intelmote2 binary using the USB boot loader
/opt/tinyos-2.x-contrib/intelmote2/tools/platforms/intelmote2/bootloader//USBLoa
derHost.exe -p build/intelmote2/main.bin.out
Program Mode, File name = build/intelmote2/main.bin.out
File Size 7452
Device detected
Device detected
Device detected
Device detected
Device detected
Device detected
Device detected
Device detected
Device detected
Device detected
make: *** [program] Interrupt (I interrupted this program else it will keep on 
doing device detected)

kindly if anybody can figure out the problem what it is. as I am stucked here

Regards
Yasir Kiani 


      
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to