Advertisement
Guest User

Untitled

a guest
May 25th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. avrdude -p m168 -c usbasp -v -q
  2. Output:
  3.  
  4. avrdude: Version 5.10, compiled on Jan 19 2010 at 10:45:23
  5. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  6. Copyright (c) 2007-2009 Joerg Wunsch
  7.  
  8. System wide configuration file is "C:WinAVR-20100110binavrdude.conf"
  9.  
  10. Using Port : lpt1
  11. Using Programmer : usbasp
  12. AVR Part : ATMEGA168
  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 5 4 0 no 512 4 0 3600 3600 0xff 0xff
  33. flash 65 6 128 0 yes 16384 128 128 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 : usbasp
  42. Description : USBasp, http://www.fischl.de/usbasp/
  43.  
  44. avrdude: auto set sck period (because given equals null)
  45. avrdude: AVR device initialized and ready to accept instructions
  46. avrdude: Device signature = 0x1e9406
  47. avrdude: safemode: lfuse reads as 60
  48. avrdude: safemode: hfuse reads as DF
  49. avrdude: safemode: efuse reads as 1
  50.  
  51. avrdude: safemode: lfuse reads as 60
  52. avrdude: safemode: hfuse reads as DF
  53. avrdude: safemode: efuse reads as 1
  54. avrdude: safemode: Fuses OK
  55.  
  56. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement