Hi, I'm a newbie of TinyOS.
I'm using Micaz and mib520.
When I install on a micaz as below  , I found that the yellow, green, red
LED don't work.( only the green and red flash on the bottom are blinking)
Also it says

Uploading: flash
*Cannot write high fuse bits on this device.*

Fuse High Byte set to 0xd9
*Cannot read extended fuse bits on this device.*

Fuse Extended Byte set to 0xff

I think 3 LEDs have to blink, right?
Do you know how can I operate it correctly?

(folling is what I did)
[EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink$ make micaz install
mib510,/dev/ttyUSB0
mkdir -p build/micaz
    compiling BlinkAppC to a micaz binary
ncc -o build/micaz/main.exe -Os -finline-limit=100000 -Wall -Wshadow
-Wnesc-all -target=micaz -fnesc-cfile=build/micaz/app.c -board=micasb
-DIDENT_PROGRAM_NAME=\"BlinkAppC\" -DIDENT_USER_ID=\"ubuntu\"
-DIDENT_HOSTNAME=\"ubuntu\" -DIDENT_USER_HASH=0xf67b89f7L
-DIDENT_UNIX_TIME=0x48a1ec59L -DIDENT_UID_HASH=0xda7ced63L
-fnesc-dump=wiring -fnesc-dump='interfaces(!abstract())'
-fnesc-dump='referenced(interfacedefs, components)'
-fnesc-dumpfile=build/micaz/wiring-check.xml BlinkAppC.nc -lm
    compiled BlinkAppC to build/micaz/main.exe
            2218 bytes in ROM
              51 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
cp build/micaz/main.srec build/micaz/main.srec.out
    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
Firmware Version: 1.8
Atmel AVR similar to the ATmega103 is found.
Uploading: flash
*Cannot write high fuse bits on this device.*

Fuse High Byte set to 0xd9
*Cannot read extended fuse bits on this device.*

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

Reply via email to