29 lines
948 B
Plaintext
29 lines
948 B
Plaintext
Usage: avrprog [options]
|
|
|
|
Available Options:
|
|
|
|
-m MemType : select memory type for reading or writing
|
|
\"e\", \"eeprom\" = EEPROM
|
|
\"f\", \"flash\" = FLASH
|
|
|
|
-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
|
|
\"a\" = Auto detect (valid 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
|
|
|
|
-c : enter interactive command mode (or read commands
|
|
from stdin)
|
|
|
|
-e : perform a chip erase (required before programming)
|