Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. $ make launchpad/rev1:default:avrdude
  2. QMK Firmware 0.7.27
  3. Making launchpad/rev1 with keymap default and target avrdude
  4.  
  5. avr-gcc.exe (AVR_8_bit_GNU_Toolchain_3.6.1_1752) 5.4.0
  6. Copyright (C) 2015 Free Software Foundation, Inc.
  7. This is free software; see the source for copying conditions. There is NO
  8. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  9.  
  10. Size before:
  11. text data bss dec hex filename
  12. 0 15188 0 15188 3b54 .build/launchpad_rev1_default.hex
  13.  
  14. Copying launchpad_rev1_default.hex to qmk_firmware folder [OK]
  15. Checking file size of launchpad_rev1_default.hex [OK]
  16. * The firmware size is fine - 15188/28672 (52%, 13484 bytes free)
  17. Detecting USB port, reset your controller now........................................................
  18. Device /dev/ttyS3 has appeared; assuming it is the controller.
  19. Remapped MSYS2 USB port to COM4
  20.  
  21. Connecting to programmer: .
  22. Found programmer: Id = "CATERIN"; type = S
  23. Software Version = 1.0; No Hardware Version given.
  24. Programmer supports auto addr increment.
  25. Programmer supports buffered memory access with buffersize=128 bytes.
  26.  
  27. Programmer supports the following devices:
  28. Device code: 0x44
  29.  
  30. avrdude.exe: AVR device initialized and ready to accept instructions
  31.  
  32. Reading | ################################################## | 100% 0.00s
  33.  
  34. avrdude.exe: Device signature = 0x1e9587 (probably m32u4)
  35. avrdude.exe: NOTE: "flash" memory has been specified, an erase cycle will be performed
  36. To disable this feature, specify the -D option.
  37. avrdude.exe: erasing chip
  38. avrdude.exe: reading input file ".build/launchpad_rev1_default.hex"
  39. avrdude.exe: input file .build/launchpad_rev1_default.hex auto detected as Intel Hex
  40. avrdude.exe: writing flash (15188 bytes):
  41.  
  42. Writing | ################################################## | 100% 1.21s
  43.  
  44. avrdude.exe: 15188 bytes of flash written
  45. avrdude.exe: verifying flash memory against .build/launchpad_rev1_default.hex:
  46. avrdude.exe: load data flash data from input file .build/launchpad_rev1_default.hex:
  47. avrdude.exe: input file .build/launchpad_rev1_default.hex auto detected as Intel Hex
  48. avrdude.exe: input file .build/launchpad_rev1_default.hex contains 15188 bytes
  49. avrdude.exe: reading on-chip flash data:
  50.  
  51. Reading | ################################################## | 100% 0.16s
  52.  
  53. avrdude.exe: verifying ...
  54. avrdude.exe: 15188 bytes of flash verified
  55.  
  56. avrdude.exe done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement