From 27216a0cd6572f5be5db8ed3f6e081769a42d043 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Thu, 7 Sep 2006 19:34:17 +0000 Subject: [PATCH] The avr109 programmer type no longer chokes on a wrong avr910 device ID, so remove that description. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@648 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 6 ++++++ avrdude.1 | 7 ------- doc/avrdude.texi | 12 ------------ 3 files changed, 6 insertions(+), 19 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9d473133..aa336012 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-09-07 Joerg Wunsch + + * avrdude.1: The avr109 programmer type no longer chokes on + a wrong avr910 device ID, so remove that description. + * doc/avrdude.texi: (Ditto.) + 2006-09-07 Joerg Wunsch * jtagmkII.c: When failing to start in ISP mode, try diff --git a/avrdude.1 b/avrdude.1 index f21c6454..00eb920b 100644 --- a/avrdude.1 +++ b/avrdude.1 @@ -707,10 +707,3 @@ Page-mode programming the EEPROM through JTAG (i.e. through an option) requires a prior chip erase. This is an inherent feature of the way JTAG EEPROM programming works. This also applies to the STK500 in parallel programming mode. -.Pp -The device IDs used by AVR910 and AVR109 do not match, so the -avr109 (aka. butterfly) programmer might report -.Dl "selected device is not supported by programmer" . -Use the -F option to force -.Nm -to continue anyway. diff --git a/doc/avrdude.texi b/doc/avrdude.texi index c3973bf0..01b3f8a6 100644 --- a/doc/avrdude.texi +++ b/doc/avrdude.texi @@ -1919,18 +1919,6 @@ Problem: I'm not using linux and my AVR910 programmer is really slow. Solutions: The reasons for this are the same as above. If you know how to work around this on your OS, please let us know. -@item -Problem: AVRDUDE says my device is not supported when using the AVR109 boot loader - -Solution: Currently, AVRDUDE uses the AVR910 device codes given in the -@code{avrdude.conf} file, and matches them against the list of supported -devices reported by the programmer. Unfortunately, there are no device -codes at all for some of the newer AVR devices, and even worse, the -device codes listed in @code{preprocessor.xls} of appnote AVR109 do not -match those once specified in AVR910. - -Use the -F option to force AVRDUDE to continue anyway. - @item Problem: Updating the flash ROM from terminal mode does not work with the JTAG ICEs.