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: [EMAIL PROTECTED]
             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/



_______________________________________________
avrdude-dev mailing list
avrdude-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to