Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.46 KB | None | 0 0
  1. QMK Firmware 0.7.127
  2. Making ergodone with keymap default and target flash
  3.  
  4. avr-gcc (GCC) 9.2.0
  5. Copyright (C) 2019 Free Software Foundation, Inc.
  6. This is free software; see the source for copying conditions.  There is NO
  7. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  8.  
  9. Size before:
  10.    text    data     bss     dec     hex filename
  11.       0   20362       0   20362    4f8a .build/ergodone_default.hex
  12.  
  13. Compiling: keyboards/ergodone/keymaps/default/keymap.c                                              [OK]
  14. Linking: .build/ergodone_default.elf                                                                [OK]
  15. Creating load file for flashing: .build/ergodone_default.hex                                        [OK]
  16. Copying ergodone_default.hex to qmk_firmware folder                                                 [OK]
  17. Checking file size of ergodone_default.hex                                                          [OK]
  18.  * The firmware size is fine - 20362/28672 (71%, 8310 bytes free)
  19. Detecting USB port, reset your controller now.......................................
  20. Device /dev/ttyACM0 has appeared; assuming it is the controller.
  21. Waiting for /dev/ttyACM0 to become writable.
  22.  
  23. Connecting to programmer: .
  24. Found programmer: Id = "CATERIN"; type = S
  25.     Software Version = 1.0; No Hardware Version given.
  26. Programmer supports auto addr increment.
  27. Programmer supports buffered memory access with buffersize=128 bytes.
  28.  
  29. Programmer supports the following devices:
  30.     Device code: 0x44
  31.  
  32. avrdude: AVR device initialized and ready to accept instructions
  33.  
  34. Reading | ################################################## | 100% 0.00s
  35.  
  36. avrdude: Device signature = 0x1e9587 (probably m32u4)
  37. avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
  38.          To disable this feature, specify the -D option.
  39. avrdude: erasing chip
  40. avrdude: reading input file ".build/ergodone_default.hex"
  41. avrdude: input file .build/ergodone_default.hex auto detected as Intel Hex
  42. avrdude: writing flash (20362 bytes):
  43.  
  44. Writing | ################################################## | 100% 1.77s
  45.  
  46. avrdude: 20362 bytes of flash written
  47. avrdude: verifying flash memory against .build/ergodone_default.hex:
  48. avrdude: load data flash data from input file .build/ergodone_default.hex:
  49. avrdude: input file .build/ergodone_default.hex auto detected as Intel Hex
  50. avrdude: input file .build/ergodone_default.hex contains 20362 bytes
  51. avrdude: reading on-chip flash data:
  52.  
  53. Reading | ################################################## | 100% 0.56s
  54.  
  55. avrdude: verifying ...
  56. avrdude: 20362 bytes of flash verified
  57.  
  58. avrdude: safemode: Fuses OK (E:CB, H:D8, L:FF)
  59.  
  60. avrdude done.  Thank you.
  61.  
  62.  kusayu@desctop  ~/qmk_firmware   master  lsusb
  63. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  64. Bus 003 Device 073: ID feed:e60d K.T.E.C. ErgoDone
  65. Bus 003 Device 003: ID 1532:011a Razer USA, Ltd BlackWidow Ultimate 2013
  66. Bus 003 Device 002: ID 046d:0825 Logitech, Inc. Webcam C270
  67. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  68. Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  69. Bus 001 Device 004: ID 8087:0025 Intel Corp.
  70. Bus 001 Device 003: ID 13fe:5500 Kingston Technology Company Inc. USB DISK 2.0
  71. Bus 001 Device 002: ID 1017:9001 Speedy Industrial Supplies, Pte., Ltd USB Gaming Mouse
  72. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  73.  kusayu@desctop  ~/qmk_firmware   master 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement