Page 1 of 1

Unable to load firmware/failed packet header - SOLVED

Posted: Mon Mar 21, 2022 6:57 pm
by PlutocraticG
I've recently made a DIY adapter but I'm unable to load the firmware in the GIMX loader. My PC recognizes my Teensy 2.0 board and the UART in the devices menu. I've done the fast and slow blink test with the Teensy but when it comes to doing the firmware on GIMX I get the "failed to load packet header" error. I have a data cable which got me further than the charging only cable so that seems like it's fine.

I have also tried swapping RX and TX wires. I'll try to upload pictures shortly of the device.

Here are the parts I used

https://www.amazon.com/dp/B00LODGRV8/re ... UTF8&psc=1

I cut the headers off one end and soldered the wires directly

https://www.amazon.com/dp/B00NC43256/re ... UTF8&psc=1



*SOLVED* - needed to load the atmega32u4.hex file to the Teensy. Link would not work for me through the tutorial.

Re: Unable to load firmware/failed packet header

Posted: Mon Mar 21, 2022 7:21 pm
by PlutocraticG
Here is my soldering job. One of the wires in currently soldered from the back of the board.

https://imgur.com/a/rwEmaxi
https://imgur.com/a/CEafJXT

Re: Unable to load firmware/failed packet header

Posted: Mon Mar 21, 2022 9:54 pm
by ckaiycool
You need to update firmware with Teensy loader.
https://www.pjrc.com/teensy/loader.html

Re: Unable to load firmware/failed packet header

Posted: Mon Mar 21, 2022 10:25 pm
by PlutocraticG
As far as I know I did that with the slow and fast blink hex files. Is there an atmega32u4 hex file? I saw that referenced in another page but I'm not sure where to find it. If I remember correctly I did try to download firmware files from the tutorial but the link didn't take me to another page than where I already was.

Re: Unable to load firmware/failed packet header

Posted: Mon Mar 21, 2022 11:18 pm
by ckaiycool
This is the one you need ;)
https://github.com/matlo/GIMX-firmwares ... es-8.0.zip

If this does not work i think you have to switch the TXD and RXD on the Uart.

Re: Unable to load firmware/failed packet header

Posted: Tue Mar 22, 2022 2:08 am
by PlutocraticG
Yep that was it. In the tutorial the link to the firmwares didn't open a new page. Almost like it was being blocked like an ad. Everything works as of now. Thanks.

Re: Unable to load firmware/failed packet header - SOLVED

Posted: Tue Mar 22, 2022 4:15 am
by ckaiycool
You're welcome :D