AVR dude and STK500
Jose 2013-11-21 01:33:59 3066 Views0 Replies Sources for AVR dude
http://download.savannah.gnu.org/releas ... rc1.tar.gz
The following command will configure and compile avr dude on a linux machine with all dependencies.
http://www.avrfreaks.net/index.php?modu ... showinfo=1
Linux user guide http://linux.die.net/man/1/avrdude
avrdude user manual: http://www.nongnu.org/avrdude/user-manual/avrdude.html
Does anyone know if there is any python script to compile and upload a sketch?
http://download.savannah.gnu.org/releas ... rc1.tar.gz
The following command will configure and compile avr dude on a linux machine with all dependencies.
Code: Select all
This pdf and website has a lot of information regarding STK500./configure && make
http://www.avrfreaks.net/index.php?modu ... showinfo=1
Linux user guide http://linux.die.net/man/1/avrdude
avrdude user manual: http://www.nongnu.org/avrdude/user-manual/avrdude.html
Does anyone know if there is any python script to compile and upload a sketch?

