diff --git a/content/hardware/04.pro/boards/portenta-h7/tutorials/por-ard-gs/content.md b/content/hardware/04.pro/boards/portenta-h7/tutorials/por-ard-gs/content.md index acf74ee347..cffce2381d 100644 --- a/content/hardware/04.pro/boards/portenta-h7/tutorials/por-ard-gs/content.md +++ b/content/hardware/04.pro/boards/portenta-h7/tutorials/por-ard-gs/content.md @@ -50,7 +50,7 @@ The Arduino core for the Portenta H7 sits on top of the Mbed OS and allows to de ### Configuring the Development Environment In this section, we will guide you through a step-by-step process of setting up your Portenta board for running an Arduino Sketch that blinks the built-in RGB LED. -***In bootloader versions 22 and older there was a bug that could cause the board to get stuck in boot mode. This was fixed in the latest bootloader version. We strongly advise to update the bootloader before you proceed with the next step of this tutorial! Instructions can be found [here](../../tutorials/portenta-h7/updating-the-bootloader).*** +***IMPORTANT: Please make sure to update the bootloader to the most recent version to benefit from the latest improvements. Follow [these steps](/tutorials/portenta-h7/updating-the-bootloader) before you proceed with the next step of this tutorial.*** ### 1. The Basic Setup Let's begin by Plug-in your Portenta to your computer using the appropriate USB C cable. Next, open your IDE and make sure that you have the right version of the Arduino IDE or the PRO IDE downloaded on to your computer. diff --git a/content/hardware/04.pro/boards/portenta-h7/tutorials/por-openmv-gs/content.md b/content/hardware/04.pro/boards/portenta-h7/tutorials/por-openmv-gs/content.md index 1330268c31..95c0a5029d 100644 --- a/content/hardware/04.pro/boards/portenta-h7/tutorials/por-openmv-gs/content.md +++ b/content/hardware/04.pro/boards/portenta-h7/tutorials/por-openmv-gs/content.md @@ -41,7 +41,8 @@ Using the OpenMV IDE you can run [MicroPython](http://docs.MicroPython.org/en/la Before you can start programming OpenMV scripts for the Portenta you need to download and install the OpenMV IDE. -***IMPORTANT: In bootloader versions 22 and older there was a bug that could cause the board to get stuck in boot mode. This was fixed in the latest bootloader version. Make sure you update the bootloader as explained in the "Flashing the OpenMV Firmware" section before you proceed with the next step of this tutorial!*** +***IMPORTANT: Please make sure to update the bootloader to the most recent version to benefit from the latest improvements. Follow [these steps](/tutorials/portenta-h7/updating-the-bootloader) before you proceed with the next step of this tutorial.*** + Open the [OpenMV download](https://openmv.io/pages/download) page in your browser, download the version that you need for your operating system and follow the instructions of the installer. diff --git a/content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_portenta/installing-mbed-os-portenta-boards.md b/content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_portenta/installing-mbed-os-portenta-boards.md index 8119569ad4..d8b02fe976 100644 --- a/content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_portenta/installing-mbed-os-portenta-boards.md +++ b/content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_portenta/installing-mbed-os-portenta-boards.md @@ -14,7 +14,9 @@ This tutorial uses the **Arduino IDE**. You can download the editor easily from If you are using the **Web Editor**, you can follow the [getting started with the Web Editor tutorial](/cloud/web-editor/tutorials/getting-started/getting-started-web-editor). -***IMPORTANT: In bootloader versions 22 and older there was a bug that could cause the board to get stuck in boot mode. This was fixed in the latest bootloader version. Make sure you update the bootloader as explained in the ["Updating the Portenta Bootloader"](https://docs.arduino.cc/tutorials/portenta-h7/por-ard-bl) tutorial*** +***IMPORTANT: Please make sure to update the bootloader to the most recent version to benefit from the latest improvements. How to do so is explained in the ["Updating the Portenta Bootloader"](/tutorials/portenta-h7/updating-the-bootloader) tutorial*** + + ### Boards using the Mbed core