Advertisement
Guest User

AVR debug

a guest
Mar 18th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. read@ubuntu:~$ avrdude -v -c ponyser -p atmega8 -P /dev/ttyS1
  2.  
  3. avrdude: Version 5.10, compiled on Jun 29 2010 at 03:44:14
  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/read/.avrduderc"
  9. User configuration file does not exist or is not a regular file, skipping
  10.  
  11. Using Port : /dev/ttyS1
  12. Using Programmer : ponyser
  13. AVR Part : ATMEGA8
  14. Chip Erase delay : 10000 us
  15. PAGEL : PD7
  16. BS2 : PC2
  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 20 128 0 no 512 4 0 9000 9000 0xff 0xff
  34. flash 33 10 64 0 yes 8192 64 128 4500 4500 0xff 0x00
  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. calibration 0 0 0 0 no 4 0 0 0 0 0x00 0x00
  39. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  40.  
  41. Programmer Type : SERBB
  42. Description : design ponyprog serial, reset=!txd sck=rts mosi=dtr miso=cts
  43.  
  44. avrdude: AVR device initialized and ready to accept instructions
  45.  
  46. Reading | ################################################## | 100% 0.01s
  47.  
  48. avrdude: Device signature = 0x1e9307
  49. avrdude: safemode: lfuse reads as EF
  50. avrdude: safemode: hfuse reads as D9
  51.  
  52. avrdude: safemode: lfuse reads as EF
  53. avrdude: safemode: hfuse reads as D9
  54. avrdude: safemode: Fuses OK
  55.  
  56. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement