Hi! Tha IRIS does not use the bsl protocol. You have to have a programmer modul, which is probably the mib520. Try this command
make isis install mib520,/dev/ttyUSB1 or set export DEFAULT_PROGRAM=mib520 export MIB520=/dev/ttyUSB1 Miklos On Wed, Mar 23, 2011 at 8:56 PM, Michael Schippling <[email protected]> wrote: > You have not configured your download device correctly. > The program is trying to use "dapa" which is an old > parallel port programmer. You probably need to specify > something like "serial@/dev/ttyUSB1/" in the make reinstall > but I forget/don't-know the correct value. > > Try rummaging in the documentation a bit. > > MS > > > Geo Gkolfin wrote: >> Hello everyone! >> I am running tinyos-2.1.0 on xubuntos 2.1 and I have problem installing >> Blink on iris mote. Since /motelist/ does not work, I execute /dmesg/ >> but it is kind of complicated so I am not sure where my mote is. Among >> many others I get: >> >> /[ 3715.462399] usb 1-1: FTDI USB Serial Device converter now attached >> to ttyUSB1/ >> >> Guessing that this is what I am looking for, I try: >> >> /make iris reinstall bsl,/dev/ttyUSB1/ >> >> which returns: >> >> * */ installing iris binary using dapa/ >> /avrdude -cdapa -U hfuse:w:0xd9:m -pm1281 -U >> efuse:w:0xff:m -C/etc/avrdude/avrdude.conf -U >> flash:w:build/iris/main.srec.out:a/ >> / >> / >> /avrdude: AVR device not responding/ >> /avrdude: initialization failed, rc=-1/ >> / Double check connections and try again, or use -F to override/ >> / this check./ >> / >> / >> / >> / >> /avrdude done. Thank you./ >> / >> / >> /make: *** [program] Error 1/ >> / >> / >> Does anyone know what I am doing wrong? >> Thanks in advance, >> Georgia >> >> >> >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> 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 > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
