avrdudes / avarice

AVaRICE is a program for interfacing the Atmel JTAG ICE to GDB to allow users to debug their embedded AVR target.
GNU General Public License v2.0
35 stars 11 forks source link

[patch #1] Adds --program-no-erase option #35

Closed avrs-admin closed 2 years ago

avrs-admin commented 2 years ago

*anonymous 2004-01-07 21:11:45

Adds --program-no-erase, -n option. I use it to program the EEPROM after programming the flash, as in:

avarice --jtag /dev/ttyS4 --part atmega128 --file test.rom avarice --jtag /dev/ttyS4 --part atmega128 --program-no-erase --file test.eeprom

The patch is against a CVS pull from this morning.

This may be unnecessary if there's already a way to program the flash and eeprom in one step --- I didn't know how.

Dean Ferreyra dferreyra@igc.org

patch.txt

This issue was migrated from https://sourceforge.net/p/avarice/patches/1/

avrs-admin commented 2 years ago

nobody 2004-01-07 21:11:45

Adds --program-no-erase option

avrs-admin commented 2 years ago

troth 2004-01-28 18:43:01

Logged In: YES user_id=717126

I'm looking this patch over.

avrs-admin commented 2 years ago

troth 2004-01-28 18:43:01

avrs-admin commented 2 years ago

troth 2004-08-04 15:33:00

Logged In: YES user_id=717126

I changed to default behaviour to not erase the device unless the --erase option is given. That change was committed 2004-02-25 and I forget to close out this patch after the commit.

avrs-admin commented 2 years ago

troth 2004-08-04 15:33:00