Description
Bug Report
Current behavior
Arduino-cli cannot find connected boards by command "board list". But Arduino IDE easily finds boards and upload scetches.
Previously used the arduino-cli version 0.3.6-alpha.preview version and everything worked
When i run "arduino-cli board list -v" output is
arduino-cli board list -v
INFO[0000] Checking for config file in: C:\Users\Людмила\AppData\Local\Arduino15\arduino-cli.yaml
INFO[0000] Checking if CLI is Bundled into the IDE
INFO[0000] Candidate IDE Directory: D:\git-projects\ard-console
INFO[0000] CLI is not bundled into the IDE
INFO[0000] Checking for config in: C:\arduino-cli.yaml
INFO[0000] error loading error="open C:\arduino-cli.yaml: The system cannot find the file specified."
INFO[0000] Checking for config in: C:\Users\arduino-cli.yaml
INFO[0000] error loading error="open C:\Users\arduino-cli.yaml: The system cannot find the file specified."
INFO[0000] Checking for config in: C:\Users\Людмила\arduino-cli.yaml
INFO[0000] error loading error="open C:\Users\Людмила\arduino-cli.yaml: The system cannot find the file specified."
INFO[0000] Checking for config in: C:\Users\Людмила\AppData\arduino-cli.yaml
INFO[0000] error loading error="open C:\Users\Людмила\AppData\arduino-cli.yaml: The system cannot find the file specified."
INFO[0000] Checking for config in: C:\Users\Людмила\AppData\Local\arduino-cli.yaml
INFO[0000] error loading error="open C:\Users\Людмила\AppData\Local\arduino-cli.yaml: The system cannot find the file specified."
INFO[0000] Checking for config in: C:\Users\Людмила\AppData\Local\Roboblock\arduino-cli.yaml
INFO[0000] error loading error="open C:\Users\Людмила\AppData\Local\Roboblock\arduino-cli.yaml: The system cannot find the file specified."
INFO[0000] Configuration set
INFO[0000] arduino-cli.exe-0.3.7-alpha.preview
INFO[0000] Starting root command preparation (arduino
)
INFO[0000] Formatter set
INFO[0000] Initializing package manager
INFO[0000] Checking if CLI is Bundled into the IDE
INFO[0000] Candidate IDE Directory: D:\git-projects\ard-console
INFO[0000] Loading hardware from: C:\Users\Людмила\AppData\Local\Arduino15\packages
INFO[0000] Loading package arduino from: C:\Users\Людмила\AppData\Local\Arduino15\packages\arduino\hardware
INFO[0000] Loaded platform platform="arduino:[email protected]"
INFO[0000] Checking existence of 'tools' path: C:\Users\Людмила\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loading tools from dir: C:\Users\Людмила\AppData\Local\Arduino15\packages\arduino\tools
INFO[0000] Loaded tool tool="arduino:[email protected]"
INFO[0000] Loaded tool tool="arduino:[email protected]"
INFO[0000] Loaded tool tool="arduino:[email protected]"
INFO[0000] Loading package builtin from: C:\Users\Людмила\AppData\Local\Arduino15\packages\builtin
INFO[0000] Checking existence of 'tools' path: C:\Users\Людмила\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loading tools from dir: C:\Users\Людмила\AppData\Local\Arduino15\packages\builtin\tools
INFO[0000] Loaded tool tool="builtin:[email protected]"
INFO[0000] Loaded tool tool="builtin:[email protected]"
INFO[0000] Loading package esp32 from: C:\Users\Людмила\AppData\Local\Arduino15\packages\esp32\hardware
INFO[0000] Loaded platform platform="esp32:[email protected]"
INFO[0000] Checking existence of 'tools' path: C:\Users\Людмила\AppData\Local\Arduino15\packages\esp32\tools
INFO[0000] Loading tools from dir: C:\Users\Людмила\AppData\Local\Arduino15\packages\esp32\tools
INFO[0000] Loaded tool tool="esp32:[email protected]"
INFO[0000] Loaded tool tool="esp32:[email protected]"
INFO[0000] Loaded tool tool="esp32:[email protected]"
INFO[0000] Loading package esp8266 from: C:\Users\Людмила\AppData\Local\Arduino15\packages\esp8266\hardware
INFO[0000] Loaded platform platform="esp8266:[email protected]"
INFO[0000] Checking existence of 'tools' path: C:\Users\Людмила\AppData\Local\Arduino15\packages\esp8266\tools
INFO[0000] Loading tools from dir: C:\Users\Людмила\AppData\Local\Arduino15\packages\esp8266\tools
INFO[0000] Loaded tool tool="esp8266:[email protected]"
INFO[0000] Loaded tool tool="esp8266:[email protected]"
INFO[0000] Loaded tool tool="esp8266:[email protected]"
INFO[0000] Loaded tool tool="esp8266:[email protected]"
INFO[0000] Loading hardware from: C:\Users\Людмила\Documents\Arduino\hardware
INFO[0000] Loading package espressif from: C:\Users\Людмила\Documents\Arduino\hardware\espressif
INFO[0000] Loaded platform platform="espressif:esp32-1.0.2@"
INFO[0000] Adding libraries dir dir="C:\Users\Людмила\Documents\Arduino\libraries" location=sketchbook
INFO[0000] Adding libraries dir dir="C:\Users\Людмила\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.2\libraries" location=platform
INFO[0000] Adding libraries dir dir="C:\Users\Людмила\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.2\libraries" location=platform
INFO[0000] Adding libraries dir dir="C:\Users\Людмила\Documents\Arduino\hardware\espressif\esp32-1.0.2\libraries" location=platform
INFO[0000] Adding libraries dir dir="C:\Users\Людмила\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.6.23\libraries" location=platform
No boards found.
Environment
- CLI version : arduino-cli.exe Version: 0.3.7-alpha.preview Commit: 032fa05
- OS and platform: Windows 10 Home, 64x