From 87917d5e6bec3fd57ac3a7710f96cbc19a20a61b Mon Sep 17 00:00:00 2001 From: BenjaminDannegard Date: Tue, 7 Feb 2023 11:49:55 +0100 Subject: [PATCH] Fixed naming of sketch --- .../tutorials/getting-started-openmv-micropython/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/04.pro/boards/portenta-h7/tutorials/getting-started-openmv-micropython/content.md b/content/hardware/04.pro/boards/portenta-h7/tutorials/getting-started-openmv-micropython/content.md index 6dc9188c86..304ac0486c 100644 --- a/content/hardware/04.pro/boards/portenta-h7/tutorials/getting-started-openmv-micropython/content.md +++ b/content/hardware/04.pro/boards/portenta-h7/tutorials/getting-started-openmv-micropython/content.md @@ -51,7 +51,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 **STM32H747_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_manageBootloader** 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).