bugAVR Downloader/UploaDEr - Bugs: bug #40800, Can't program efuse on ATmega164p

 
 

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

bug #40800: Can't program efuse on ATmega164p

Submitter:  Peter Gibson <petegibson>
Submitted:  Wed 04 Dec 2013 01:06:22 AM UTC
Votes: 1
 
Category:  None Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  None Privacy:  Public
Assigned to:  None Originator Name:  Peter Gibson
Open/Closed:  Open Release:  None
Programmer hardware:  Device type: 

Mon 12 Mar 2018 09:56:15 AM UTC, comment #1: 

avrdude version 6.3
the bug is still here

Denis Sergeevich <galilley>
Wed 04 Dec 2013 01:06:22 AM UTC, original submission:  

Trying to write/read efuse on a ATmega164p results in:
"ef" memory type not defined for part "ATmega164P"

avrdude: Version 6.0.1, compiled on Nov 18 2013 at 11:16:38
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2009 Joerg Wunsch

         System wide configuration file is "/opt/local/etc/avrdude.conf"

In avrdude v6.0.1 from macports, the system wide config file does not correctly define the efuse memory type for this part. In version 5.11 (included in Arduino application), the m164p has its own declaration, while in v6.0.1 the declaration is based on a parent part "m16" with some modifications. However the m16 doesn't support an efuse, and the new m164p declaration is missing the efuse definition (amongst other things).

I've attached a .avrduderc file with an amended m164p entry, however I'm not sure if this is completely correct. Perhaps someone with knowledge of the file format could check it?

In addition, the ocdrev value has changed from v5.11 to 3. Given the other errors, could someone confirm if this value is correct?

Thanks

Peter Gibson <petegibson>

 

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

Attached Files
file #29781:  avrduderc added by petegibson (1KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by galilley (Posted a comment)
  • -email is unavailable- added by galilley (Voted in favor of this item)
  • -email is unavailable- added by petegibson (Submitted the item)
  •  

    There is 1 vote 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 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-03-12 galilley Carbon-Copy- Added galilley
    2013-12-04 petegibson Attached File- Added avrduderc, #29781

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code