-
-
Notifications
You must be signed in to change notification settings - Fork 71
Red X next to board and comm port #198
Comments
@mikcatta, thanks for reporting the issue. What cores have you installed? What is your selected board and port in the |
Hi @kittaakos, Is there any way to tell what core are installed? This is a Seeeduino Mega 2560 connected via USB . The port is COM37. Attached is a copy of the console.txt . |
Thank you for the update, @mikcatta.
Yes, from the
I am not a hardware expert, but as far as I see, this is a non-official Arduino boards-package (aka. core). The automatic board detection works only for installed cores, and with the most recent release of the Pro IDE, it is not possible to add a 3rd party, non-official board URL. See #177. My assumption, based on this documentation, is that you have to install the core first, then the board detection will work. But currently, you cannot add a 3rd party boards URL: https://raw.githubusercontent.com/Seeed-Studio/Seeeduino-Boards/master/package_seeeduino_index.json Note, you can always verify the behavior with the akos.kitta@Akoss-MacBook-Pro arduino-cli % rm -rf ~/Library/Arduino15 && rm -rf ~/Documents/Arduino/
akos.kitta@Akoss-MacBook-Pro arduino-cli % ./arduino-cli core update-index
Downloading missing tool builtin:[email protected]...
builtin:[email protected] downloaded
Installing builtin:[email protected]...
builtin:[email protected] installed
Downloading missing tool builtin:[email protected]...
builtin:[email protected] downloaded
Installing builtin:[email protected]...
builtin:[email protected] installed
Updating index: library_index.json downloaded
Updating index: package_index.json downloaded
akos.kitta@Akoss-MacBook-Pro arduino-cli % ./arduino-cli core list
akos.kitta@Akoss-MacBook-Pro arduino-cli % ./arduino-cli board list
Port Type Board Name FQBN Core
/dev/cu.Bluetooth-Incoming-Port Serial Port Unknown
/dev/cu.MALS Serial Port Unknown
/dev/cu.SOC Serial Port Unknown
/dev/cu.usbmodem14401 Serial Port (USB) Arduino Uno arduino:avr:uno arduino:avr
akos.kitta@Akoss-MacBook-Pro arduino-cli % ./arduino-cli board list
Port Type Board Name FQBN Core
/dev/cu.Bluetooth-Incoming-Port Serial Port Unknown
/dev/cu.MALS Serial Port Unknown
/dev/cu.SOC Serial Port Unknown
/dev/cu.usbmodem14601 Serial Port (USB) Arduino Nano Every arduino:megaavr:nona4809 arduino:megaavr Finally, can the Java-based Arduino IDE (https://github.com/arduino/Arduino) recognize the attached boards automatically? |
Hi @kittaakos I have found and attached a Native Arduino Mega and the Red X disappears. It is also listed with "arduino_cli.exe board list". If I try the same, with the Seeeduino Mega2560, I get unknown, so I guess that the is board is currently not supported. Port Type Board Name FQBN Core Thanks for your assistance. |
Thank you for checking it and reporting back with your findings; much appreciated 🙏 I am going to reopen it and track this issue as part of #177. |
Nice. Thank you for the suggestion, @per1234. Let's do that. |
arduino-pro-ide 0.0.4 on Windows 10 (64bit)
I always get a red X beside the board, even though it works
The text was updated successfully, but these errors were encountered: