From 68cb9a2d6dc932706bf807297258b07516858cca Mon Sep 17 00:00:00 2001
From: marqdevx
Date: Tue, 19 Apr 2022 13:42:06 +0200
Subject: [PATCH] Update Portenta H7 bootloader sketches naming
---
.../portenta-h7/tutorials/over-the-air-update/content.md | 4 ++--
.../boards/portenta-h7/tutorials/por-openmv-gs/content.md | 4 ++--
.../portenta-h7/tutorials/updating-the-bootloader/content.md | 2 +-
.../portenta-vision-shield/tutorials/vs-openmv-bt/content.md | 4 ++--
4 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/content/hardware/04.pro/boards/portenta-h7/tutorials/over-the-air-update/content.md b/content/hardware/04.pro/boards/portenta-h7/tutorials/over-the-air-update/content.md
index a7d6ee8913..efa2f24f43 100644
--- a/content/hardware/04.pro/boards/portenta-h7/tutorials/over-the-air-update/content.md
+++ b/content/hardware/04.pro/boards/portenta-h7/tutorials/over-the-air-update/content.md
@@ -240,7 +240,7 @@ void setup()
{
Serial.println("Higher version bootloader required to perform OTA.");
Serial.println("Please update the bootloader.");
- Serial.println("File -> Examples -> Portenta_System -> PortentaH7_updateBootloader");
+ Serial.println("File -> Examples -> STM32H747_System -> STM32H747_updateBootloader");
return;
}
@@ -338,7 +338,7 @@ void setup()
{
Serial.println("Higher version bootloader required to perform OTA.");
Serial.println("Please update the bootloader.");
- Serial.println("File -> Examples -> Portenta_System -> PortentaH7_updateBootloader");
+ Serial.println("File -> Examples -> STM32H747_System -> STM32H747_updateBootloader ");
return;
}
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 4e212a0dff..4738dd4d14 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
@@ -48,7 +48,7 @@ Open the [OpenMV download](https://openmv.io/pages/download) page in your browse
### 2. Flashing the OpenMV Firmware
-Connect the Portenta to your computer via the USB-C cable if you haven't done so yet. Make sure you first update the bootloader to the latest version using the **PortentaH7_updateBootloader** sketch in the examples menu in the Arduino IDE.
+Connect the Portenta to your computer via the USB-C cable if you haven't done so yet. Make sure you first update the bootloader to the latest version using the **STM32H747_updateBootloader** sketch in the examples menu in the Arduino IDE.
Instructions on how to update the bootloader can be found in the ["Updating the Portenta Bootloader" tutorial](https://docs.arduino.cc/tutorials/portenta-h7/updating-the-bootloader).
@@ -164,6 +164,6 @@ In this tutorial you learned how to use the OpenMV IDE with your Portenta board.
### OpenMV Firmware Flashing Issues
- If the upload of the OpenMV firmware fails during the download, put the board back in bootloader mode and try again. Repeat until the firmware gets successfully uploaded.
- If the OpenMV IDE still can't connect after flashing the firmware, try uploading the latest firmware using the "Load Specific Firmware File" option. You can find the latest firmware in the [OpenMV Github repository](https://github.com/openmv/openmv/releases). Look for a file named **firmware.bin** in the PORTENTA folder.
-- If you experience issues putting the board in bootloader mode, make sure you first update the bootloader to the latest version using the **PortentaH7_updateBootloader** sketch from the examples menu in the Arduino IDE.
+- If you experience issues putting the board in bootloader mode, make sure you first update the bootloader to the latest version using the **STM32H747_updateBootloader** sketch from the examples menu in the Arduino IDE.
- If you see a "OSError: Reset Failed" message, reset the board by pressing the reset button. Wait until you see the blue LED flashing, connect the board to the OpenMV IDE and try running the script again.
- In bootloader versions 17 and older there was a bug that could put the Portenta into a boot loop when the transmission aborted while flashing a large firmware file. This was fixed in the bootloader version 18.
diff --git a/content/hardware/04.pro/boards/portenta-h7/tutorials/updating-the-bootloader/content.md b/content/hardware/04.pro/boards/portenta-h7/tutorials/updating-the-bootloader/content.md
index 184fe751cc..90b992b041 100644
--- a/content/hardware/04.pro/boards/portenta-h7/tutorials/updating-the-bootloader/content.md
+++ b/content/hardware/04.pro/boards/portenta-h7/tutorials/updating-the-bootloader/content.md
@@ -67,7 +67,7 @@ In the board manager and search for "portenta". Find the Arduino mbed-enabled B

### 2. Updating the Bootloader
-To update the bootloader you can use the **PortentaH7_updateBootloader** sketch. You can find the sketch file under **File > Examples > Portenta_System**
+To update the bootloader you can use the **STM32H747_updateBootloader** sketch. You can find the sketch file under **File > Examples > STM32H747_System**

diff --git a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/vs-openmv-bt/content.md b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/vs-openmv-bt/content.md
index 62f51812ef..c545d9f012 100644
--- a/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/vs-openmv-bt/content.md
+++ b/content/hardware/04.pro/shields/portenta-vision-shield/tutorials/vs-openmv-bt/content.md
@@ -53,7 +53,7 @@ Follow the instructions of the installer.
### 2. Flashing the OpenMV Firmware
-Connect the Portenta to your computer via the USB-C cable if you haven't done so yet. Make sure you first update the bootloader to the latest version using the **PortentaH7_updateBootloader** sketch in the examples menu in the Arduino IDE.
+Connect the Portenta to your computer via the USB-C cable if you haven't done so yet. Make sure you first update the bootloader to the latest version using the **STM32H747_updateBootloader** sketch in the examples menu in the Arduino IDE.
Instructions on how to update the bootloader can be found in the ["Updating the Portenta Bootloader" tutorial](https://www.arduino.cc/pro/tutorials/portenta-h7/updating-the-bootloader).
***In bootloader versions 17 and older there was a bug that could put the Portenta in a boot loop when the transmission aborted while flashing a large firmware file. This was fixed in the bootloader version 18. We strongly advise to update the bootloader before you proceed with the next step of this tutorial!***
@@ -231,6 +231,6 @@ In this tutorial you learned how to use the OpenMV IDE to develop MicroPython sc
### OpenMV Firmware Flashing Issues
- If the upload of the OpenMV firmware fails during the download, put the board back in boot loader mode and try again. Give it a few tries until the firmware gets successfully uploaded.
- If the upload of the OpenMV firmware fails without even starting, try uploading the latest firmware using the "Load Specific Firmware File" option. You can find the latest firmware on the [OpenMV Github repository](https://github.com/openmv/openmv/releases). Look for a file called **firmware.bin** in the PORTENTA folder.
-- If you experience issues putting the board in bootloader mode, make sure you first update the bootloader to the latest version using the **PortentaH7_updateBootloader** sketch from the examples menu in the Arduino IDE.
+- If you experience issues putting the board in bootloader mode, make sure you first update the bootloader to the latest version using the **STM32H747_updateBootloader** sketch from the examples menu in the Arduino IDE.
- If the camera cannot get recognized by the OpenMV IDE or if you see a "No OpenMV Cams found!" message, press the reset button of Portenta once and wait until you see the blue LED flashing. Then try again connecting to the board.
- If you see a "OSError: Reset Failed" message, reset the board by pressing the reset button. Wait until you see the blue LED flashing, connect the board to the OpenMV IDE and try running the script again.