Closed owenstranathan closed 6 years ago
Could you zip the file you are using (atreus62_default.hex
) and attach it here? Let's try and remove variables.
You said you've tried multiple pro micros?
@profet23 Hey Thanks for responding. I also posted this question in /r/olkb
and someone over there knew exactly the issue. https://www.reddit.com/r/olkb/comments/9ong7q/trouble_flashing_pro_micro_clone/
Apparently it's a bug in avr-gcc 8.2 (I'm not familiar with exact nature of the bug, other than it obviously tries to access disallowed segments of memory) But switching to avr-gcc 7.X and recompiling got me rolling. The only other problem I encountered was my columns were in revers order (probably I just wired it backwards, I had to use a separate source for translating the pinnout from teensy to promicro) i just reversed the column order in config.h
and I was fine.
If anyone else comes here in the future the TL;DR is:
avr-gcc --version
Thanks again for trying to help me! And thanks for the great design!
I realize GH is probably not the best place for this but here I go anyway.
I am using a promicro clone from here https://www.amazon.com/gp/product/B012FOV17O/ref=oh_aui_detailpage_o08_s00?ie=UTF8&psc=1
I am not able to flash my modified firmware nor the default firmware onto the board using avrdude on a mac. (I have also tried avrdudess on my windows machine at work to similar effect)
I run the following command
and the output is like so
This is my first build and in my naivete I went ahead and soldered the board to the wiring before programmimg it. I was initially certain that I had just gotten a melon board, but I've bought 2 other boards and had the same issues (So the problems is probably me)
I would really appreciate help on this.