You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
once the core is determined you should install it with `arduino-cli core install arduino:samd` and, once installed, you can connect the board and detect it with `arduino-cli board list`.
308
308
309
-
If the board is not detected for any reason, you can list all the supported boards with `arduino-cli board listall`
309
+
If the board is not detected for any reason, you can list all the supported boards with `arduino-cli board listall` and also search for a specific board, in our example `arduino-cli board listall zero`.
310
+
311
+
```
312
+
$ arduino-cli board listall zero
313
+
Board Name FQBN
314
+
Arduino MKRZERO arduino:samd:mkrzero
315
+
Arduino/Genuino Zero (Native USB Port) arduino:samd:arduino_zero_native
316
+
Arduino/Genuino Zero (Programming Port) arduino:samd:arduino_zero_edbg
0 commit comments