Advertisement
Guest User

Untitled

a guest
May 25th, 2019
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega328p -cusbtiny -e -Ulock:w:0x3F:m -Uefuse:w:0xFD:m -Uhfuse:w:0xDA:m -Ulfuse:w:0xFF:m
  2.  
  3. avrdude: Version 6.3-20171130
  4.          Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  5.          Copyright (c) 2007-2014 Joerg Wunsch
  6.  
  7.          System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
  8.  
  9.          Using Port                    : usb
  10.          Using Programmer              : usbtiny
  11. avrdude: usbdev_open(): Found USBtinyISP, bus:device: bus-0:\\.\libusb0-0001--0x1781-0x0c9f
  12.          AVR Part                      : ATmega328P
  13.          Chip Erase delay              : 9000 us
  14.          PAGEL                         : PD7
  15.          BS2                           : PC2
  16.          RESET disposition             : dedicated
  17.          RETRY pulse                   : SCK
  18.          serial program mode           : yes
  19.          parallel program mode         : yes
  20.          Timeout                       : 200
  21.          StabDelay                     : 100
  22.          CmdexeDelay                   : 25
  23.          SyncLoops                     : 32
  24.          ByteDelay                     : 0
  25.          PollIndex                     : 3
  26.          PollValue                     : 0x53
  27.          Memory Detail                 :
  28.  
  29.                                   Block Poll               Page                       Polled
  30.            Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
  31.            ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  32.            eeprom        65    20     4    0 no       1024    4      0  3600  3600 0xff 0xff
  33.            flash         65     6   128    0 yes     32768  128    256  4500  4500 0xff 0xff
  34.            lfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
  35.            hfuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
  36.            efuse          0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
  37.            lock           0     0     0    0 no          1    0      0  4500  4500 0x00 0x00
  38.            calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00
  39.            signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00
  40.  
  41.          Programmer Type : USBtiny
  42.          Description     : USBtiny simple USB programmer, https://learn.adafruit.com/usbtinyisp
  43. avrdude: programmer operation not supported
  44.  
  45. avrdude: Using SCK period of 10 usec
  46. avrdude: AVR device initialized and ready to accept instructions
  47.  
  48. Reading | ################################################## | 100% 0.01s
  49.  
  50. avrdude: Device signature = 0x1e950f (probably m328p)
  51. avrdude: erasing chip
  52. avrdude: Using SCK period of 10 usec
  53. avrdude: reading input file "0x3F"
  54. avrdude: writing lock (1 bytes):
  55.  
  56. Hiba a bootloader égetésekor.
  57. Writing |  ***failed;  
  58. ################################################## | 100% 0.04s
  59.  
  60. avrdude: 1 bytes of lock written
  61. avrdude: verifying lock memory against 0x3F:
  62. avrdude: load data lock data from input file 0x3F:
  63. avrdude: input file 0x3F contains 1 bytes
  64. avrdude: reading on-chip lock data:
  65.  
  66. Reading | ################################################## | 100% 0.00s
  67.  
  68. avrdude: verifying ...
  69. avrdude: verification error, first mismatch at byte 0x0000
  70.          0x00 != 0x3f
  71. avrdude: verification error; content mismatch
  72.  
  73. avrdude done.  Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement