avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [bug #23794] Efuse-settings settings wrong for atmega168 i


From: anonymous
Subject: [avrdude-dev] [bug #23794] Efuse-settings settings wrong for atmega168 in avrdude.conf
Date: Mon, 07 Jul 2008 13:53:47 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1) Gecko/20061010 Firefox/2.0

URL:
  <http://savannah.nongnu.org/bugs/?23794>

                 Summary: Efuse-settings settings wrong for atmega168 in
avrdude.conf
                 Project: AVR Downloader/UploaDEr
            Submitted by: None
            Submitted on: Monday 07/07/2008 at 13:53 UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Falk Willberg
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

As Bits 7..3 always read 1 in efuse avrdude complains that setting that fuse
is not possible.

With this diff it is possible to read and write efuse:

*** /usr/local/etc/avrdude.conf 2008-07-07 14:23:16.000000000 +0200
--- /home/shared/quellen/projekte/avr/avrdude-5.5/avrdude.conf  2008-07-07
12:01:44.000000000 +0200
***************
*** 7989,7996 ****
          max_write_delay = 4500;
          read            = "0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0",
!                           "x x x x x x x x o o o o o o o o";
          
          write           = "1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0",
!                           "x x x x x x x x i i i i i i i i";
          ;
      
--- 7989,7996 ----
          max_write_delay = 4500;
          read            = "0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0",
!                           "x x x x x x x x x x x x x o o o";
          
          write           = "1 0 1 0 1 1 0 0 1 0 1 0 0 1 0 0",
!                           "x x x x x x x x x x x x x i i i";
          ;


73s,
Falk




    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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