Author Topic: XD84 flashing issue  (Read 2712 times)

0 Members and 1 Guest are viewing this topic.

Offline Carogna

  • Thread Starter
  • Posts: 8
XD84 flashing issue
« on: Thu, 05 March 2020, 15:45:34 »
I flased an XD84 PCB (Kimera Core for 75% keyboard ) about my custom keyboard using "https://kai.tkg.io/" website, but after I flashed it the board became completely unreponsive. Windows still recognizes it when it plugs in (as HID on the device manager), and QMK Graphic Tool recognize it as KIMERA firmware too. So, it should works, but doesn't

I made my custom keyboard layout on "http://www.keyboard-layout-editor.com/"

Does anyone ever faced this issue and (hopefully) fixed or have a solution?
Thanks to everybody for support

Cheers

CRG

Offline Sup

  • * Exquisite Elder
  • Posts: 1336
  • Doing university was a mistake
Re: XD84 flashing issue
« Reply #1 on: Thu, 05 March 2020, 18:34:40 »
Don't use online QMK hex makers. make a QMK environment and compile it trough there and flash it trough QMK Toolbox


current
Filco Zero -  NOS Yellow Alps | Canoe R1 Gateron Red | AEK II JP Cream dampend |Filco Majestouch 2 Tex case Gateron Yellow | HHKB Pro 1 2003 Rev AO Serial 000171 | HHKB Pro 1 2003 Rev A1s|DZ60 OG Panda's with Fei spring and stem. | Sentraq S65_Plus OG Invyr Panda's | A17 Gateron Black TX 65G 3204 | Lubrigrante Wildcard Cherry MX silent blacks 3204 58.5G Springs | Rukia Everglide Tourmaline Blue 58.5G Springs | MGA Standard Greetech brown |
Coming soon
Rest in peace Billy Herrington(William Glen Harold Herrington) 1969-2018
Rest in peace Byron Daniel 1989-2020

Offline Carogna

  • Thread Starter
  • Posts: 8
Re: XD84 flashing issue
« Reply #2 on: Sat, 04 April 2020, 14:40:12 »
Hi Sup,
I got your suggestion and I put in place a development env on my own PC (MSYS64+QMK Firmware build package). After installed any required package (as per guide on qmk official site) I had face  following error:

##################################################################################

Carogna@CAROGNA MINGW64 ~/qmk_firmware
$ qmk compile -kb xd84 -km default
INFO Compiling keymap with make xd84:default


Making xd84 with keymap default

make[1]: ingresso nella directory «/home/Carogna/qmk_firmware»
tmk_core/protocol/lufa.mk:14: lib/lufa/LUFA/makefile: No such file or directory
make[1]: ***  Nessuna regola per generare l'obiettivo «lib/lufa/LUFA/makefile».  Arresto.
make[1]: uscita dalla directory «/home/Carogna/qmk_firmware»
Make finished with errors
make: *** [Makefile:579: xd84:default] Errore 1


########################################################################

In fact lib/lufa is empty. I expected should be fill out by all package downloaded from github repository. I tried to investigate on internet if it should be possible to get these libraries form a deputed site, without luck
I am still trying to figure out this issue, but if you have a suggestion it will be very appreciated  ;) ;) ;) ;) ;)


Offline envyy24

  • Posts: 156
  • Location: UK
Re: XD84 flashing issue
« Reply #3 on: Sat, 04 April 2020, 15:13:15 »
I guess I am on the opposite site. Trying to install all the packages and create hex via Msys were hell for me. At the end, I went on https://config.qmk.fm/ , edit my layout, compile hex, download and flash without fail. So. There is that if you want to try.

Offline Carogna

  • Thread Starter
  • Posts: 8
Re: XD84 flashing issue
« Reply #4 on: Sun, 05 April 2020, 07:19:32 »
I tried,
but it is not so easy. I need too configure an Italian Layout (with accented character/letters). As far as I see this specific layout isn't available on QMK configurator website. below you can find my keyboard layout:



That's the reason why I need to compile a new hex file in order to flash my XD84 PCB.
Do you have any idea to how bypass msys64 cunstomized env ?
 
« Last Edit: Mon, 05 October 2020, 15:25:06 by Carogna »

Offline envyy24

  • Posts: 156
  • Location: UK
Re: XD84 flashing issue
« Reply #5 on: Sun, 05 April 2020, 10:09:41 »
Ah man sorry im clueless when it comes to this stuff.

Offline suicidal_orange

  • * Global Moderator
  • Posts: 4771
  • Location: England
Re: XD84 flashing issue
« Reply #6 on: Sun, 05 April 2020, 10:51:46 »
There is no such thing as an Italian layout, nor any other language - keyboards send key codes that are converted to characters by your operating system.  You will need to pretend you want a UK layout as that has the ISO keys with the legends you will see on configurators.  Same if you're trying to compile it yourself.

I'm bored so just had a play exporting the default ANSI on the last link and modifying it for ISO and came up with the attached which uploads and looks right to me so give that a try :)

* XD84 ISO.json (1.62 kB - downloaded 98 times.)
120/100g linear Zealio R1  
GMK Hyperfuse
'Split everything' perfection  
MX Clear
SA Hack'd by Geeks     
EasyAVR mod

Offline Carogna

  • Thread Starter
  • Posts: 8
Re: XD84 flashing issue
« Reply #7 on: Tue, 07 April 2020, 09:53:21 »
Awesome ! It worked ! Good
Thank you very much Suicidal  :thumb: :thumb: :thumb: :thumb: :thumb: !! In fact I put your .json file on QMK Configuration website and downloaded all related firmware package (.zip), then I found LUFA lib directory populated. I copied all lib file from zip package to my msys64 env.

Magically I was able to compile XD84 ISO default .hex file. I flashed my keyboard and work correctly selecting Italian Layout on Win10
Anyway  I will have to try other configuration (probrably editign keymap_italian.h under "quantum" path) because my layout it is not properly "italia". It has some different (have a loof on "number" keycaps). But , right now, it is an achivement  :cool: :cool: :cool: :cool: :)) :)) :)) :)) :))

Thanks again