Skip to content

Commit 319af59

Browse files
Update "Add boards to Arduino IDE" / "Uninstall boards from Arduino IDE" [HC-1606] (#439)
* Update Uninstall/Add boards to IDE * Update Add-boards-to-Arduino-IDE.md * Apply suggestions from code review Co-authored-by: Renat0Ribeir0 <[email protected]> --------- Co-authored-by: Renat0Ribeir0 <[email protected]>
1 parent 9be997c commit 319af59

File tree

3 files changed

+26
-41
lines changed

3 files changed

+26
-41
lines changed

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

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,56 +5,51 @@ id: 360016119519
55

66
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 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

2024
3. Find the package that includes your board.
2125

2226
4. Click **Install** (the latest version is selected by default).
2327

28+
> [!NOTE]
2429
> If the package is already installed, you will instead have the option of installing a different version.
2530
2631
5. Wait for the installation to complete.
2732

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>
33+
![Board Manager](img/board-manager-install-ide2.png)
3834

3935
You can now select boards from the installed packages in the _Tools > Board_ menu:
4036

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

4339
---
4440

45-
## Add additional packages to the Boards Manager
41+
## Add additional packages to the Boards Manager{#additional_packages}
4642

4743
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).
4844

4945
---
5046

51-
## Install a board manually
47+
## Install a board manually{#board_manually}
5248

5349
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).
5450

5551
---
5652

5753
## Further reading
5854

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)
55+
[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: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,34 @@ id: 4407225360018
55

66
The Boards Manager provides the most convenient way to remove unwanted or unused boards. The location of the installed cores can be found [here](https://support.arduino.cc/hc/en-us/articles/4415103213714#boards).
77

8-
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.
8+
The following instructions to uninstall are not limited to the core in this example; they are equally 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 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)