Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
  2.  
  3. Connecting to programmer: .
  4. Found programmer: Id = "CATERIN"; type = S
  5. Software Version = 1.0; No Hardware Version given.
  6. Programmer supports auto addr increment.
  7. Programmer supports buffered memory access with buffersize=128 bytes.
  8.  
  9. Programmer supports the following devices:
  10. Device code: 0x44
  11.  
  12. avrdude.exe: AVR device initialized and ready to accept instructions
  13.  
  14. Reading | ################################################## | 100% -0.00s
  15.  
  16. avrdude.exe: Device signature = 0x1e9587
  17. avrdude.exe: NOTE: "flash" memory has been specified, an erase cycle will be performed
  18. To disable this feature, specify the -D option.
  19. avrdude.exe: erasing chip
  20. avrdude.exe: reading input file "D:\Downloads\layout.hex"
  21. avrdude.exe: input file D:\Downloads\layout.hex auto detected as Intel Hex
  22. avrdude.exe: writing flash (18094 bytes):
  23.  
  24. Writing | ################################################## | 100% 1.38s
  25.  
  26. avrdude.exe: 18094 bytes of flash written
  27. avrdude.exe: verifying flash memory against D:\Downloads\layout.hex:
  28. avrdude.exe: load data flash data from input file D:\Downloads\layout.hex:
  29. avrdude.exe: input file D:\Downloads\layout.hex auto detected as Intel Hex
  30. avrdude.exe: input file D:\Downloads\layout.hex contains 18094 bytes
  31. avrdude.exe: reading on-chip flash data:
  32.  
  33. Reading | ################################################## | 100% 0.16s
  34.  
  35. avrdude.exe: verifying ...
  36. avrdude.exe: 18094 bytes of flash verified
  37.  
  38. avrdude.exe done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement