-
Hi @paradajz et al., Trying to flash an Arduino Mega 2560, but unsuccessful so far. Running Ubuntu 22.04 through Parallels on latest macOS Ventura. Been following Flashing AVR boards thoroughly with some minor issues (obsolete cmake version, missing avrdude), but got those fixed I think. Currently failing with the last step "sudo ./scripts/flash.sh" — Made sure to check that Arduino IDE states that the board is connected to ttyACMX with X == 0 so "0" should be correct, shouldn't it?
Warm regards. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 9 replies
-
It's |
Beta Was this translation helpful? Give feedback.
-
Thanks for allowing me to be stupid; means I get the chance to learn fast/er. Process starts to initialize now, but results in:
|
Beta Was this translation helpful? Give feedback.
-
That usually means that the connections are wrong. Or the port is wrong. Verify both. |
Beta Was this translation helpful? Give feedback.
-
Thanks, again. The 10/Reset to 5/Reset was wrong indeed. Once fixed I was able to successfully flash both atmega2560 and atmega16u2 I think… Unfortunately OpenDeck board isn't yet found through config.shanteacontrols.com when connected through USB using latest Chrome browser. Would I need to flash the USB as well? |
Beta Was this translation helpful? Give feedback.
-
Post your entire YAML config. |
Beta Was this translation helpful? Give feedback.
-
That configuration uses too much RAM. Another reason why I recommend against Arduino for new/large designs. The mega2560 won't boot because of that. |
Beta Was this translation helpful? Give feedback.
It's
ttyACM0
, not just0