Created
February 13, 2016 19:38
-
-
Save pilinux/5ac684dae908abd13f4a to your computer and use it in GitHub Desktop.
Usage: avrdude output on Ubuntu OS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mahir@ubuntu:~$ avrdude | |
Usage: avrdude [options] | |
Options: | |
-p <partno> Required. Specify AVR device. | |
-b <baudrate> Override RS-232 baud rate. | |
-B <bitclock> Specify JTAG/STK500v2 bit clock period (us). | |
-C <config-file> Specify location of configuration file. | |
-c <programmer> Specify programmer type. | |
-D Disable auto erase for flash memory | |
-i <delay> ISP Clock Delay [in microseconds] | |
-P <port> Specify connection port. | |
-F Override invalid signature check. | |
-e Perform a chip erase. | |
-O Perform RC oscillator calibration (see AVR053). | |
-U <memtype>:r|w|v:<filename>[:format] | |
Memory operation specification. | |
Multiple -U options are allowed, each request | |
is performed in the order specified. | |
-n Do not write anything to the device. | |
-V Do not verify. | |
-u Disable safemode, default when running from a script. | |
-s Silent safemode operation, will not ask you if | |
fuses should be changed back. | |
-t Enter terminal mode. | |
-E <exitspec>[,<exitspec>] List programmer exit specifications. | |
-x <extended_param> Pass <extended_param> to programmer. | |
-y Count # erase cycles in EEPROM. | |
-Y <number> Initialize erase cycle # in EEPROM. | |
-v Verbose output. -v -v for more. | |
-q Quell progress output. -q -q for less. | |
-l logfile Use logfile rather than stderr for diagnostics. | |
-? Display this usage. | |
avrdude version 6.1, URL: <http://savannah.nongnu.org/projects/avrdude/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment