Skip to content

Commit 31e505c

Browse files
committed
Fix title case
1 parent 272bb82 commit 31e505c

File tree

1 file changed

+4
-4
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/uploading-sketches-m4

1 file changed

+4
-4
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/uploading-sketches-m4/content.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This tutorial will explain how to upload a standard Arduino sketch to your Porte
3030

3131
## Instructions
3232

33-
### Standard Arduino IDE upload
33+
### Standard Arduino IDE Upload
3434
Open the Arduino IDE, make sure you have selected the Portenta X8 on the boards selector.
3535

3636
![IDE board selector](assets/x8-board-manager.png)
@@ -55,7 +55,7 @@ Press the Compile and Upload button.
5555

5656
To finalize, when you see that the sketch has bee uploaded successfully, check that every second you are getting the LED changing from OFF to ON.
5757

58-
### Upload using ADB
58+
### Upload Using ADB
5959

6060
To use ADB, it gets installed at `Arduino15\packages\arduino\tools\adb\32.0.0`.
6161

@@ -66,7 +66,7 @@ adb push <sketchBinaryPath> /tmp/arduino/m4-user-sketch.elf
6666

6767
![ADB upload with a terminal](assets/x8-terminal-ADB-push.png)
6868

69-
## How it works?
69+
## How It Works?
7070
The Portenta X8 has some services that once the sketch has been pushed to the required folder, if it detects changes the device will flash the M4 after that happened!
7171

7272
This work thanks to the following services:
@@ -79,6 +79,6 @@ You now have access to the M4 processor, so for example you are able to connect
7979

8080
## Troubleshooting
8181

82-
### ADB folder empty
82+
### ADB Folder Empty
8383

8484
If you cannot use the `ADB` tool and the folder `Arduino15\packages\arduino\tools\adb\32.0.0` is empty Remove the Mbed Portenta Core and install it again.

0 commit comments

Comments
 (0)