Advertisement
Guest User

Untitled

a guest
Oct 1st, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. Arduino: 1.8.2 (Linux), Board: "Arduino Pro or Pro Mini, ATmega328P (3.3V, 8 MHz)"
  2.  
  3. /home/reinhold/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino9/bin/avrdude -C/home/reinhold/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino9/etc/avrdude.conf -v -patmega328p -cstk500v1 -P/dev/ttyUSB0 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0xFD:m -Uhfuse:w:0xDA:m -Ulfuse:w:0xFF:m
  4.  
  5. avrdude: Version 6.3, compiled on Jan 17 2017 at 11:00:16
  6. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  7. Copyright (c) 2007-2014 Joerg Wunsch
  8.  
  9. System wide configuration file is "/home/reinhold/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino9/etc/avrdude.conf"
  10. User configuration file is "/home/reinhold/.avrduderc"
  11. User configuration file does not exist or is not a regular file, skipping
  12.  
  13. Using Port : /dev/ttyUSB0
  14. Using Programmer : stk500v1
  15. Overriding Baud Rate : 19200
  16. AVR Part : ATmega328P
  17. Chip Erase delay : 9000 us
  18. PAGEL : PD7
  19. BS2 : PC2
  20. RESET disposition : dedicated
  21. RETRY pulse : SCK
  22. serial program mode : yes
  23. parallel program mode : yes
  24. Timeout : 200
  25. StabDelay : 100
  26. CmdexeDelay : 25
  27. SyncLoops : 32
  28. ByteDelay : 0
  29. PollIndex : 3
  30. PollValue : 0x53
  31. Memory Detail :
  32.  
  33. Block Poll Page Polled
  34. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  35. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  36. eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
  37. flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
  38. lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  39. hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  40. efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  41. lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  42. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  43. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  44.  
  45. Programmer Type : STK500
  46. Description : Atmel STK500 Version 1.x firmware
  47. Hardware Version: 2
  48. Firmware Version: 1.18
  49. Topcard : Unknown
  50. Vtarget : 0.0 V
  51. Varef : 0.0 V
  52. Oscillator : Off
  53. SCK period : 0.1 us
  54.  
  55. avrdude: AVR device initialized and ready to accept instructions
  56.  
  57. Error while burning bootloader.
  58. Reading | ################################################## | 100% 0.02s
  59.  
  60. avrdude: Device signature = 0x040404
  61. avrdude: Expected signature for ATmega328P is 1E 95 0F
  62. Double check chip, or use -F to override this check.
  63.  
  64. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement