-
-
Notifications
You must be signed in to change notification settings - Fork 114
need more documentation on -fqbn param #241
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
Comments
Ran into this issue too. Found the following. https://forum.arduino.cc/index.php?topic=376923.0 I'm on Mac so for me it looks like from the root of my hardware folder Hope that helps and makes sense. But yeah documentation on that is lacking. Adam |
Indeed. Here is an example:
When building with VSCode, I noticed that it uses arduino-builder, and the -fqbn is At least that works for me :) |
Close. When you go to the link from @Amertz08 you get the hint to the redirect to https://arduino.github.io/arduino-cli/0.26/platform-specification/ The latter link is better than the former, I suppose. When you search for "fqbn" on the page you find even variants of providing additional details. |
Thanks @jjtmp for sharing the link to the platform specification. There is also some information about FQBN in the FAQ: https://arduino.github.io/arduino-cli/latest/FAQ/#whats-the-fqbn-string arduino-builder is deprecated in favor of Arduino CLI so no further documentation will be developed specific to arduino-builder, but it would be beneficial to improve the documentation about FQBNs in general. We are using arduino/arduino-cli#355 to track that task. I will close this issue in favor of that one. If anyone has additional information to share on the subject, feel free to comment in the other thread. |
How does one construct the fqbn param?
How does one get a list of boards possible?
NOTE: this is similar to the --list-boards enhancement request earlier, but short of getting that can we at least get some examples and/or docs?
The text was updated successfully, but these errors were encountered: