From 38289b59dc975a1092964b875702f76b697954ef Mon Sep 17 00:00:00 2001 From: Sebastian Romero Date: Wed, 16 Mar 2022 14:52:07 +0100 Subject: [PATCH 1/2] Add note about updating the bootloader --- .../04.pro/boards/portenta-h7/tutorials/por-ard-gs/content.md | 2 ++ 1 file changed, 2 insertions(+) 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 350b9deca1..702484352f 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,6 +50,8 @@ 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 18 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).*** + ### 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 64e7931bae3d603a01c345e338d292190655b090 Mon Sep 17 00:00:00 2001 From: Sebastian Romero Date: Wed, 16 Mar 2022 14:54:55 +0100 Subject: [PATCH 2/2] Update BL version --- .../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 702484352f..c6ffcb483f 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 18 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).*** +***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).*** ### 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.