Advertisement
Guest User

Successful upload

a guest
May 30th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 KB | None | 0 0
  1. Sketch uses 4,592 bytes (16%) of program storage space. Maximum is 28,672 bytes.
  2. Global variables use 149 bytes (5%) of dynamic memory, leaving 2,411 bytes for local variables. Maximum is 2,560 bytes.
  3. Forcing reset using 1200bps open/close on port /dev/ttyACM1
  4. PORTS {/dev/ttyACM1, /dev/ttyS0, } / {/dev/ttyS0, } => {}
  5. PORTS {/dev/ttyS0, } / {/dev/ttyS0, } => {}
  6. PORTS {/dev/ttyS0, } / {/dev/ttyACM1, /dev/ttyS0, } => {/dev/ttyACM1, }
  7. Found upload port: /dev/ttyACM1
  8. /usr/share/arduino/hardware/tools/avr/bin/avrdude -C/usr/share/arduino/hardware/tools/avr/etc/avrdude.conf -v true -patmega32u4 -cavr109 -P/dev/ttyACM1 -b57600 -D -Uflash:w:/tmp/build6df9c0daf5e169e6aa9ea10542b997a3.tmp/Blink.ino.hex:i
  9.  
  10. avrdude: Version 6.3, compiled on Feb 21 2016 at 13:33:25
  11. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  12. Copyright (c) 2007-2014 Joerg Wunsch
  13.  
  14. System wide configuration file is "/usr/share/arduino/hardware/tools/avr/etc/avrdude.conf"
  15. User configuration file is "/home/jake/.avrduderc"
  16. User configuration file does not exist or is not a regular file, skipping
  17.  
  18. Using Port : /dev/ttyACM1
  19. Using Programmer : avr109
  20. Overriding Baud Rate : 57600
  21. AVR Part : ATmega32U4
  22. Chip Erase delay : 9000 us
  23. PAGEL : PD7
  24. BS2 : PA0
  25. RESET disposition : dedicated
  26. RETRY pulse : SCK
  27. serial program mode : yes
  28. parallel program mode : yes
  29. Timeout : 200
  30. StabDelay : 100
  31. CmdexeDelay : 25
  32. SyncLoops : 32
  33. ByteDelay : 0
  34. PollIndex : 3
  35. PollValue : 0x53
  36. Memory Detail :
  37.  
  38. Block Poll Page Polled
  39. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  40. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  41. eeprom 65 20 4 0 no 1024 4 0 9000 9000 0x00 0x00
  42. flash 65 6 128 0 yes 32768 128 256 4500 4500 0x00 0x00
  43. lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  44. hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  45. efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  46. lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  47. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  48. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  49.  
  50. Programmer Type : butterfly
  51. Description : Atmel AppNote AVR109 Boot Loader
  52.  
  53. Connecting to programmer: .
  54. Found programmer: Id = "CATERIN"; type = S
  55. Software Version = 1.0; No Hardware Version given.
  56. Programmer supports auto addr increment.
  57. Programmer supports buffered memory access with buffersize=128 bytes.
  58.  
  59. Programmer supports the following devices:
  60. Device code: 0x44
  61.  
  62. avrdude: devcode selected: 0x44
  63. avrdude: AVR device initialized and ready to accept instructions
  64.  
  65. Reading | ################################################## | 100% 0.00s
  66.  
  67. avrdude: Device signature = 0x1e9587 (probably m32u4)
  68. avrdude: reading input file "/tmp/build6df9c0daf5e169e6aa9ea10542b997a3.tmp/Blink.ino.hex"
  69. avrdude: writing flash (4592 bytes):
  70.  
  71. Writing | ################################################## | 100% 0.34s
  72.  
  73. avrdude: 4592 bytes of flash written
  74. avrdude: verifying flash memory against /tmp/build6df9c0daf5e169e6aa9ea10542b997a3.tmp/Blink.ino.hex:
  75. avrdude: load data flash data from input file /tmp/build6df9c0daf5e169e6aa9ea10542b997a3.tmp/Blink.ino.hex:
  76. avrdude: input file /tmp/build6df9c0daf5e169e6aa9ea10542b997a3.tmp/Blink.ino.hex contains 4592 bytes
  77. avrdude: reading on-chip flash data:
  78.  
  79. Reading | ################################################## | 100% 0.03s
  80.  
  81. avrdude: verifying ...
  82. avrdude: 4592 bytes of flash verified
  83.  
  84. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement