Advertisement
Guest User

AVRISP log 4809

a guest
Nov 19th, 2020
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. [logan@nametable-laptop 4809_testing]$ ~/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17/bin/avrdude -C/home/logan/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17/etc/avrdude.conf -v -patmega4809 -cavrisp -P /dev/ttyACM1 -b19200 -U icsp_flash.elf
  2.  
  3. avrdude: Version 6.3-20190619
  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 "/home/logan/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17/etc/avrdude.conf"
  8. User configuration file is "/home/logan/.avrduderc"
  9. User configuration file does not exist or is not a regular file, skipping
  10.  
  11. Using Port : /dev/ttyACM1
  12. Using Programmer : avrisp
  13. Overriding Baud Rate : 19200
  14. AVR Part : ATmega4809
  15. Chip Erase delay : 0 us
  16. PAGEL : P00
  17. BS2 : P00
  18. RESET disposition : dedicated
  19. RETRY pulse : SCK
  20. serial program mode : yes
  21. parallel program mode : yes
  22. Timeout : 0
  23. StabDelay : 0
  24. CmdexeDelay : 0
  25. SyncLoops : 0
  26. ByteDelay : 0
  27. PollIndex : 0
  28. PollValue : 0x00
  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. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  35. prodsig 0 0 0 0 no 61 61 0 0 0 0x00 0x00
  36. fuses 0 0 0 0 no 9 0 0 0 0 0x00 0x00
  37. fuse0 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  38. fuse1 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  39. fuse2 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  40. fuse4 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  41. fuse5 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  42. fuse6 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  43. fuse7 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  44. fuse8 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  45. lock 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  46. data 0 0 0 0 no 0 0 0 0 0 0x00 0x00
  47. usersig 0 0 0 0 no 64 64 0 0 0 0x00 0x00
  48. flash 0 0 0 0 no 49152 128 0 0 0 0x00 0x00
  49. eeprom 0 0 0 0 no 256 64 0 0 0 0x00 0x00
  50.  
  51. Programmer Type : STK500
  52. Description : Atmel AVR ISP
  53. Hardware Version: 2
  54. Firmware Version: 1.18
  55. Topcard : Unknown
  56. Vtarget : 0.0 V
  57. Varef : 0.0 V
  58. Oscillator : Off
  59. SCK period : 0.1 us
  60.  
  61. avrdude: AVR device initialized and ready to accept instructions
  62.  
  63. Reading | | 0% 0.00savr_read(): error reading address 0x0000
  64. read operation not supported for memory "signature"
  65. avrdude: error reading signature data for part "ATmega4809", rc=-2
  66. avrdude: error reading signature data, rc=-2
  67.  
  68. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement