avrdude-dev
[Top][All Lists]
Advanced

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

[avrdude-dev] [bug #15162] Butterfly support in version 5.0 is broken


From: anonymous
Subject: [avrdude-dev] [bug #15162] Butterfly support in version 5.0 is broken
Date: Wed, 7 Dec 2005 08:52:20 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050922 Fedora/1.0.7-1.1.fc4 Firefox/1.0.7

URL:
  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=15162>

                 Summary: Butterfly support in version 5.0 is broken
                 Project: AVR Downloader/UploaDEr
            Submitted by: None
            Submitted on: Wed 12/07/05 at 08:52
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: Michael Schulze
        Originator Email: address@hidden
             Open/Closed: Open

    _______________________________________________________

Details:

Hi,

I updated from version avrdude 4.3 to version 5.0 and I use the butterfly
programmer. 

In version 4.3 the flashing works fine. See output:

$ avrdude -P /dev/ttyUSB0 -p m169 -c butterfly -U f:w:test.bin:a

Found programmer: Id = "AVRBOOT"; type = S
    Software Version = 1.4; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=128 bytes.

Programmer supports the following devices:
    Device code: 0x75

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.00s

avrdude: Device signature = 0x05941e
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be
performed
         To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file "test.bin"
avrdude: input file test.bin auto detected as Intel Hex
avrdude: writing f (168 bytes):

Writing | ################################################## | 100% 0.11s



avrdude: 168 bytes of f written
avrdude: verifying f memory against test.bin:
avrdude: load data f data from input file test.bin:
avrdude: input file test.bin auto detected as Intel Hex
avrdude: input file test.bin contains 168 bytes
avrdude: reading on-chip f data:

Reading | ################################################## | 100% 0.11s



avrdude: verifying ...
avrdude: 168 bytes of f verified

avrdude done.  Thank you.


After the update to version 5.0, it goes wrong and I can't flash my board
like in the past. Avrdude shows the following output:

$ /usr/local/avr/bin/avrdude -P /dev/ttyUSB0 -p m169 -c butterfly -U
f:w:test.bin:a

Connecting to programmer: .
Found programmer: Id = "AVRBOOT"; type = S
    Software Version = 1.4; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=-128 bytes.

Programmer supports the following devices:
    Device code: 0x75

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.01s

avrdude: Device signature = 0x1e9405
avrdude: NOTE: FLASH memory has been specified, an erase cycle will be
performed
         To disable this feature, specify the -D option.
avrdude: erasing chip
avrdude: reading input file "test.bin"
avrdude: input file test.bin auto detected as Intel Hex
avrdude: writing f (168 bytes):

Writing | ################################################## | 100% 0.00s

avrdude: failed to write flash memory, rc=-1

avrdude: safemode: Fuses OK

avrdude done.  Thank you.


I don't know where the problem is. I hope the informations are enough and
useful.


Thanks and greets
Michael Schulze



    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
mschulze --AT-- cs --DOT-- uni-magdeburg --DOT-- de | Originator Email




    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=15162>

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





reply via email to

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