PlatformIO and Arduino Uno - it wants to upload to many other boards? #710
-
Ok - I have (and have been) converted to VSCode and PlatformIO - one hell of installation madness, but so it goes in these modern times. So now I am on the master branch (for the moment). It compiles, it does an upload, it says
... really nice (especially the "Thank you" in the middle: What did I do that it thanks me? ;-) ). But then all hell breaks loose: It wants to do
and runs into
still it says :-)
but then
Then
and
and finally
What's going on here? How can I suppress these attempts for platforms (I assume) that I dont have (and dont know about)? Thank you! (Yes, I can also be polite, like PlatformIO :-)) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
My own attempt at an answer: I modified platformio.ini as follows:
i.e., everything exception AVR-UNO and avr.ini is commented out. Seems to do what I want. If this is ok, no answer is needed - but if this destroys something I'd need along the way, please drop me a line. Thanks! |
Beta Was this translation helpful? Give feedback.
-
you don't need to do any of that. You need to select your target environment from the PlatformIO tool bar as well as you board COM port |
Beta Was this translation helpful? Give feedback.
-
Thanks! - still on the learning curve. Will do that tomorrow.Good night!H.M.--Gesendet mit der GMX Mail AppAm 28.07.24, 21:28 schrieb Paciente8159 ***@***.***>:
you don't need to do any of that. The problem is that you are building the default environment, that essentially builds the firmware for all boards.
You need to select your target environment from the PlatformIO tool bar as well as you board COM port
image.png (view on web)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
you don't need to do any of that.
The problem is that you are building the default environment, that essentially builds the firmware for all boards.
You need to select your target environment from the PlatformIO tool bar as well as you board COM port