-
-
Notifications
You must be signed in to change notification settings - Fork 398
[Nightly] Malformed board options error. #1329
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
Here's the change that now prevents loading any board with "malformed custom board options": |
I opened a PR on the |
That PR has been merged, the fix will be probably released with Guess I'll close this issue when that version is released in case other people have the same issue. |
|
Bug Report
esp32:esp32 and esp8266:esp8266 cores installed via core install but an error is generated during board list and no boards are discovered. There are currently 2 network connected esp32 boards both supporting OTA which works flawlessly from the IDE.
Current behavior
$arduino-cli board list
arduino-cli board list
Downloading missing tool builtin:[email protected]...
builtin:[email protected] downloaded
Installing builtin:[email protected]...
builtin:[email protected] installed
Error initializing instance: loading platform release esp8266:[email protected]: loading boards: skipping loading of boards esp8266:esp8266:espduino: malformed custom board options
Port Type Board Name FQBN Core
/dev/cu.Bluetooth-Incoming-Port Serial Port Unknown
/dev/cu.SLAB_USBtoUART Serial Port (USB) Unknown
Expected behavior
List discoverable boards, similar to those IDE v1 port menu. Allow flashing over the network to one of those boards.
Environment
arduino-cli version
): arduino-cli alpha Version: nightly-20210620 Commit: 2173c12 Date: 2021-06-20T01:25:39ZAdditional context
This does not happen with version 0.18.3
./arduino-cli version
arduino-cli alpha Version: 0.18.3 Commit: d710b64 Date: 2021-05-14T12:36:58Z
./arduino-cli board list
Port Type Board Name FQBN Core
/dev/cu.Bluetooth-Incoming-Port Serial Port Unknown
/dev/cu.SLAB_USBtoUART Serial Port (USB) Unknown
The text was updated successfully, but these errors were encountered: