-
-
Notifications
You must be signed in to change notification settings - Fork 398
Cannot load Esp32 #1450
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes, this is related to #1326, but actually the configuration like in espressif/arduino-esp32#5618 caused problems even before that, only before the effects were isolated to specific boards rather than the entire platform, and with a much more cryptic symptom than the current clear error message. |
espressif/arduino-esp32#5673 superseded espressif/arduino-esp32/pull/5623 and has been already merged. This is not an Arduino CLI issue though, we avoid loading boards that do not respect the platform specifications. That's a task for that platform developer to solve. Closing. |
@silvanocerza Re-opening this issue. Even with building on
Any ideas? |
Those platforms are not respecting the specification, the custom board options to be precise. The Arduino CLI is behaving correctly and as expected. The listed boards are defining custom options in the wrong way so we avoid loading them to avoid breaking the CLI further down the line, the solution is for the platform maintaners to fix them. I suggest you open issues in those platforms repositories with the list of the boards that are not being loaded so the maintaners know which boards are defining options in the wrong manner. |
Bug Report
Current behavior
When running any arduino-cli command, I get the following error:
Expected behavior
Environment
CLI version (output of
arduino-cli version
): arduino-cli alpha Version: 0.19.0 Commit: 56419ec Date: 2021-09-02T14:47:35ZOS and platform:
(Output of
lsb_release -a
)No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.2 LTS
Release: 20.04
Codename: focal
Additional context
I think it might be related to this:
espressif/arduino-esp32#5623
The text was updated successfully, but these errors were encountered: