-
-
Notifications
You must be signed in to change notification settings - Fork 403
Cannot find ports #403
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
Hi @LepikhinEgor what boards do you have connected? Is the corresponding core installed? |
Yes, i try connect esp8266(nodemcu) and and esp8266 core was installled. Then I tried to connect Arduino mega and uno, but they also could not be found |
Also have this problem. Arduino IDE find board without problem.
bulat@bulat-PC:~$ arduino-cli board list -v
INFO[0000] Checking for config file in: /home/bulat/.arduino15/arduino-cli.yaml INFO[0000] Checking if CLI is Bundled into the IDE INFO[0000] Candidate IDE Directory: /bin INFO[0000] CLI is not bundled into the IDE INFO[0000] Checking for config in: /arduino-cli.yaml INFO[0000] error loading error="open /arduino-cli.yaml: no such file or directory" INFO[0000] Checking for config in: /home/arduino-cli.yaml INFO[0000] error loading error="open /home/arduino-cli.yaml: no such file or directory" INFO[0000] Checking for config in: /home/bulat/arduino-cli.yaml INFO[0000] error loading error="open /home/bulat/arduino-cli.yaml: no such file or directory" INFO[0000] Configuration set INFO[0000] arduino-cli-0.5.0 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: /bin INFO[0000] Loading hardware from: /home/bulat/.arduino15/packages INFO[0000] Loading package arduino from: /home/bulat/.arduino15/packages/arduino/hardware INFO[0000] Loaded platform platform="arduino:[email protected]" INFO[0000] Checking existence of 'tools' path: /home/bulat/.arduino15/packages/arduino/tools INFO[0000] Loading tools from dir: /home/bulat/.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: /home/bulat/.arduino15/packages/builtin INFO[0000] Checking existence of 'tools' path: /home/bulat/.arduino15/packages/builtin/tools INFO[0000] Loading tools from dir: /home/bulat/.arduino15/packages/builtin/tools INFO[0000] Loaded tool tool="builtin:[email protected]" INFO[0000] Loaded tool tool="builtin:[email protected]" INFO[0000] Adding libraries dir dir=/home/bulat/Arduino/libraries location=sketchbook INFO[0000] Adding libraries dir dir=/home/bulat/.arduino15/packages/arduino/hardware/avr/1.8.1/libraries location=platform No boards found. Board: Arduino Nano (non official) |
Installed pre-relised version (0.5.0-showports) and it work! bulat@bulat-PC:~/programs$ sudo ./arduino-cli board list
Port Type Board Name FQBN Core
/dev/ttyUSB0 Serial Port (USB) Unknown |
Thanks for confirming @bularond merging the branch right now so it'll be available in today's nightly! |
Fixed in #411 |
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
Environment
The text was updated successfully, but these errors were encountered: