Guest User

avrdude when reading signature of new ATMEGA328p

a guest
May 14th, 2019
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. avrdude -v -p m328p -c avrisp -P /dev/ttyACM0 -b 19200
  2.  
  3. avrdude: Version 6.3
  4. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  5. Copyright (c) 2007-2014 Joerg Wunsch
  6.  
  7. System wide configuration file is "/etc/avrdude.conf"
  8. User configuration file is "/home/k7/.avrduderc"
  9. User configuration file does not exist or is not a regular file, skipping
  10.  
  11. Using Port : /dev/ttyACM0
  12. Using Programmer : avrisp
  13. Overriding Baud Rate : 19200
  14. AVR Part : ATmega328P
  15. Chip Erase delay : 9000 us
  16. PAGEL : PD7
  17. BS2 : PC2
  18. RESET disposition : dedicated
  19. RETRY pulse : SCK
  20. serial program mode : yes
  21. parallel program mode : yes
  22. Timeout : 200
  23. StabDelay : 100
  24. CmdexeDelay : 25
  25. SyncLoops : 32
  26. ByteDelay : 0
  27. PollIndex : 3
  28. PollValue : 0x53
  29. Memory Detail :
  30.  
  31. Block Poll Page Polled
  32. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  33. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  34. eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
  35. flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
  36. lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  37. hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  38. efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  39. lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  40. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  41. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  42.  
  43. Programmer Type : STK500
  44. Description : Atmel AVR ISP
  45. Hardware Version: 2
  46. Firmware Version: 1.18
  47. Topcard : Unknown
  48. Vtarget : 0.0 V
  49. Varef : 0.0 V
  50. Oscillator : Off
  51. SCK period : 0.1 us
  52.  
  53. avrdude: AVR device initialized and ready to accept instructions
  54.  
  55. Reading | ################################################## | 100% 0.02s
  56.  
  57. avrdude: Device signature = 0x1e950f (probably m328p)
  58. avrdude: safemode: hfuse reads as D9
  59. avrdude: safemode: efuse reads as FF
  60.  
  61. avrdude: safemode: hfuse reads as D9
  62. avrdude: safemode: efuse reads as FF
  63. avrdude: safemode: Fuses OK (E:FF, H:D9, L:62)
  64.  
  65. avrdude done. Thank you.
Add Comment
Please, Sign In to add comment