Hi Kókai, You can use the uisp program, which is also used by TinyOS to program the motes. Type:
uisp --help for a list of parameters and their meanings. Assuming that you use the MIB520 programming board with the serial port for programming being /dev/ttyUSB0, the command would be the following (all in one line): uisp -dprog=mib510 -dserial=/dev/ttyUSB0 -dpart=ATmega128 --download of=data_from_microcontroller (I think stating mib510 instead of mib520 should work better, but you can of course also try mib520.) Cheers, Urs Péter Kókai wrote: > Hi all!! > > I use Micaz mote with MIB520 and TinyOS 2.1.0. > I have a problem! I look for the solution on the net and in the archive, but > I can't find! > I need to dowload the content of the flash memory of the processor! But I > don't know how I can do it! > I search for it, but I can't find till now! > How can I do it with TinyOS? > If you can help me I will so grateful! > > Thanks! > Kókai _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
