Advertisement
Guest User

avrdude-error

a guest
Sep 6th, 2015
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. sudo avrdude -v -p attiny2313 -c usbtiny -P usb -U flash:w:hexclock.hex:i
  2.  
  3. avrdude: Version 6.1, compiled on Sep 11 2014 at 20:00:34
  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 "/root/.avrduderc"
  9. User configuration file does not exist or is not a regular file, skipping
  10.  
  11. Using Port : usb
  12. Using Programmer : usbtiny
  13. avrdude: usbdev_open(): Found USBtinyISP, bus:device: 011:004
  14. AVR Part : ATtiny2313
  15. Chip Erase delay : 9000 us
  16. PAGEL : PD4
  17. BS2 : PD6
  18. RESET disposition : possible i/o
  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 6 4 0 no 128 4 0 4000 4500 0xff 0xff
  35. flash 65 6 32 0 yes 2048 32 64 4500 4500 0xff 0xff
  36. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  37. lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  38. lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  39. hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  40. efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  41. calibration 0 0 0 0 no 2 0 0 0 0 0x00 0x00
  42.  
  43. Programmer Type : USBtiny
  44. Description : USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/
  45. avrdude: programmer operation not supported
  46.  
  47. avrdude: Using SCK period of 10 usec
  48. avrdude: AVR device initialized and ready to accept instructions
  49.  
  50. Reading | ################################################## | 100% 0.01s
  51.  
  52. avrdude: Device signature = 0x1e910a
  53. avrdude: safemode: lfuse reads as FF
  54. avrdude: safemode: hfuse reads as DF
  55. avrdude: safemode: efuse reads as FF
  56. avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
  57. To disable this feature, specify the -D option.
  58. avrdude: erasing chip
  59. avrdude: Using SCK period of 10 usec
  60. avrdude: reading input file "hexclock.hex"
  61. avrdude: writing flash (1986 bytes):
  62.  
  63. Writing | ################################################## | 100% 5.51s
  64.  
  65. avrdude: 1986 bytes of flash written
  66. avrdude: verifying flash memory against hexclock.hex:
  67. avrdude: load data flash data from input file hexclock.hex:
  68. avrdude: input file hexclock.hex contains 1986 bytes
  69. avrdude: reading on-chip flash data:
  70.  
  71. Reading | ################################################## | 100% 11.21s
  72.  
  73. avrdude: verifying ...
  74. avrdude: 1986 bytes of flash verified
  75.  
  76. avrdude: safemode: lfuse reads as FF
  77. avrdude: safemode: hfuse reads as DF
  78. avrdude: safemode: efuse reads as FF
  79. avrdude: safemode: Fuses OK (E:FF, H:DF, L:FF)
  80.  
  81. avrdude done. Thank you.
  82.  
  83. *** Error in `avrdude': free(): invalid next size (normal): 0x000000000112c720 ***
  84. Makefile:17: recipe for target 'program' failed
  85. make: *** [program] Error 134
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement