-
-
Notifications
You must be signed in to change notification settings - Fork 444
Closed
Description
Bug Report
Current behavior
./arduino-cli board list
Port Type Board Name FQBN Core
/dev/ttyACM0 Serial Port (USB) UnknownThe connected board is not recognized.
Expected behavior
./arduino-cli board list
Port Type Board Name FQBN Core
/dev/ttyACM0 Serial Port (USB) ftduino:avr:ftduinoI'd expect the device to get recognized.
The arduino IDE correctly recognizes it.
The pid and vid are defined in the extension here:
https://github.com/harbaum/ftduino/blob/master/ftduino/boards.txt#L3-L7
Is there something else that needs to be done to recognize a custom board?
Environment
- CLI version (output of
arduino-cli version): arduino-cli Version: 0.6.0 Commit: 3a08b07 - OS and platform: Linux.
Additional context
Metadata
Metadata
Assignees
Labels
No labels