Hi

I am using micaz as my sensor node and Tinyos 2.x. I am trying to include
storage component such as logging in my design. I started with installing
the sample example application such as Blinkconfig and PacketParrot. None
of them are working correctly as described in their readme file.
For PacketParrot, Leds will just indicate package received but never
successfully write to flash.

I wonder if I am missing something here? Or I am missing some files

What I do is
1. go to their folder and make and install (same command use to install
mote with BlinkLED). Attached is the installation message.

Please help.


wcu@wcu-desktop:/opt/tinyos-2.x/apps/tutorials/BlinkConfig$ make micaz
install,0 mib510,/dev/ttyUSB0
mkdir -p build/micaz
    compiling BlinkConfigAppC to a micaz binary
ncc -o build/micaz/main.exe  -Os -fnesc-separator=__ -Wall -Wshadow
-Wnesc-all -target=micaz -fnesc-cfile=build/micaz/app.c -board=micasb
-DDEFINED_TOS_AM_GROUP=0x22 --param max-inline-insns-single=100000
-Ibuild/micaz -DIDENT_APPNAME=\"BlinkConfigAppC\" -DIDENT_USERNAME=\"wcu\"
-DIDENT_HOSTNAME=\"wcu-desktop\" -DIDENT_USERHASH=0xae794e66L
-DIDENT_TIMESTAMP=0x551b5c78L -DIDENT_UIDHASH=0xa3d60e66L
-fnesc-dump=wiring -fnesc-dump='interfaces(!abstract())'
-fnesc-dump='referenced(interfacedefs, components)'
-fnesc-dumpfile=build/micaz/wiring-check.xml BlinkConfigAppC.nc -lm
/opt/tinyos-2.x/tos/chips/at45db/ConfigStorageP.nc: In function
'ConfigStorageP__mountCrcDone':
/opt/tinyos-2.x/tos/chips/at45db/ConfigStorageP.nc:164: warning:
comparisons like X<=Y<=Z do not have their mathematical meaning
    compiled BlinkConfigAppC to build/micaz/main.exe
           11338 bytes in ROM
             301 bytes in RAM
avr-objcopy --output-target=srec build/micaz/main.exe build/micaz/main.srec
avr-objcopy --output-target=ihex build/micaz/main.exe build/micaz/main.ihex
    writing TOS image
tos-set-symbols build/micaz/main.srec build/micaz/main.srec.out-0
TOS_NODE_ID=0 ActiveMessageAddressC__addr=0
Could not find symbol ActiveMessageAddressC__addr in build/micaz/main.exe,
ignoring symbol.
Could not find symbol TOS_NODE_ID in build/micaz/main.exe, ignoring symbol.
    installing micaz binary using mib510
uisp -dprog=mib510 -dserial=/dev/ttyUSB0 --wr_fuse_h=0xd9 -dpart=ATmega128
 --wr_fuse_e=ff   --erase --upload if=build/micaz/main.srec.out-0 --verify
Firmware Version: 1.8
Atmel AVR ATmega128 is found.
Uploading: flash
Verifying: flash

Fuse High Byte set to 0xd9

Fuse Extended Byte set to 0xff
rm -f build/micaz/main.exe.out-0 build/micaz/main.srec.out-0
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to