Try typing just "make mica2" and see what how much RAM and Program Flash required for your program. It should be displayed at the end of the build process.
If you're trying to flash the motes w/ a program that exceeds these limits, then it's very likely that you're having these issues. -Paul Ronny Stangl wrote: > Hi @ all, > > I just received some mica2 motes from Crossbow with a MIB510CA platform. > (more precisely: I use the modified hardware, named Cricket) > > When i try to load an application on the motes (e.g. Blink), > I get the following error: > -------------------------------------------------------------------- > ... > Atmel AVR ATmega128 is found. > Verifying: flash > flash error at address 0x0: file=0x0c, mem=0xff > ... > flash error at address 0x66b: file=0x00, mem=0xff > -------------------------------------------------------------------- > > I have read a lot of articles from the Tinyos-help mailing list... > but nothing works. > > I used: > MIB510=/dev/ttyS3 make mica2 reinstall,mib510 (and yes, the ttyS3 is > the port that I have to use ;-) ) > > or > > make mica2 install mib510,ttyS3 > > or > > make mica2 install mib510,com4 > > > If I try it on this way: > ./main -dprog=mib510 -dserial=/dev/ttyS3 -dpart=ATmega128 --wr_fude_e=ff > --erase --upload if=main.srec > > The error message is > program to big for the RAM > or > The NTVDM-CPU has detect a illegal command > CS:10ad IP:019a OP:63 00 0c 94 63 > > I hope somebody have a solution :-) > > > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
