bugAVR Downloader/UploaDEr - Bugs: bug #15146, stk500v2_paged_write: loadpage...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #15146: stk500v2_paged_write: loadpage instruction not defined for part \

Submitter:  None
Submitted:  Mon 05 Dec 2005 07:28:00 AM UTC
   
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Privacy:  Public
Assigned to:  joerg_wunsch Originator Name:  Ico
Originator Email:  -email is unavailable- Open/Closed:  Closed
Release:  None Programmer hardware: 
Device type: 

Thu 12 Jan 2006 09:02:16 PM UTC, comment #1: 

The EEPROM of all new AVRs really requires page-mode operations
to be present for the STK500v2 protocol to work.

I verified this by adding the respective instructions to the
EEPROM section of the ATmega169 (just committed to CVS), and
that made the -U eeprom option work.  This needs to be done
for all new AVRs (where the "mode" parameter has bit 0 set).

Joerg Wunsch <joerg_wunsch>
Group administrator
Mon 05 Dec 2005 07:28:00 AM UTC, original submission:  

Writing EEPROM fails on can128 part with the new stk500v2 driver:


$ avrdude -p c128 -c avrispv2 -P /dev/ttyS0 -y -e -V -U flash:w:orl529.ihx:i -U eeprom:w:orl529-eeprom.ihx:i


avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.01s

avrdude: Device signature = 0x1e9781
avrdude: erasing chip
avrdude: reading input file \"orl529.ihx\"
avrdude: writing flash (26116 bytes):

Writing | ################################################## | 100% 4.80s

avrdude: 26116 bytes of flash written
avrdude: reading input file \"orl529-eeprom.ihx\"
avrdude: writing eeprom (194 bytes):

Writing |                                                    | 0% 0.00savrdude: stk500v2_paged_write: loadpage instruction not defined for part \"AT90CAN128\"
Writing | ################################################## | 100% 0.00s

avrdude: failed to write eeprom memory, rc=-1

avrdude: safemode: Verify error - unable to read lfuse properly. Programmer may not be reliable.
avrdude: safemode: Fuses OK

avrdude done.  Thank you.

make: * [install] Error 1


Thanks a lot for the great tool !


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-08-22 joerg_wunsch StatusConfirmed Fixed
    Assigned toNone joerg_wunsch
    Open/ClosedOpen Closed
2006-01-12 joerg_wunsch StatusNone Confirmed
2005-12-05 None Carbon-Copy- Added avrdude --AT-- zevv --DOT-- nl

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code