
This is freaking me out. What should I do?
Code: Select all
-c avr109 -p m32u4 -P COMXX -U flash:w:"path_to_fw.hex":a
Code: Select all
C:\Users\Franco\Desktop\Arduino\hardware\tools\avr/bin/avrdude -CC:\Users\Franco\Desktop\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega32u4 -cavr109 -PCOM19 -b57600 -D -Uflash:w:C:\Users\Franco\AppData\Local\Temp\arduino_build_762667/sketch_apr12a.ino.hex:i
Unless it is the very first time, you'd need to short the pins twice in quick succession.snot wrote: 13 Apr 2019, 08:22 Are you shorting the GND and RST pins together just before flashing to put it into bootloader mode?
I have successfully flashed three Soarer's converters with no problems. I'll try Freematics and see what happen.swampangel wrote: 13 Apr 2019, 19:39 Have you successfully flashed a Pro Micro with avrdude from this machine before?
On Windows I use Freematics Arduino Builder https://freematics.com/pages/software/arduino-builder/
AVRDUDESS never worked for me, I don't know why. Sorry.Sangdrax wrote: 13 Apr 2019, 22:41 You can also try AVRDUDESS with the SS. It has a GUI and lets you know if what you selected is detected. I use it for all my pro-micro clone flashes.
Plus it keeps the controller in bootloading mode once detected so you don't have to worry about a few second timer.
Is what I do, I tried single and twice. As far as I know it detects the board but isn't flashing it for some reason.Findecanor wrote: 13 Apr 2019, 22:57Unless it is the very first time, you'd need to short the pins twice in quick succession.snot wrote: 13 Apr 2019, 08:22 Are you shorting the GND and RST pins together just before flashing to put it into bootloader mode?
Then avrdude must be run immediately afterwards. I think it goes out of bootloader mode if you wait to long.