Skip to content

[skip changelog] Improve wording of FAQ re: boards w/o dedicated VID/PID #1097

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

Merged
merged 2 commits into from
Dec 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Arduino Uno/Mega/Duemilanove is not detected
## Arduino Nano/Uno/Mega is not detected

When you run `arduino-cli board list`, your board doesn't show up. Possible causes:
When you run [`arduino-cli board list`][arduino cli board list], your board doesn't show up. Possible causes:

- Your board is a cheaper clone, or
- It mounts a USB2Serial converter like FT232 or CH340: these chips always report the same USB VID/PID to the operating
system, so the only thing we know is that the board mounts that specific USB2Serial chip, but we don’t know which
board that chip is on.
- Your board is a cheaper derivative, or
- It's a board, such the classic Nano, that uses a USB to serial converter like FTDI FT232 or CH340. These chips always
report the same USB VID/PID to the operating system, so the only thing we know is that the board mounts that specific
USB2Serial chip, but we don’t know which board that chip is on.

## What's the FQBN string?

Expand Down Expand Up @@ -33,6 +33,7 @@ the [Monitor service documentation][monitor service].

If your question wasn't answered, feel free to ask on [Arduino CLI's forum board][1].

[arduino cli board list]: commands/arduino-cli_board_list.md
[0]: platform-specification.md
[1]: https://forum.arduino.cc/index.php?board=145.0
[screen]: https://www.gnu.org/software/screen/manual/screen.html
Expand Down