Skip to content

Commit 4c96c6e

Browse files
Update Uninstall/Add boards to IDE
1 parent 63f0c42 commit 4c96c6e

File tree

3 files changed

+26
-42
lines changed

3 files changed

+26
-42
lines changed

content/Software Support/Installation/Add-boards-to-Arduino-IDE.md

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,21 @@ title: "Add boards to Arduino IDE"
33
id: 360016119519
44
---
55

6-
A **board core** (or just _board_ for short) is a collection of files needed to compile and upload sketches for a board. Cores are contained in _packages_ and can be installed using the Board Manager.
6+
A **board core** (or just *board* for short) is a collection of files needed to compile and upload sketches for a board. Cores are contained in *packages* and can be installed using the Board Manager.
77

8-
---
8+
In this article:
9+
10+
- [Add a board with the Boards Manager](#add_board)
11+
- [Add additional packages to the Boards Manager](#additional_packages)
12+
- [Install a board manually](#board_manually)
913

10-
<a id="add-with-board-manager"></a>
14+
---
1115

12-
## Add a board with the Boards Manager
16+
## Add a board with the Boards Manager{#add_board}
1317

1418
Official Arduino cores can be conveniently installed with the Boards Manager tool.
1519

16-
1. In the menu bar, select _Tools > Board > Boards Manager_. In IDE 2 you can also access it by clicking the button in the left-most sidebar.
20+
1. In the menu bar, select *Tools > Board > Boards Manager...* or you can also click on the ![Boards Manager icon](img/symbol_board.png) button in the sidebar.
1721

1822
2. Either search for the package name (e.g. "megaAVR"), or the board (e.g. "Uno", "MKR1000", or "Portenta"), by typing in the search field.
1923

@@ -25,36 +29,26 @@ Official Arduino cores can be conveniently installed with the Boards Manager too
2529
2630
5. Wait for the installation to complete.
2731

28-
<div>
29-
<figure style="display: inline-block; margin: 0;">
30-
<img src="img/board-manager-install-ide1.png" alt="Searching for 'Nano Every' and installing the resulting megaAVR Boards package in Board Manager in IDE 1.x."/>
31-
<figcaption><i>Boards Manager in Arduino IDE 1.x.</i></figcaption>
32-
</figure>
33-
<figure style="display: inline-block; margin: 0;">
34-
<img src="img/board-manager-install-ide2.png" alt="Searching for 'Nano Every' and installing the resulting megaAVR Boards package in Board Manager in IDE 2."/>
35-
<figcaption style><i>Boards Manager in Arduino IDE 2.</i></figcaption>
36-
</figure>
37-
</div>
32+
![Board Manager](img/board-manager-install-ide2.png)
3833

39-
You can now select boards from the installed packages in the _Tools > Board_ menu:
34+
You can now select boards from the installed packages in the *Tools > Board* menu:
4035

4136
![Selecting Arduino Nano Every from the megaAVR package in Arduino IDE.](img/ide_menu_tools_board_megaAVR_nano_every.png)
4237

4338
---
4439

45-
## Add additional packages to the Boards Manager
40+
## Add additional packages to the Boards Manager{#additional_packages}
4641

4742
See [Add or remove third-party boards in Boards Manager](https://support.arduino.cc/hc/en-us/articles/360016466340-Add-or-remove-third-party-boards-in-Boards-Manager).
4843

4944
---
5045

51-
## Install a board manually
46+
## Install a board manually{#board_manually}
5247

5348
Cores can also be added directly to the file system. See [Find sketches, libraries, board cores, and other files on your computer](https://support.arduino.cc/hc/en-us/articles/4415103213714-Find-sketches-libraries-board-cores-and-other-files-on-your-computer#boards).
5449

5550
---
5651

5752
## Further reading
5853

59-
* [Add or remove third-party boards in Boards Manager](https://support.arduino.cc/hc/en-us/articles/360016466340-Add-or-remove-third-party-boards-in-Boards-Manager)
60-
* [Uninstall boards using the Boards Manager](https://support.arduino.cc/hc/en-us/articles/4407225360018-Uninstall-boards-using-the-Boards-Manager)
54+
[Uninstall boards using the Boards Manager](https://support.arduino.cc/hc/en-us/articles/4407225360018-Uninstall-boards-using-the-Boards-Manager)

content/Software Support/Installation/Uninstall-boards-from-Arduino-IDE.md

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,42 +7,32 @@ The Boards Manager provides the most convenient way to remove unwanted or unused
77

88
The following instructions to uninstall is not limited to the core in this example; it equally would be applicable to both official Arduino and third party cores.
99

10-
---
10+
In this article:
11+
12+
- [Uninstall using the Boards Manager](#uninstall_board)
13+
- [Uninstall by directly deleting files](#delete_files)
1114

12-
## Uninstall using the Boards Manager
15+
---
1316

14-
> [!NOTE]
15-
> In Arduino IDE 1.x, the "Arduino AVR Boards" package is bundled with [the application files](https://support.arduino.cc/hc/en-us/articles/4412943340178-Open-the-Arduino-IDE-installation-folder) and cannot be uninstalled using the Boards Manager.
17+
## Uninstall using the Boards Manager{#uninstall_board}
1618

1719
The Boards Manager provides the most convenient way to remove unwanted or unused boards.
1820

19-
1. **Open the Boards Manager:**
20-
21-
* In the menu bar, select _Tools > Board > Boards Manager..._
22-
* In IDE 2, you can also click on the ![Boards Manager icon](img/symbol_board.png) button in the sidebar.
21+
1. In the menu bar, select *Tools > Board > Boards Manager...* or you can also click on the ![Boards Manager icon](img/symbol_board.png) button in the sidebar.
2322

2423
2. Filter the results by typing in the text field, and find the board package you want to uninstall.
2524

26-
3. **Uninstall the library:**
25+
3. Click the **Remove** button.
2726

28-
* In Arduino IDE 1.x, click the **Remove** button.
27+
![Uninstalling AVR Boards package.](img/uninstall-board.png)
2928

30-
* In Arduino IDE 2, hover over the "Installed" label to reveal the **Uninstall** button, and click it.
31-
32-
![Uninstalling the SAMD package in Arduino IDE 1 and IDE 2.](img/uninstall-board.png)
33-
_The Library Manager looks slightly different depending on what version of the IDE you are using._
34-
35-
4. Confirm that you want to uninstall the board package.
29+
4. Confirm that you want to uninstall the library by clicking **Yes**.
3630

3731
5. Wait while Arduino IDE uninstalls the board package.
3832

39-
If you want to remove many packages, or are unsure which packages are installed, it will be more efficient to [delete the files directly](#delete-files).
40-
4133
---
4234

43-
<a id="delete-files"></a>
44-
45-
## Uninstall by directly deleting files
35+
## Uninstall by directly deleting files{#delete_files}
4636

4737
The files can also be removed directly with your system's file manager application:
4838

@@ -60,4 +50,4 @@ The files can also be removed directly with your system's file manager applicati
6050

6151
## Further reading
6252

63-
* [Add boards to Arduino IDE](https://support.arduino.cc/hc/en-us/articles/360016119519)
53+
- [Add boards to Arduino IDE](https://support.arduino.cc/hc/en-us/articles/360016119519)
-82.2 KB
Loading

0 commit comments

Comments
 (0)