You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the arduino-cli with a Pro-mini board. The board itself needs to be connected through an FTDI board. I have installed the arduino:avr core which provides arduino:avr:pro which should work for the board. However when calling arduino-cli board list the board's FQBN is blank and the board type is unknown.
The text was updated successfully, but these errors were encountered:
This is the expected behavior for any board that uses an FTDI or any other USB to TTL serial adapter chip that has a generic VID/PID. There is not way for arduino-cli to determine the FQBN for these boards as they provide no unique identifying information. arduino-cli has no way of knowing what is on the other side of that FTDI board.
I am trying to use the arduino-cli with a Pro-mini board. The board itself needs to be connected through an FTDI board. I have installed the
arduino:avr
core which providesarduino:avr:pro
which should work for the board. However when callingarduino-cli board list
the board's FQBN is blank and the board type is unknown.The text was updated successfully, but these errors were encountered: