Skip to content

FQBN not being found when connected through FTDI board #149

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

Closed
apozharski opened this issue Feb 15, 2019 · 1 comment
Closed

FQBN not being found when connected through FTDI board #149

apozharski opened this issue Feb 15, 2019 · 1 comment
Labels
conclusion: duplicate Has already been submitted

Comments

@apozharski
Copy link

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.

@per1234 per1234 added the conclusion: duplicate Has already been submitted label Feb 16, 2019
@per1234
Copy link
Contributor

per1234 commented Feb 16, 2019

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.

Closing as duplicate of #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: duplicate Has already been submitted
Projects
None yet
Development

No branches or pull requests

2 participants