Skip to content

improve find FQBN FAQ #274

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 1 commit into from
Jul 11, 2019
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
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,17 @@ Because:

#### How can I find the core/FQBN for a board?

Update the core index to have latest boards informations:

$ arduino-cli core update-index
Updating index: package_index.json downloaded

See: https://github.com/arduino/arduino-cli#step-4-find-and-install-the-right-core

Further help can be found in [this comment](https://github.com/arduino/arduino-cli/issues/138#issuecomment-459169051) in [#138](https://github.com/arduino/arduino-cli/issues/138).

For a deeper understanding of how FQBN works, you should understand Arduino Hardware specification. You can find more information in this [arduino/Arduino wiki page](https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5-3rd-party-Hardware-specification)

# Testing

Currently Unit and Integration test are available for launch in 2 ways:
Expand All @@ -366,4 +375,4 @@ Currently Unit and Integration test are available for launch in 2 ways:
* test-unit-race: Run unit tests only with race condition detection
```

For Example to launch unit tests only run: `task test-unit`
For Example to launch unit tests only run: `task test-unit`