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

                 Summary: Config file error for many parts
                 Project: AVR Downloader/UploaDEr
            Submitted by: owenduffy
            Submitted on: Wed 21 Dec 2016 03:11:01 AM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Owen
        Originator Email: 
             Open/Closed: Open
                 Release: 6.3
         Discussion Lock: Any
     Programmer hardware: USBASP
             Device type: m328

    _______________________________________________________

Details:

Verify error setting efuse to 0x05.

It seems that the config file contains:
memory "efuse"
    size = 1;
    min_write_delay = 4500;
    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 x x x x x i i i";
    ;

Which I think causes it to write 0x05, and read back 8 bits incl unimplemented
bits as report as 0xfd which of course does not verify.

This looks like a global change that has messed up lots of the config file, do
a diff with v6.1 and you will not what has happened.

Meanwhile, 6.1 looks the best version out there.

Owen




    _______________________________________________________

Reply to this item at:

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

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


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

Reply via email to