Files
avrdude/Usage
bsd 1b177e45bf Change -c (interactive command mode) to the more intuitive -t
(terminal mode).

Make binary format the default for output.

Update the parts table with corrections for old values and add some
new values.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@35 81a1dc3b-b13d-400b-aceb-764788c761c2
2001-01-18 02:35:41 +00:00

30 lines
1.0 KiB
Plaintext

Usage: avrprog [options]
Available Options:
-m MemType : select memory type for reading or writing
\"e\", \"eeprom\" = EEPROM
\"f\", \"flash\" = FLASH (default)
-i Filename : select input file, \"-\" = stdin
-o Filename : select output file, \"-\" = stdout
-f Format : select input / output file format
\"i\" = Intel Hex
\"s\" = Motorola S-Record
\"r\" = Raw binary (default for output)
\"a\" = Auto detect (default for input)
(valid for input only)
-p Part : select Atmel part number (see below for valid parts)
-P Parallel : select parallel port device name (default = /dev/ppi0)
-F : override invalid device signature check
-t : enter terminal mode (or read commands from stdin)
-e : perform a chip erase (required before programming)