Reset Gimx arduino firmware to default

Need help? Ask here and someone will help
Post Reply
Fingle
Posts: 5
Joined: Wed Mar 13, 2024 7:08 pm

Reset Gimx arduino firmware to default

Post by Fingle »

Hello, I constructed 2 gimx adapters and work great. Problem is, I want to use the arduino pro micro from one of the adapters for a new project and I cannot figure out how to reset the firmware to the normal arduino firmware. Is there some guide out there on how to do that? When plugged in, shorting the reset and ground pins doesn't do anything, and the arduino ide doesn't see to be able to update the firmware.
User avatar
ckaiycool
Posts: 499
Joined: Thu Jul 10, 2014 8:16 pm
Location: Sweden

Re: Reset Gimx arduino firmware to default

Post by ckaiycool »

Found this thread on arduino forum.
https://forum.arduino.cc/t/solved-compl ... cro/671721
Last edited by ckaiycool on Thu Nov 21, 2024 7:24 am, edited 1 time in total.
Fingle
Posts: 5
Joined: Wed Mar 13, 2024 7:08 pm

Re: Reset Gimx arduino firmware to default

Post by Fingle »

I cant get either of my pro micros to go into reset mode by shorting reset to ground. The lights just wont flash

Here is the verbose error message if it helps at all

avrdude: Version 6."C:\Users\Fingle\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude" "-CC:\Users\Fingle\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf" -v -V -patmega32u4 -cavr109 "-PCOM5" -b57600 -D "-Uflash:w:C:\Users\Fingle\AppData\Local\Temp\arduino\sketches\AB051070F397CC813554B52351E05484/sketch_nov20a.ino.hex:i"
3-20190619
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2014 Joerg Wunsch

System wide configuration file is "C:\Users\Fingle\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"

Using Port : COM5
Using Programmer : avr109
Overriding Baud Rate : 57600
AVR Part : ATmega32U4
Chip Erase delay : 9000 us
PAGEL : PD7
BS2 : PA0
RESET disposition : dedicated
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :

Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
eeprom 65 20 4 0 no 1024 4 0 9000 9000 0x00 0x00
flash 65 6 128 0 yes 32768 128 256 4500 4500 0x00 0x00
lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00

Programmer Type : butterfly
Description : Atmel AppNote AVR109 Boot Loader

Connecting to programmer: .avrdude: ser_recv(): read error: The I/O operation has been aborted because of either a thread exit or an application request.


avrdude: butterfly_recv(): programmer is not responding

avrdude: ser_recv(): read error: The device does not recognize the command.


avrdude: butterfly_recv(): programmer is not responding
avrdude: ser_drain(): read error: The device does not recognize the command.


avrdude: ser_send(): write error: sorry no info avail
avrdude: ser_recv(): read error: The device does not recognize the command.


avrdude: butterfly_recv(): programmer is not responding
avrdude: ser_send(): write error: sorry no info avail
avrdude: ser_recv(): read error: The device does not recognize the command.


avrdude: butterfly_recv(): programmer is not responding
avrdude: ser_recv(): read error: The device does not recognize the command.


avrdude: butterfly_recv(): programmer is not responding
avrdude: ser_send(): write error: sorry no info avail
avrdude: ser_recv(): read error: The device does not recognize the command.


avrdude: butterfly_recv(): programmer is not responding
Found programmer: Id = "F"; type = @
Software Version = �.v; Hardware Version = �.
avrdude: ser_send(): write error: sorry no info avail
avrdude: ser_recv(): read error: The device does not recognize the command.


avrdude: butterfly_recv(): programmer is not responding
avrdude: ser_send(): write error: sorry no info avail
avrdude: ser_recv(): read error: The device does not recognize the command.


avrdude: butterfly_recv(): programmer is not responding
avrdude: error: buffered memory access not supported. Maybe it isn't
a butterfly/AVR109 but a AVR910 device?
avrdude: initialization failed, rc=-1
Double check connections and try again, or use -F to override
this check.

avrdude: ser_send(): write error: sorry no info avail
avrdude: ser_recv(): read error: The device does not recognize the command.


avrdude: butterfly_recv(): programmer is not responding
avrdude: error: programmer did not respond to command: leave prog mode
avrdude: ser_send(): write error: sorry no info avail
avrdude: ser_recv(): read error: The device does not recognize the command.


avrdude: butterfly_recv(): programmer is not responding
avrdude: error: programmer did not respond to command: exit bootloader

avrdude done. Thank you.

Failed uploading: uploading error: exit status 1
Fingle
Posts: 5
Joined: Wed Mar 13, 2024 7:08 pm

Re: Reset Gimx arduino firmware to default

Post by Fingle »

So judging by that log file I think it might have actually been working. Led wasn't blinking like it should have from the script I uploaded though so while troubleshooting that I managed to brick the thing beyond my ability to repair. So ya. GGs I guess I have to buy a new one now
Post Reply