Skip to content

Commit 419d6c6

Browse files
committed
Update error message, screenshots and instructions for IDE 2.
1 parent d6244b9 commit 419d6c6

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

content/Software Support/Compilation/Compilation-error-Error-2-UNKNOWN-platform-not-installed.md

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "Compilation error: Platform not found: platform not installed"
3+
id: 360020846379
4+
---
5+
6+
When compiling or uploading, the following error may appear in the output panel.
7+
8+
```
9+
Compilation error: Platform <platform name> not found: platform not installed
10+
```
11+
12+
This error appears when the selected board is not installed.
13+
14+
Follow these steps:
15+
16+
1. Check that you've selected the correct board. See [Select board and port in Arduino IDE](https://support.arduino.cc/hc/en-us/articles/4406856349970-Select-board-and-port-in-Arduino-IDE).
17+
2. If the required board is not installed, install it. See [Add boards to Arduino IDE](https://support.arduino.cc/hc/en-us/articles/360016119519-Add-boards-to-Arduino-IDE).

0 commit comments

Comments
 (0)