Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2011
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. $ sudo avrdude -pm32 -cstk500v2 -P /dev/ttyACM0 -n -v
  2.  
  3. avrdude: Version 5.10, compiled on Jun 29 2010 at 21:09:48
  4. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  5. Copyright (c) 2007-2009 Joerg Wunsch
  6.  
  7. System wide configuration file is "/etc/avrdude.conf"
  8. User configuration file is "/home/martin/.avrduderc"
  9. User configuration file does not exist or is not a regular file, skipping
  10.  
  11. Using Port : /dev/ttyACM0
  12. Using Programmer : stk500v2
  13. AVR Part : ATMEGA32
  14. Chip Erase delay : 9000 us
  15. PAGEL : PD7
  16. BS2 : PA0
  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 4 10 64 0 no 1024 4 0 9000 9000 0xff 0xff
  34. flash 33 6 64 0 yes 32768 128 256 4500 4500 0xff 0xff
  35. lfuse 0 0 0 0 no 1 0 0 2000 2000 0x00 0x00
  36. hfuse 0 0 0 0 no 1 0 0 2000 2000 0x00 0x00
  37. lock 0 0 0 0 no 1 0 0 2000 2000 0x00 0x00
  38. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  39. calibration 0 0 0 0 no 4 0 0 0 0 0x00 0x00
  40.  
  41. Programmer Type : STK500V2
  42. Description : Atmel STK500 Version 2.x firmware
  43. Programmer Model: AVRISP
  44. Hardware Version: 15
  45. Firmware Version Master : 2.10
  46. Vtarget : 0.0 V
  47. SCK period : 203.0 us
  48.  
  49. avrdude: AVR device initialized and ready to accept instructions
  50.  
  51. Reading | ################################################## | 100% 0.03s
  52.  
  53. avrdude: Device signature = 0x1e9502
  54. avrdude: safemode: lfuse reads as FF
  55. avrdude: safemode: hfuse reads as DA
  56.  
  57. avrdude: safemode: lfuse reads as FF
  58. avrdude: safemode: hfuse reads as DA
  59. avrdude: safemode: Fuses OK
  60.  
  61. avrdude done. Thank you.
  62.  
  63.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement