Advertisement
Boelle

Untitled

Dec 19th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. C:\Users\Bo\Desktop\Arduino IDE 1.0.6\hardware\tools\avr\bin>avrdude -C"C:\Users
  2. \Bo\Desktop\Arduino IDE 1.0.6\hardware/tools/avr/etc/avrdude.conf" -P \\.\COM4 -
  3. b 19200 -c avrisp -p m644p -v -e -U hfuse:w:0xd9:m -U lfuse:w:0xe7:m -U efuse:w:
  4. 0xff:m
  5.  
  6. avrdude: Version 5.11, compiled on Sep 2 2011 at 19:38:36
  7. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  8. Copyright (c) 2007-2009 Joerg Wunsch
  9.  
  10. System wide configuration file is "C:\Users\Bo\Desktop\Arduino IDE 1.0.
  11. 6\hardware/tools/avr/etc/avrdude.conf"
  12.  
  13. Using Port : \\.\COM4
  14. Using Programmer : avrisp
  15. Overriding Baud Rate : 19200
  16. AVR Part : ATMEGA644P
  17. Chip Erase delay : 9000 us
  18. PAGEL : PD7
  19. BS2 : PA0
  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
  34. Polled
  35. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW Max
  36. W ReadBack
  37. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ---
  38. -- ---------
  39. eeprom 65 10 128 0 no 2048 8 0 9000 90
  40. 00 0xff 0xff
  41. flash 33 6 256 0 yes 65536 256 256 4500 45
  42. 00 0xff 0xff
  43. lock 0 0 0 0 no 1 0 0 9000 90
  44. 00 0x00 0x00
  45. lfuse 0 0 0 0 no 1 0 0 9000 90
  46. 00 0x00 0x00
  47. hfuse 0 0 0 0 no 1 0 0 9000 90
  48. 00 0x00 0x00
  49. efuse 0 0 0 0 no 1 0 0 9000 90
  50. 00 0x00 0x00
  51. signature 0 0 0 0 no 3 0 0 0
  52. 0 0x00 0x00
  53. calibration 0 0 0 0 no 1 0 0 0
  54. 0 0x00 0x00
  55.  
  56. Programmer Type : STK500
  57. Description : Atmel AVR ISP
  58. Hardware Version: 2
  59. Firmware Version: 1.18
  60. Topcard : Unknown
  61. Vtarget : 0.0 V
  62. Varef : 0.0 V
  63. Oscillator : Off
  64. SCK period : 0.1 us
  65.  
  66. avrdude: AVR device initialized and ready to accept instructions
  67.  
  68. Reading | ################################################## | 100% 0.07s
  69.  
  70. avrdude: Device signature = 0x000000
  71. avrdude: Yikes! Invalid device signature.
  72. Double check connections and try again, or use -F to override
  73. this check.
  74.  
  75.  
  76. avrdude done. Thank you.
  77.  
  78.  
  79. C:\Users\Bo\Desktop\Arduino IDE 1.0.6\hardware\tools\avr\bin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement