Avrdude command line

The command line format is:

avrdude -p {partnumber} <options>

To see the list of part numbers, run avrdude -p ?

Options that I will use programming AVRs are:

-c <programmer>            Specify programmer type.

-P <port>                  Specify connection port.

The typical command line will be : avrdude -p attiny2313 -c stk500v2 -P /dev/cu.usbserial-id.
* todo – plug in new usb to serial dongle when it arrives, ls /dev/cu.* and find out what I should replace usbserial-id with above..

1 thought on “Avrdude command line

  1. Hi,

    I’m trying to move my development from winavr (windows) to osx. I don’t install xcode and crosspack yet, but if you want to try “AVRFuses” that is a GUI for avrdude ( http://www.vonnieda.org/software/avrfuses ) it seems so good. I just installed it, and not test yet, but I’m going to test as soon as possible…

    Try it and forget the avrdude command line options… (I’m programming with avrdude command line options many time, and it can be so tedious…)

    Regards,

Leave a Reply