Re: [Tinyos-help] Error loading data to telosb mote

2006-01-18 Thread Pere Salvatella (P-teljpa) EXP JUL 05
That problem with mass erase command it's not important for me, cause I will update all that information on each mote install. My problem consists in that I'm not able to program that part, and as far as I now it's possible to do it with normal telosb install. when I do $make telosb install

[Tinyos-help] Error loading data to telosb mote

2006-01-17 Thread Pere Salvatella
Hi, Right now I'm trying to use the .infomem section memory pointer in order to store some configuration parameters. For it I wanted to use the same configuration as its provided on some contrib modules (e.g. handhelds contrib) But allways, when I try to load the program on the mote, the

Re: [Tinyos-help] Error loading data to telosb mote

2006-01-17 Thread Chris Pettus
The thing to remember about using the infomem area on the MSP430 is that the msp430-bsl only has the mass erase command. The msp430-bsl WILL erase the entire flash including the main program memory and the info memory. You can use a JTAG adapter as an alternative since the msp430-jtag inplements