[platforms/avr/flash.mk:181: flash] Segmentation fault
Closed this issue · 1 comments
Hello,
I bought a Plaid kit from keycapsss.com. As far as I understand the bootloader is already flashed. I have the latest libusbk drivers installed for the device.
I can compile a Keyboard Layout in QMK however when I try to compile and flash the default layout, as in the documentation, i get the following exception:
`QMK Firmware 0.15.5
Making dm9records/plaid with keymap default and target flash
avr-gcc.exe (GCC) 8.4.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 16822 0 16822 41b6 .build/dm9records_plaid_default.hex
Copying dm9records_plaid_default.hex to qmk_firmware folder [OK]
Checking file size of dm9records_plaid_default.hex [OK]
- The firmware size is fine - 16822/28672 (58%, 11850 bytes free)
make[1]: *** [platforms/avr/flash.mk:181: flash] Segmentation fault
Make finished with errors
make: *** [Makefile:478: dm9records/plaid:default:flash] Fehler 1`
It seems that the default Keyboard Layout and firmware was already on the chip because when I thest the board (by connecting the switch pads with a wire) it works
Chip was already flashed with VIA.
I hope I didn't waste anybodys time and sorry for being stupid.