Forum >AVR dude and STK500
General

AVR dude and STK500

userHead Jose 2013-11-21 01:33:59 2910 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.
Code: Select all
./configure && make
This pdf and website has a lot of information regarding STK500
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?