This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
tutorials:learn:avr:avrdude.html [2010/10/20 16:05] daigo |
tutorials:learn:avr:avrdude.html [2016/01/28 18:05] (current) |
||
|---|---|---|---|
| Line 73: | Line 73: | ||
| Look up the name of the programmer you're using, and commit it to heart! | Look up the name of the programmer you're using, and commit it to heart! | ||
| - | -p <partno> | + | ==== -p <partno> ==== |
| Line 133: | Line 133: | ||
| - | ==== **-U <memtype>:r|w|v:<filename>[:format]**: ==== | + | ==== -U <memtype>:r|w|v:<filename>[:format]: ==== |
| Line 150: | Line 150: | ||
| *To verify a file called **mydata.eep** from the eeprom use the command **-U eeprom:v:mydata.eep** | *To verify a file called **mydata.eep** from the eeprom use the command **-U eeprom:v:mydata.eep** | ||
| *To read the low fuse into a file use the command **-U lfuse:r:lfusefile.hex:i** | *To read the low fuse into a file use the command **-U lfuse:r:lfusefile.hex:i** | ||
| + | |||
| ==== Pulling it together ==== | ==== Pulling it together ==== | ||