Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phineas0fog/711deaabe70dbf45d75aa54ec3ae8db2 to your computer and use it in GitHub Desktop.
Save phineas0fog/711deaabe70dbf45d75aa54ec3ae8db2 to your computer and use it in GitHub Desktop.
sudo make viterbi/rev1:default:avrdude
QMK Firmware 0.6.37
WARNING:
Some git sub-modules are out of date or modified, please consider runnning:
make git-submodule
You can ignore this warning if you are not compiling any ChibiOS keyboards,
or if you have modified the ChibiOS libraries yourself.
Making viterbi/rev1 with keymap default and target avrdude
avr-gcc (GCC) 8.1.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Size before:
text data bss dec hex filename
0 24880 0 24880 6130 ./.build/viterbi_rev1_default.hex
Compiling: ./tmk_core/common/command.c [OK]
Linking: .build/viterbi_rev1_default.elf [OK]
Creating load file for flashing: .build/viterbi_rev1_default.hex [OK]
Checking file size of viterbi_rev1_default.hex [OK]
* File size is fine - 24880/28672
Copying viterbi_rev1_default.hex to qmk_firmware folder [OK]
Detecting USB port, reset your controller now.....
Detected controller on USB port at /dev/ttyACM0
Connecting to programmer: .
Found programmer: Id = "CATERIN"; type = S
Software Version = 1.0; No Hardware Version given.
Programmer supports auto addr increment.
Programmer supports buffered memory access with buffersize=128 bytes.
Programmer supports the following devices:
Device code: 0x44
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.00s
avrdude: Device signature = 0x1e9587 (probably m32u4)
avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
To disable this feature, specify the -D option.
avrdude: erasing chip
^Cmake[1]: *** [tmk_core/avr.mk:173: avrdude] Interrupt
make: *** [Makefile:548: viterbi/rev1:default:avrdude] Interrupt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment