Public paste
avrdude geht ned
By: flu | Date: Feb 16 2011 20:10 | Format: None | Expires: never | Size: 3.71 KB | Hits: 1389

  1. hw@hq:~/Desktop/arduino/hardware/tools$ ./avrdude.real -F -v -cstk500v1 -b19200 -C/home/hw/Desktop/arduino/hardware/tools/avrdude.conf -pm328p -P/dev/ttyACM0 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0x05:m -Uhfuse:w:0xde:m -Ulfuse:w:0xff:m
  2.  
  3. avrdude.real: Version 5.4-arduino, compiled on Oct 22 2007 at 13:15:12
  4.               Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  5.  
  6.               System wide configuration file is "/home/hw/Desktop/arduino/hardware/tools/avrdude.conf"
  7.               User configuration file is "/home/hw/.avrduderc"
  8.               User configuration file does not exist or is not a regular file, skipping
  9.  
  10.               Using Port            : /dev/ttyACM0
  11.               Using Programmer      : stk500v1
  12.               Overriding Baud Rate  : 19200
  13.               AVR Part              : ATMEGA328P
  14.               Chip Erase delay      : 9000 us
  15.               PAGEL                 : PD7
  16.               BS2                   : PC2
  17.               RESET disposition     : dedicated
  18.               RETRY pulse           : SCK
  19.               serial program mode   : yes
  20.               parallel program mode : yes
  21.               Timeout               : 200
  22.               StabDelay             : 100
  23.               CmdexeDelay           : 25
  24.               SyncLoops             : 32
  25.               ByteDelay             : 0
  26.               PollIndex             : 3
  27.               PollValue             : 0x53
  28.               Memory Detail         :
  29.  
  30.                                        Block Poll               Page                       Polled
  31.                 Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
  32.                 ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  33.                 eeprom        65     5     4    0 no       1024    4      0  3600  3600 0xff 0xff
  34.                 flash         65     6   128    0 yes     32768  128    256  4500  4500 0xff 0xff
  35.                 lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
  36.                 hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
  37.                 efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
  38.                 lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
  39.                 calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00
  40.                 signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00
  41.  
  42.               Programmer Type : STK500
  43.               Description     : Atmel STK500 Version 1.x firmware
  44.  
  45. avrdude.real: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x14
  46.  
  47. avrdude.real: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x02
  48.  
  49. avrdude.real: stk500_getparm(): (a) protocol error, expect=0x14, resp=0x10
  50.               Hardware Version: 134662776
  51.               Firmware Version: 157543516.134718176
  52.               Topcard         : STK502
  53.               Vtarget         : 1.8 V
  54.               Varef           : 0.0 V
  55.               Oscillator      : Off
  56.               SCK period      : 0.1 us
  57.  
  58. avrdude.real: stk500_initialize(): (b) protocol error, expect=0x10, resp=0x01
  59. avrdude.real: initialization failed, rc=-1
  60. avrdude.real: AVR device initialized and ready to accept instructions
  61.  
  62. Reading |                                                    | 0% 0.00s
  63. avrdude.real: stk500_read_sig_bytes(): (a) protocol error, expect=0x14, resp=0x10
  64. avrdude.real: error reading signature data for part "ATMEGA328P", rc=-2
  65. avrdude.real: error reading signature data, rc=-1
  66. avrdude.real: stk500_disable(): protocol error, expect=0x14, resp=0x10
  67.  
  68. avrdude.real done.  Thank you.