Skip to content

Commit 66ca83e

Browse files
committed
Update micropython-installation.md
1 parent 5b8a680 commit 66ca83e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/tutorials/generic/micropython-installation/micropython-installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ The process for flashing the firmware on the Nano 33 BLE requires to first updat
3838

3939
### Installing the Core
4040

41-
Start by making sure that you have the respective core installed. Open the IDE and navigate to the boards manager. Search for your board, and make sure you have the latest version of the core installed.
41+
Start by making sure that you have the respective core installed. For now, wait with the new Arduino Lab for MicroPython, instead open the usual Arduino IDE and navigate to the boards manager. Search for your board, and make sure you have the latest version of the core installed.
4242

4343
![Board manager](assets/boardmanager.png)
4444

4545
This is not only needed to upload the next sketch, but you're also going to dive into the core files themselves to find a specific tool in an upcoming step.
4646

4747
### Update Bootloader
4848

49-
In the Nano 33 BLE core is an example sketch that you will use to update the bootloader and SoftDevice of your board. Navigate to `File > Examples > Nano33BLE_System > Nano33_updateBLandSoftDevice` and open the sketch.
49+
In the Nano 33 BLE core is an example sketch that you will use to update the bootloader and SoftDevice of your board. Go back to the Arduino IDE and navigate to `File > Examples > Nano33BLE_System > Nano33_updateBLandSoftDevice` and open the sketch.
5050

5151
![Example sketch](assets/examplesketch.png)
5252

@@ -133,7 +133,7 @@ All you need to do is to:
133133

134134
## Arduino Portenta H7
135135

136-
To install MicroPython on the Portenta H7 you will need to install the corresponding core which in turn installs the required command line tool. Open the IDE and navigate to the boards manager. Search for "Portenta H7", and make sure you have the latest version of the core installed.
136+
To install MicroPython on the Portenta H7 you will need to install the corresponding core which in turn installs the required command line tool. For now, wait with the new Arduino Lab for MicroPython, instead open the usual Arduino IDE and navigate to the boards manager. Search for "Portenta H7", and make sure you have the latest version of the core installed.
137137

138138
![Installing the Portenta core](assets/boardmanager-portenta.png)
139139

0 commit comments

Comments
 (0)