Go to the first, previous, next, last section, table of contents.


Terminal Mode Commands

The following commands are implemented:

dump memtype addr nbytes
Read nbytes from the specified memory area, and display them in the usual hexadecimal and ASCII form.
dump
Continue dumping the memory contents for another nbytes where the previous dump command left off.
write memtype addr byte1 ... byteN
Manually program the respective memory cells, starting at address addr, using the values byte1 through byteN. This feature is not implemented for bank-addressed memories such as the flash memory of ATMega devices.
erase
Perform a chip erase.
send b1 b2 b3 b4
Send raw instruction codes to the AVR device. If you need access to a feature of an AVR part that is not directly supported by AVRDUDE, this command allows you to use it, even though AVRDUDE does not implement the command.
sig
Display the device signature bytes.
part
Display the current part settings.
?
help
Give a short on-line summary of the available commands.
quit
Leave terminal mode and thus AVRDUDE.


Go to the first, previous, next, last section, table of contents.