David, Let me just make sure I understand you correctly. You type "make iris reinstall,17 mib520,/dev/ttyUSB0" and it works fine. You type it in once more, and you get an error message.
If that is the case, I don't know what your problem is. Janos On Wed, May 6, 2009 at 12:14 PM, David Li <[email protected]> wrote: > Hi Janos, > > This worked for me once. But the second time I always get the following > error: > > /opt/tinyos-2.1.0/support/make/avr/mib510.extra:5: *** MIB510 must be > defined, try "make iris help". Stop. > > Do you know why? > > David > > > On Mon, Apr 27, 2009 at 7:57 AM, Janos Sallai <[email protected]> > wrote: >> >> David, >> >> To compile for the iris mote, specify the iris target, i.e.: >> >> make iris >> >> To install the compiled image to an iris mote using the mib520 >> programming board use >> >> make iris reinstall,17 mib520,/dev/ttyUSB0 >> >> assuming that you want the node id to be 17 and your mib520 shows up >> on /dev/ttyUSB0 and /dev/ttyUSB1. On windows, you can use COMx, where >> x is the lower port number associated with the programming board. >> >> To communicate with the mote, set the MOTECOM variable >> >> export MOTECOM=serial@/dev/ttyUSB1:iris >> >> (replace /dev/ttyUSB1 with the higher numbered port associated with the >> mib520) >> >> Janos >> >> >> On Sun, Apr 26, 2009 at 9:46 PM, David Li <[email protected]> wrote: >> > Hi, >> > >> > I have Iris motes from Xbow. I didn't see any instructions on the TinyOS >> > Tutorial how to install compiled TinyOS images onto an Iris mote. Maybe >> > this >> > has been discussed here before. Can someone explain? >> > >> > Also Xbow comes with a OTAP mechnisim in Moteworks to install their code >> > Over-The-Air. But they only support TinyOS 1.1. Anyone know if it's >> > feasible to customize the Moteworks to work with TinyOS2.1 while still >> > keeping the OTAP capability? >> > >> > Thanks. >> > >> > David >> > >> > >> > _______________________________________________ >> > Tinyos-help mailing list >> > [email protected] >> > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >> > > > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
