Advertisement
Guest User

Untitled

a guest
Jan 28th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. ~/Downloads/arduino-1.6.7-linux64.tar(1)/arduino-1.6.7/arduino-1.6.7/hardware/tools/avr/avr/bin$ avrdude -C"/home/richard/Downloads/arduino-1.6.7-linux64.tar(1)/arduino-1.6.7/arduino-1.6.7/hardware/tools/avr/etc/avrdude.conf" -v -patmega32u4 -cavr109 -P/dev/ttyACM0 -b57600 -D -Uflash:w:/tmp/build8f287ac41038dd4edf2d64ea95be7b6f.tmp/Blink.ino.hex:i
  2.  
  3. avrdude: Version 6.1, compiled on Sep 8 2015 at 09:40:37
  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/richard/Downloads/arduino-1.6.7-linux64.tar(1)/arduino-1.6.7/arduino-1.6.7/hardware/tools/avr/etc/avrdude.conf"
  8. User configuration file is "/home/richard/.avrduderc"
  9. User configuration file does not exist or is not a regular file, skipping
  10.  
  11. Using Port : /dev/ttyACM0
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement