Advertisement
Guest User

Untitled

a guest
Nov 20th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. Compiling: tmk_core/common/command.c [OK]
  2. Linking: .build/iris_rev2_mung.elf [OK]
  3. Creating load file for flashing: .build/iris_rev2_mung.hex [OK]
  4. Checking file size of iris_rev2_mung.hex [OK]
  5. * The firmware size is fine - 26160/28672 (2512 bytes free)
  6. Copying iris_rev2_mung.hex to qmk_firmware folder [OK]
  7. Detecting USB port, reset your controller now......
  8. Detected controller on USB port at /dev/ttyACM0
  9.  
  10. Connecting to programmer: .
  11. Found programmer: Id = "CATERIN"; type = S
  12. Software Version = 1.0; No Hardware Version given.
  13. Programmer supports auto addr increment.
  14. Programmer supports buffered memory access with buffersize=128 bytes.
  15.  
  16. Programmer supports the following devices:
  17. Device code: 0x44
  18.  
  19. avrdude: AVR device initialized and ready to accept instructions
  20.  
  21. Reading | ################################################## | 100% 0.00s
  22.  
  23. avrdude: Device signature = 0x1e9587 (probably m32u4)
  24. avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
  25. To disable this feature, specify the -D option.
  26. avrdude: erasing chip
  27. avrdude: reading input file ".build/iris_rev2_mung.hex"
  28. avrdude: input file .build/iris_rev2_mung.hex auto detected as Intel Hex
  29. avrdude: ERROR: address 0x800265 out of range at line 1637 of .build/iris_rev2_mung.hex
  30. avrdude: read from file '.build/iris_rev2_mung.hex' failed
  31.  
  32. avrdude: safemode: Fuses OK (E:CB, H:D8, L:FF)
  33.  
  34. avrdude done. Thank you.
  35.  
  36. make[1]: *** [tmk_core/avr.mk:198: avrdude] Error 1
  37. Make finished with errors
  38. make: *** [Makefile:544: iris/rev2:mung:avrdude] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement