hi all,

we are developing a mote-like (mica2-like) device, which currently
only has the mcu and minimum cicuitry to get it started
(no external flash, no radio yet).

the initial idea is to compile apps using tinyos and
copy the corresponding ihex files using icc-avr or such
onto the new platform. we are facing problems with
this procedure,  have tried testing the procedure using Blink,
as the LED circuitry is available on the new platform.
Have verified the fuse bits, disabled to bootloader
and have also written a Blink program in icc-avr
which toggles port a bits and in turn does toggle the LEDs.
This icc-avr hex file when copied via uisp on a crossbow
mica2 toggles the LEDs as well, but the Blink ihex file
generated via tinyos copied via icc-avr to the new platform
does nothing.

any directions on how to proceed or what is the
actual load process  would be helpful.

thanks,
- Puru
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to