Skip to content

Commit 1192513

Browse files
committed
"Portenta Breakout or Portenta Max Carrier" → "carrier"
1 parent fd6cf9d commit 1192513

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

content/Hardware Support/Portenta Family/How-to-flash-Portenta-H7-bootloader-via-JTAG-with-Arduino-IDE.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,24 @@ The bootloader is a small program that runs when you turn the Arduino on or pres
1010
## What you'll need
1111

1212
* Portenta H7
13-
* [Portenta Breakout](https://store.arduino.cc/products/arduino-portenta-breakout) or [Portenta Max Carrier](https://store.arduino.cc/products/portenta-max-carrier) (provides a JTAG connector)
13+
* A compatible carrier:
14+
* [Portenta Breakout](https://store.arduino.cc/products/arduino-portenta-breakout)
15+
* [Portenta Max Carrier](https://store.arduino.cc/products/portenta-max-carrier)
1416
* [STLINK programmer for STM32](https://www.st.com/en/development-tools/stlink-v3set.html)
15-
* JTAG connector cable (STLINK programmer to the Portenta Breakout or Max Carrier)
17+
* JTAG connector cable (STLINK programmer to the carrier)
1618
* [Arduino IDE](https://www.arduino.cc/en/software)
1719

1820
## Step-by-step instructions
1921

20-
01. Find the [DIP switches](https://support.arduino.cc/hc/en-us/articles/4402095376402-DIP-switches-on-Portenta-Breakout-board) on the Portenta Breakout or Portenta Max Carrier and set both **BOOT_SEL** and **BOOT** to **ON**.
22+
01. Find the [DIP switches](https://support.arduino.cc/hc/en-us/articles/4402095376402-DIP-switches-on-Portenta-Breakout-board) on the carrier and set both **BOOT_SEL** and **BOOT** to **ON**.
2123

22-
02. Attach Portenta H7 to the Portenta Breakout or Portenta Max Carrier.
24+
02. Attach Portenta H7 to the carrier.
2325

2426
03. Connect Portenta H7 to your PC with a USB-C cable.
2527

2628
04. Connect the STLINK programmer to the PC with a USB cable.
2729

28-
05. Connect the JTAG cable from the STLINK programmer to the JTAG on the Portenta Breakout or Portenta Max Carrier.
30+
05. Connect the JTAG cable from the STLINK programmer to the JTAG on the carrier.
2931

3032
06. Open Arduino IDE.
3133

0 commit comments

Comments
 (0)