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:avr@1.6.23"
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:arduinoOTA@1.2.1"
INFO[0000] Loaded tool tool="arduino:avr-gcc@5.4.0-atmel3.6.1-arduino2"
INFO[0000] Loaded tool tool="arduino:avrdude@6.3.0-arduino14"
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:ctags@5.8-arduino11"
INFO[0000] Loaded tool tool="builtin:serial-discovery@1.0.0"
INFO[0000] Loading package esp32 from: C:\Users\Людмила\AppData\Local\Arduino15\packages\esp32\hardware
INFO[0000] Loaded platform platform="esp32:esp32@1.0.2"
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:esptool_py@2.6.1"
INFO[0000] Loaded tool tool="esp32:mkspiffs@0.2.3"
INFO[0000] Loaded tool tool="esp32:xtensa-esp32-elf-gcc@1.22.0-80-g6c4433a-5.2.0"
INFO[0000] Loading package esp8266 from: C:\Users\Людмила\AppData\Local\Arduino15\packages\esp8266\hardware
INFO[0000] Loaded platform platform="esp8266:esp8266@2.5.2"
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:esptool@2.5.0-3-20ed2b9"
INFO[0000] Loaded tool tool="esp8266:mkspiffs@2.5.0-3-20ed2b9"
INFO[0000] Loaded tool tool="esp8266:python@3.7.2-post1"
INFO[0000] Loaded tool tool="esp8266:xtensa-lx106-elf-gcc@2.5.0-3-20ed2b9"
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