Hi, I use it with Ubuntu. First, you must uninstall the tinyos's avrdude version. Second, you must install a full version of avrdude. Afther, you configure the path of the file avrdude.conf you can use this command:
sudo avrdude -cavrispmkII -Pusb -U hfuse:w:0xd9:m -pm1281 -U efuse:w:0xff:m -C/etc/avrdude.conf -U flash:w:build/iris/main.srec.out- soahil shuaib wrote: > > Hello everyone! > > > Has anyone used the in-system programmer AVRISP mk2 for programming using > tinyos? Tinyos supports AVRISP and i was trying to use the mentioned > programmer but faced errors. > > Any help in this regard would be appreciated. > > Thanks, > Sohail > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- View this message in context: http://old.nabble.com/Has-anyone-used-AVRISP-mk2-with-tinyos--tp32255439p32313056.html Sent from the TinyOS - Help mailing list archive at Nabble.com. _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
