Skip to content

Tag Archives: avrdude

AVR Arduino RAW development environment (non IDE)

AVR development environment on Ubuntu Lucid

piece parts

avrdude: http://www.bsdhome.com/avrdude/ This is the application that loads a program onto the atmega328.  It has two modes, a direct program mode and ‘special’ mode that makes use of an on board (the atmega chip) boot loader. example of a command line avrdude that loads a hex file using the arduino bootloader This works from the [...]