Skip to content

Commit 5aca586

Browse files
committed
Updated for Arduino IDE 2 (HC-1557)
1 parent 6de461e commit 5aca586

8 files changed

+59
-21
lines changed

content/Software Support/IDE Settings/How-to-update-the-core-of-your-Arduino-Board.md

Lines changed: 0 additions & 21 deletions
This file was deleted.
-68.9 KB
Binary file not shown.
-198 KB
Binary file not shown.
-65.4 KB
Binary file not shown.
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: "Update board packages in Arduino IDE"
3+
id: 4404691106066
4+
---
5+
6+
Updating your board packages ensures compatibility with the latest features and improves performance and stability. Learn how to update board packages in Arduino IDE.
7+
8+
In this article:
9+
10+
<!-- TOC -->
11+
12+
- [Update using the "Updates are available" prompt](#update-using-the-updates-are-available-prompt)
13+
- [Update boards using the Board Manager](#update-boards-using-the-board-manager)
14+
15+
<!-- /TOC -->
16+
17+
---
18+
19+
## Update using the "Updates are available" prompt
20+
21+
Arduino IDE automatically checks for board package updates each time you start the application.
22+
23+
![Prompt with the text "Updates are available for some of your boards" and the options "Later", "Install Manually", and "Install All".](img/updates-available.png)
24+
25+
If an update is available, a notification will be displayed in the corner with these options:
26+
27+
- _Later._ Close the prompt without updating.
28+
- _Install Manually._ View updatable board packages in the Board Manager.
29+
- _Install All._ Install all updates automatically.
30+
31+
You can also manually trigger the "Updates are available" prompt:
32+
33+
1. Use one of these keyboard shortcuts to open the Command Palette:
34+
35+
- Press `Ctrl`+ `Shift` + `P` (Windows/Linux) / `` + `Shift` + `P` (macOS)
36+
37+
- Press `F1`.
38+
39+
2. Type "Update", and select **Check for Arduino Updates** (this command also checks for library updates).
40+
41+
3. If any of your installed board packages can be updated, the "Updates are available" prompt will appear.
42+
43+
## Update boards using the Board Manager
44+
45+
Follow these steps to update board packages in the Board Manager:
46+
47+
1. Open the ![Boards Manager icon](img/symbol_board.png) **Board Manager** from the sidebar, or select Tools > Board > Boards Manager in the menu bar.
48+
49+
2. Set the **Type** filter to "Updatable" to view board packages that can be updated. <!-- You can also search for any board by typing in the text field. -->
50+
51+
![Board Manager](img/update-board-version-filter.png)
52+
53+
3. The currently installed version for each board package is displayed under the board name.
54+
55+
Confirm the selected version to install (the latest is selected by default) and click **Update** to install it.
56+
57+
![Board Manager](img/update-board-version.png)
58+
59+
4. The installation is complete when the message `Platform X installed` appears in the Output panel.
56 KB
Loading
61.1 KB
Loading
19.2 KB
Loading

0 commit comments

Comments
 (0)