Skip to content

Commit fd6cf9d

Browse files
committed
Updated with Max Carrier and DIP switches
1 parent 11c5922 commit fd6cf9d

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

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

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,35 @@ 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)
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)
1414
* [STLINK programmer for STM32](https://www.st.com/en/development-tools/stlink-v3set.html)
15-
* JTAG connector (STLINK programmer to Portenta Breakout board)
15+
* JTAG connector cable (STLINK programmer to the Portenta Breakout or Max Carrier)
1616
* [Arduino IDE](https://www.arduino.cc/en/software)
1717

18-
## Step-by-step Instructions
18+
## Step-by-step instructions
1919

20-
1. Attach Portenta H7 to the Portenta Breakout.
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**.
2121

22-
2. Connect Portenta H7 to your PC with a USB-C cable.
22+
02. Attach Portenta H7 to the Portenta Breakout or Portenta Max Carrier.
2323

24-
3. Connect the STLINK programmer to the PC with a USB cable.
24+
03. Connect Portenta H7 to your PC with a USB-C cable.
2525

26-
4. Connect the JTAG cable from the STLINK programmer to the JTAG on the Breakout.
26+
04. Connect the STLINK programmer to the PC with a USB cable.
2727

28-
5. Open Arduino IDE.
28+
05. Connect the JTAG cable from the STLINK programmer to the JTAG on the Portenta Breakout or Portenta Max Carrier.
2929

30-
6. In the top menu bar, open _Tools > Board_ and select _Arduino Mbed OS Portenta Boards > Portenta H7 (M7 Core)_.
30+
06. Open Arduino IDE.
3131

32-
7. Select the programmer in _Tools > Programmer_.
32+
07. In the top menu bar, open _Tools > Board_ and select _Arduino Mbed OS Portenta Boards > Portenta H7 (M7 Core)_.
3333

34-
![Programmer selection](img/bootloader_IDE.png)
34+
08. Select the programmer in _Tools > Programmer_.
3535

36-
8. Select _Tools > Burn Bootloader_ to burn the bootloader.
36+
![Programmer selection](img/bootloader_IDE.png)
3737

38-
![Burn Bootloader](img/bootloader_IDE_2.png)
38+
09. Select _Tools > Burn Bootloader_ to burn the bootloader.
3939

40-
9. Wait for the process to complete.
40+
![Burn Bootloader](img/bootloader_IDE_2.png)
4141

42-
![Done burning bootloader](img/bootloader_IDE_3.png)
42+
10. Wait for the process to complete.
43+
44+
![Done burning bootloader](img/bootloader_IDE_3.png)

0 commit comments

Comments
 (0)