Advertisement
Guest User

Untitled

a guest
May 30th, 2016
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. [jake@arch firmware]$ /usr/share/arduino/hardware/tools/avr/bin/avrdude -C/usr/share/arduino/hardware/tools/avr/etc/avrdude.conf -v true -patmega32u4 -cavr109 -P /dev/ttyACM2 -b57600 -D -Uflash:w:/tmp/build6df9c0daf5e169e6aa9ea10542b997a3.tmp/Blink.ino.hex:i
  2.  
  3. avrdude: Version 6.3, compiled on Feb 21 2016 at 13:33:25
  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 "/usr/share/arduino/hardware/tools/avr/etc/avrdude.conf"
  8. User configuration file is "/home/jake/.avrduderc"
  9. User configuration file does not exist or is not a regular file, skipping
  10.  
  11. Using Port : /dev/ttyACM2
  12. Using Programmer : avr109
  13. Overriding Baud Rate : 57600
  14. AVR Part : ATmega32U4
  15. Chip Erase delay : 9000 us
  16. PAGEL : PD7
  17. BS2 : PA0
  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 9000 9000 0x00 0x00
  35. flash 65 6 128 0 yes 32768 128 256 4500 4500 0x00 0x00
  36. lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  37. hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  38. efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  39. lock 0 0 0 0 no 1 0 0 9000 9000 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 : butterfly
  44. Description : Atmel AppNote AVR109 Boot Loader
  45.  
  46. Connecting to programmer: .avrdude: butterfly_recv(): programmer is not responding
  47.  
  48. avrdude: butterfly_recv(): programmer is not responding
  49. avrdude: butterfly_recv(): programmer is not responding
  50. avrdude: butterfly_recv(): programmer is not responding
  51. avrdude: butterfly_recv(): programmer is not responding
  52. avrdude: butterfly_recv(): programmer is not responding
  53. Found programmer: Id = ""; type =
  54. Software Version = .1; Hardware Version = .
  55. avrdude: butterfly_recv(): programmer is not responding
  56. avrdude: butterfly_recv(): programmer is not responding
  57. avrdude: error: buffered memory access not supported. Maybe it isn't
  58. a butterfly/AVR109 but a AVR910 device?
  59. avrdude: initialization failed, rc=-1
  60. Double check connections and try again, or use -F to override
  61. this check.
  62.  
  63. avrdude: butterfly_recv(): programmer is not responding
  64. avrdude: error: programmer did not respond to command: leave prog mode
  65. avrdude: butterfly_recv(): programmer is not responding
  66. avrdude: error: programmer did not respond to command: exit bootloader
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement