avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [bug #48237] ATmega328PB not supported


From: Attila Zoltan Kovacs
Subject: [avrdude-dev] [bug #48237] ATmega328PB not supported
Date: Thu, 16 Jun 2016 05:56:09 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36

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

                 Summary: ATmega328PB not supported
                 Project: AVR Downloader/UploaDEr
            Submitted by: kaz
            Submitted on: Thu 16 Jun 2016 05:56:07 AM GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: kaz
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

I added the following lines into avrdude.conf and worked for me.

part parent "m328"
    id                  = "m328pb";
    desc                = "ATmega328PB";
    signature           = 0x1e 0x95 0x16;

    ocdrev              = 1;
        
    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 i i i i";
    ;
        
;





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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