mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-13 17:34:56 +00:00
New files.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@24 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
28
Usage
Normal file
28
Usage
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
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)
|
||||||
BIN
avrprog-programmer.jpg
Normal file
BIN
avrprog-programmer.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
BIN
avrprog-schematic.jpg
Normal file
BIN
avrprog-schematic.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user