Closed as not planned
Closed as not planned
Description
Describe the problem
When installing the mbed_portenta
core, an error message is displated regarding the ESP8266 having malformed custom board options
. Does not noticablely affect the operation with a Portenta board otherwise.
To reproduce
- Open Windows PowerShell (non-adminsistrator)
- Provide permissions for the Scoop installer
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
- Install the latest arduino IDE via scoop
scoop install arduino-cli
(in this case, 0.27.0) - Update the CLI index then install the
mbed_portenta
corearduino-cli core install arduino:mbed_portenta
- The following message is displayed
Downloading missing tool builtin:[email protected]...
builtin:[email protected] downloaded
Installing builtin:[email protected]...
builtin:[email protected] installed
Error initializing instance: Error loading hardware platform: loading platform release esp8266:[email protected]: loading boards: skipping loading of boards esp8266:esp8266:espduino: malformed custom board options
Error initializing instance: Error loading hardware platform: loading platform release esp8266:[email protected]: loading boards: skipping loading of boards esp8266:esp8266:espduino: malformed custom board options
Expected behavior
No messages about the ESP8266 would show up.
Arduino CLI version
0.27.0
Operating system
Windows
Operating system version
Windows 10
Additional context
No response
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the nightly build
- My report contains all necessary details