You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/Hardware Support/Portenta Family/DIP-switches-on-Portenta-Breakout-board.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,21 +9,21 @@ The Arduino Portenta Breakout board makes all high-density connectors individual
9
9
10
10
<table>
11
11
<tbody>
12
-
<tr>
12
+
<trstyle="display: table-row;">
13
13
<td rowspan="2"><b>BOOT_SEL</b></td>
14
14
<td>ON</td>
15
15
<td>Keeps the Portenta in Boot mode</td>
16
16
</tr>
17
-
<tr>
17
+
<trstyle="display: table-row;">
18
18
<td>OFF</td>
19
19
<td>Operation mode (default)</td>
20
20
</tr>
21
-
<tr>
21
+
<trstyle="display: table-row;">
22
22
<td rowspan="2"><b>BOOT</b></td>
23
23
<td>ON</td>
24
24
<td>Enables the embedded bootloader. Firmware can be uploaded via the USB port on the breakout board (DFU). USB-A to USB-A (non-crossover) cable required. The Portenta H7 has to be powered through the USB-C connector or VIN.</td>
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**.
21
23
22
-
2. Connect Portenta H7 to your PC with a USB-C cable.
24
+
02. Attach Portenta H7 to the carrier.
23
25
24
-
3. Connect the STLINK programmer to the PC with a USB cable.
26
+
03. Connect Portenta H7 to your PC with a USB-C cable.
25
27
26
-
4. Connect the JTAG cable from the STLINK programmer to the JTAG on the Breakout.
28
+
04. Connect the STLINK programmer to the PC with a USB cable.
27
29
28
-
5. Open Arduino IDE.
30
+
05. Connect the JTAG cable from the STLINK programmer to the JTAG on the carrier.
29
31
30
-
6. In the top menu bar, open _Tools > Board_ and select _Arduino Mbed OS Portenta Boards > Portenta H7 (M7 Core)_.
32
+
06. Open Arduino IDE.
31
33
32
-
7. Select the programmer in _Tools > Programmer_.
34
+
07. In the top menu bar, open _Tools > Board_ and select _Arduino Mbed OS Portenta Boards > Portenta H7 (M7 Core)_.
33
35
34
-

36
+
08. Select the programmer in _Tools > Programmer_.
35
37
36
-
8. Select _Tools > Burn Bootloader_ to burn the bootloader.
38
+

37
39
38
-

40
+
09. Select _Tools > Burn Bootloader_ to burn the bootloader.
Copy file name to clipboardExpand all lines: content/Software Support/Upload/Errors-when-uploading-a-sketch.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,28 +19,32 @@ These checks will resolve the most common errors:
19
19
20
20
If you still get an error, you'll find instructions for specific error messages below.
21
21
22
+
---
23
+
22
24
<aid="errors"></a>
23
25
24
-
## Errors
26
+
## List of errors
25
27
26
28
> **Note:**_Exit status 1_ only indicates that the process has failed. Look for preceding lines in the error output for more specific information.
27
29
28
30
<table>
29
31
<tr>
30
32
<tdstyle="vertical-align: top;">
31
-
<h3>Common</h3>
33
+
<h3>Upload</h3>
32
34
<ul>
33
-
<li><ahref="https://support.arduino.cc/hc/en-us/articles/360016955139-Error-exit-status-1">Error: exit status 1</a></li>
34
-
<li><ahref="https://support.arduino.cc/hc/en-us/articles/360020843439-Error-2-UNKNOWN-no-FQBN-provided">Error: 2 UNKNOWN: no FQBN provided</a></li>
35
-
<li><ahref="#no-device-found-on-port">No device found on <port><br>Upload error: Failed uploading: uploading error: exit status 1</a></li>
35
+
<li><ahref="https://support.arduino.cc/hc/en-us/articles/360020831120-Failed-uploading-no-upload-port-provided">Failed uploading: no upload port provided</a></li>
36
+
<li><ahref="https://support.arduino.cc/hc/en-us/articles/6554944868252-Failed-uploading-uploading-error-exit-status-1">Failed uploading: uploading error: exit status 1</a></li>
37
+
<li><ahref="#no-device-found-on-port">No device found on <port></a></li>
36
38
<li><ahref="#no-board-on-selected-port">Couldn't find a Board on the selected port</a></li>
37
39
<li><ahref="#no-dfu-capable-USB-device-available">dfu-util: No DFU capable USB device available</a></li>
38
40
<li><ahref="#SerialPortException-port-busy">jssc.SerialPortException: Port name - <port>;<br>Method name - openPort(); Exception type - Port busy.</a></li>
39
41
</ul>
40
42
<h3>Compilation error</h3>
41
43
<ul>
44
+
<li><ahref="https://support.arduino.cc/hc/en-us/articles/6554914611228-Compilation-error-exit-status-1">Compilation error: exit status 1</a></li>
<li><ahref="https://support.arduino.cc/hc/en-us/articles/360020846379-Compilation-error-Error-2-UNKNOWN-platform-not-installed">Compilation error: Error: 2 UNKNOWN: platform not installed</a></li>
46
+
<li><ahref="https://support.arduino.cc/hc/en-us/articles/360020846379-Compilation-error-Error-2-UNKNOWN-platform-not-installed">Compilation error: Platform not found: platform not installed</a></li>
0 commit comments