diff --git a/README.md b/README.md index a90cd2db727..4859eace41a 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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` \ No newline at end of file +For Example to launch unit tests only run: `task test-unit`