avr-chat
[Top][All Lists]
Advanced

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

[avr-chat] avrdude: change in usb handeling, version 5.8 -> 5.10?


From: Ruud Vlaming
Subject: [avr-chat] avrdude: change in usb handeling, version 5.8 -> 5.10?
Date: Mon, 13 Sep 2010 15:56:58 +0000
User-agent: KMail/1.9.10

Hi guys,

avrdude 5.8 used to flash usbasp without any problems, but exactly
the same call with the same device and same hex file does not work 
on 5.10. I am on linux. What has changed?

See info and call below. (i shortened the path)

Ruud

===============================================================================
call:
  <path>/proc/bin/avrdude -v -v -C <path>/proc/etc/avrdude.conf -p t861 -c 
usbasp -P usb -U flash:w:<path>/workspace/FemtoOS_Bare/Standard/main.hex

===============================================================================

avrdude: Version 5.10, compiled on Sep  6 2010 at 16:36:11
    Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
    Copyright (c) 2007-2009 Joerg Wunsch

    System wide configuration file is "<path>/proc/etc/avrdude.conf"
    User configuration file is "/home/ruud/.avrduderc"
    User configuration file does not exist or is not a regular file, skipping

    Using Port                    : usb
    Using Programmer              : usbasp
avrdude: Warning: cannot query manufacturer for device: error sending control 
message: Operation not permitted
avrdude: error: could not find USB device "USBasp" with vid=0x16c0 pid=0x5dc

===============================================================================

avrdude: Version 5.8, compiled on Sep  1 2009 at 17:08:44
    Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
    Copyright (c) 2007-2009 Joerg Wunsch

    System wide configuration file is "<path>/proc/etc/avrdude.conf"
    User configuration file is "/home/ruud/.avrduderc"
    User configuration file does not exist or is not a regular file, skipping

    Using Port                    : usb
    Using Programmer              : usbasp
avrdude: seen device from vendor ->www.fischl.de<-
avrdude: seen product ->USBasp<-
    AVR Part                      : ATTINY861
    Chip Erase delay              : 4000 us
    PAGEL                         : PB3
    BS2                           : PB2
    RESET disposition             : dedicated
    RETRY pulse                   : SCK
    serial program mode           : yes
    parallel program mode         : yes
    Timeout                       : 200
    StabDelay                     : 100
    CmdexeDelay                   : 25
    SyncLoops                     : 32
    ByteDelay                     : 0
    PollIndex                     : 3
    PollValue                     : 0x53
    Memory Detail                 :

                          Block Poll               Page                       
Polled
    Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   
ReadBack
    ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- 
---------
    eeprom        65    10     4    0 no        512    4    128  4000  4000 
0xff 0xff
    flash         65     6    64    0 yes      8192   64    128  4500  4500 
0xff 0xff
    signature      0     0     0    0 no          3    0      0     0     0 
0x00 0x00
    lock           0     0     0    0 no          1    0      0  4500  4500 
0x00 0x00
    lfuse          0     0     0    0 no          1    0      0  4500  4500 
0x00 0x00
    hfuse          0     0     0    0 no          1    0      0  4500  4500 
0x00 0x00
    efuse          0     0     0    0 no          1    0      0  4500  4500 
0x00 0x00
    calibration    0     0     0    0 no          1    0      0     0     0 
0x00 0x00

    Programmer Type : usbasp
    Description     : USBasp, http://www.fischl.de/usbasp/

avrdude: auto set sck period (because given equals null)
avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0x1e930d
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: auto set sck period (because given equals null)
avrdude: reading input file "<path>/workspace/FemtoOS_Bare/Standard/main.hex"
avrdude: input file <path>/workspace/FemtoOS_Bare/Standard/main.hex auto 
detected as Intel Hex
avrdude: writing flash (566 bytes):

Writing | ################################################## | 100% 2.75s

avrdude: 566 bytes of flash written
avrdude: verifying flash memory against 
<path>/workspace/FemtoOS_Bare/Standard/main.hex:
avrdude: load data flash data from input file 
<path>/workspace/FemtoOS_Bare/Standard/main.hex:
avrdude: input file <path>/workspace/FemtoOS_Bare/Standard/main.hex auto 
detected as Intel Hex
avrdude: input file <path>/workspace/FemtoOS_Bare/Standard/main.hex contains 
566 bytes
avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 2.43s

avrdude: verifying ...
avrdude: 566 bytes of flash verified

avrdude done.  Thank you.




reply via email to

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