avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avrdude-dev] [bug #45613] AT90CAN128 eeprom can not be programmed


From: Joerg Wunsch
Subject: [avrdude-dev] [bug #45613] AT90CAN128 eeprom can not be programmed
Date: Fri, 24 Jul 2015 07:20:09 +0000
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:37.0) Gecko/20100101 Firefox/37.0

Update of bug #45613 (project avrdude):

                  Status:                    None => Works For Me           
             Assigned to:                    None => joerg_wunsch           

    _______________________________________________________

Follow-up Comment #1:

The offset 0x810010 is certainly wrong.

It's simply that older AVRDUDE version weren't that strict 
in their input checking, and masked off the upper address 
bits.

The correct way to produce an EEPROM load file is to use

--change-section-lma .eeprom=0

in the respective avr-objcopy command.

Alternatively, it's now be possible to use the ELF file 
directly:

... -U ee:w:yourfile.elf


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?45613>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]