Replies: 2 comments 4 replies
-
Only scratching the surface here, but this was a fairly large commit: 9dc8980. It seems the script is trying to enumerate the children of https://github.com/shanteacontrols/OpenDeck/tree/master/src/board/arch/avr/atmel/variants/avr8/, but there's not much there. Like I said: I didn't dig very deep and you know far more than I do about how this all works. Thanks in advance for any help! |
Beta Was this translation helpful? Give feedback.
-
Fixed. 1836eea The issue was that most of the generic board/ structure was moved to core submodule, so some directories aren't present anymore where they used to be. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Running Ubuntu 20.04, Arduino IDE 1.8.19, and Arduino AVR Boards 1.8.5.
When I execute flash.sh, it only gives a single option for the MCU to flash:
However, I've already flashed that MCU successfully and now I need to flash the atmega2560 MCU. The port is correct. And if I select the 2560 .hex, avrdude obviously detects a device signature mismatch because the script is passing the 16u2 device to the command.
Looking at #152 , I don't really understand how to do this manually with the info there and at https://github.com/shanteacontrols/OpenDeck/blob/master/config/mcu/atmega2560.yml#L5.
Suggestions on how to proceed? I have 4 other Mega2560s working just fine, but they were flashed over a year ago. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions