Skip to content

Commit d795c88

Browse files
committed
New article: Compilation error: Invalid FQBN: board "X" not found (HC-1668)
1 parent 5aca586 commit d795c88

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "Compilation error: Invalid FQBN: board \"X\" not found"
3+
id: 4412950941074
4+
---
5+
6+
> [!IMPORTANT]
7+
> If you're using **Arduino Nano R4** and see the error `Invalid FQBN: board arduino:renesas_uno:nanor4 not found`, please [install Arduino UNO R4 Boards 1.5.0 or later](https://support.arduino.cc/hc/en-us/articles/4404691106066-How-to-update-the-core-of-your-Arduino-Board).
8+
9+
When compiling or uploading, the following error may occur:
10+
11+
```
12+
Compilation error: Invalid FQBN: board "X" not found
13+
```
14+
15+
The error can occur if the selected board does not exist in the installed version of the board package for that board. This can happen if the selected board was added to an existing board package that is already installed on your computer. To solve this problem, [use the latest version of the board package](https://support.arduino.cc/hc/en-us/articles/4404691106066-How-to-update-the-core-of-your-Arduino-Board).
16+
17+
If you're using Arduino CLI, ensure you've typed the FQBN correctly. You can list the FQBNs for all installed boards with the `arduino-cli core list --all` command.

0 commit comments

Comments
 (0)