Skip to content

Commit c644759

Browse files
authored
Apply suggestions from code review
1 parent c8e7288 commit c644759

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/micropython/01.basics/02.board-installation/board-installation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,13 @@ To install the MicroPython firmware to the Portenta C33 board, you can use the *
283283

284284
***The Arduino MicroPython Installer is part of [Arduino Labs](https://labs.arduino.cc) and is considered experimental software.***
285285

286-
Before installing the MicroPython firmware, **ensure you have installed the latest Portenta Renesas core**. To install the core for the Portenta C33 board, navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `renesas` and install the latest `Arduino Renesas Portenta Boards` version.
286+
Before installing the MicroPython firmware, **ensure you have installed the latest Portenta Renesas board package**. To install the board package for the Portenta C33 board, navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for `renesas` and install the latest `Arduino Renesas Portenta Boards` version.
287+
287288

288289
![Installing the Arduino Renesas Portenta Boards core in the Arduino IDE](./assets/portenta-c33-1.png)
289290

290-
With the latest core installed, open the Arduino MicroPython Installer and plug your board into your computer; your board should appear ready to be selected, as shown in the image below. If your board does not appear in the installer, try putting it in bootloader mode by double-tapping your board's reset button.
291+
With the latest board package installed, open the Arduino MicroPython Installer and plug your board into your computer; your board should appear ready to be selected, as shown in the image below. If your board does not appear in the installer, try putting it in bootloader mode by double-tapping your board's reset button.
292+
291293

292294

293295
![Portenta C33 board detected on the Arduino MicroPython Installer](./assets/portenta-c33-2.png)

0 commit comments

Comments
 (0)