From 4ef54120c943c9bf1e60752f67b3637f1ea7a4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BenjaminDanneg=C3=A5rd?= Date: Wed, 30 Mar 2022 15:50:24 +0200 Subject: [PATCH 1/7] Updated bootloader update text --- .../04.pro/boards/portenta-h7/tutorials/por-ard-gs/content.md | 2 +- .../boards/portenta-h7/tutorials/por-openmv-gs/content.md | 2 +- .../arduino-mbed_portenta/installing-mbed-os-portenta-boards.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 c6ffcb483f..e56837f287 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/por-ard-bl).*** +***IMPORTANT: If you are experiencing problems with the board being stuck in boot mode. Please make sure that you have updated the bootloader to the latest version. As explained [here](/tutorials/portenta-h7/por-ard-bl), 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 dda22aeea6..dab1e541bd 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,7 @@ 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: If you are experiencing problems with the board being stuck in boot mode. Please make sure that you have updated the bootloader to the latest version. As explained in the "Flashing the OpenMV Firmware" section 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..6309469d5a 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,7 @@ 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: If you are experiencing problems with the board being stuck in boot mode. Please make sure that you have updated the bootloader to the latest version. How to do so is explained in the ["Updating the Portenta Bootloader"](https://docs.arduino.cc/tutorials/portenta-h7/por-ard-bl) tutorial*** ### Boards using the Mbed core From 91c6f4d0d0f33341dc3b9e3f1c72938692ced8c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BenjaminDanneg=C3=A5rd?= Date: Thu, 31 Mar 2022 09:26:21 +0200 Subject: [PATCH 2/7] Updated the text --- .../04.pro/boards/portenta-h7/tutorials/por-ard-gs/content.md | 2 +- .../boards/portenta-h7/tutorials/por-openmv-gs/content.md | 2 +- .../arduino-mbed_portenta/installing-mbed-os-portenta-boards.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 e56837f287..a28aed2097 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. -***IMPORTANT: If you are experiencing problems with the board being stuck in boot mode. Please make sure that you have updated the bootloader to the latest version. As explained [here](/tutorials/portenta-h7/por-ard-bl), 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. As explained [here](/tutorials/portenta-h7/por-ard-bl), 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 dab1e541bd..76cdc73714 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,7 @@ 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: If you are experiencing problems with the board being stuck in boot mode. Please make sure that you have updated the bootloader to the latest version. 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. As explained in the "Flashing the OpenMV Firmware" section 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 6309469d5a..a930820b9d 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,7 @@ 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: If you are experiencing problems with the board being stuck in boot mode. Please make sure that you have updated the bootloader to the latest version. How to do so is 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"](https://docs.arduino.cc/tutorials/portenta-h7/por-ard-bl) tutorial*** ### Boards using the Mbed core From e857345aa85852c1a4382a415d0b90607dc76cc4 Mon Sep 17 00:00:00 2001 From: BenjaminDannegard Date: Fri, 1 Apr 2022 09:53:24 +0200 Subject: [PATCH 3/7] Update content/hardware/04.pro/boards/portenta-h7/tutorials/por-ard-gs/content.md Co-authored-by: Sebastian Romero --- .../04.pro/boards/portenta-h7/tutorials/por-ard-gs/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a28aed2097..9188b13d17 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. -***IMPORTANT: Please make sure to update the bootloader to the most recent version to benefit from the latest improvements. As explained [here](/tutorials/portenta-h7/por-ard-bl), 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. As explained [here](/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. From 8f52c2296b516473ec26ee63b91d6ac7ad86e967 Mon Sep 17 00:00:00 2001 From: BenjaminDannegard Date: Fri, 1 Apr 2022 09:53:28 +0200 Subject: [PATCH 4/7] Update content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_portenta/installing-mbed-os-portenta-boards.md Co-authored-by: Sebastian Romero --- .../installing-mbed-os-portenta-boards.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 a930820b9d..377f0ce18f 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,8 @@ 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: 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"](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"](https://docs.arduino.cc/tutorials/portenta-h7/updating-the-bootloader) tutorial*** + ### Boards using the Mbed core From 5fff0f5c2a98d5cfe6f857303bff66b57fdb6eae Mon Sep 17 00:00:00 2001 From: BenjaminDannegard Date: Thu, 7 Apr 2022 15:57:16 +0200 Subject: [PATCH 5/7] Update content/hardware/04.pro/boards/portenta-h7/tutorials/por-ard-gs/content.md Co-authored-by: Sebastian Romero --- .../04.pro/boards/portenta-h7/tutorials/por-ard-gs/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 9188b13d17..a3655aef78 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. -***IMPORTANT: Please make sure to update the bootloader to the most recent version to benefit from the latest improvements. As explained [here](/tutorials/portenta-h7/updating-the-bootloader), 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.*** ### 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. From 5377b080b64d232bd2b9f10e0c1550788fd1fa1b Mon Sep 17 00:00:00 2001 From: BenjaminDannegard Date: Thu, 7 Apr 2022 15:57:29 +0200 Subject: [PATCH 6/7] Update content/hardware/04.pro/boards/portenta-h7/tutorials/por-openmv-gs/content.md Co-authored-by: Sebastian Romero --- .../boards/portenta-h7/tutorials/por-openmv-gs/content.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 76cdc73714..16faa4eb77 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: Please make sure to update the bootloader to the most recent version to benefit from the latest improvements. 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. From 955cfc85e196e7a35999ff6eb242c952910035ea Mon Sep 17 00:00:00 2001 From: BenjaminDannegard Date: Thu, 7 Apr 2022 15:57:42 +0200 Subject: [PATCH 7/7] Update content/software/ide-v1/tutorials/getting-started/cores/arduino-mbed_portenta/installing-mbed-os-portenta-boards.md Co-authored-by: Sebastian Romero --- .../installing-mbed-os-portenta-boards.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 377f0ce18f..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,8 @@ 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: 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"](https://docs.arduino.cc/tutorials/portenta-h7/updating-the-bootloader) 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