Skip to content

Commit 272bb82

Browse files
committed
Fix small content and formatting
1 parent dfe609a commit 272bb82

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
@@ -70,12 +70,12 @@ adb push <sketchBinaryPath> /tmp/arduino/m4-user-sketch.elf
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:
73-
* monitor-m4-elf-file.service: this service monitors the directory `/tmp/arduino/m4-user-sketch.elf` each time it detects a new file it will proceed to flash the M4 using the tool `openOCD` and providing the sketch that has been pushed.
74-
* android-tools-adbd.service: responsible of generating the needed interfaces for the different types of usb gadgets.
75-
* create-docker-envfile.service: Controls if the device has been plugged for example in some carrier and makes the info available at `/var/run/arduino_hw_info.env` and is meant to be used by the ´docker containers´.
73+
* **monitor-m4-elf-file.service**: this service monitors the directory `/tmp/arduino/m4-user-sketch.elf` each time it detects a new file it will proceed to flash the M4 using the tool `openOCD` and providing the sketch that has been pushed.
74+
* **android-tools-adbd.service**: responsible of generating the needed interfaces for the different types of usb gadgets.
75+
* **create-docker-envfile.service**: Controls if the device has been plugged for example in some carrier and makes the info available at `/var/run/arduino_hw_info.env` and is meant to be used by the ´docker containers´.
7676

7777
## Conclusion
78-
You now have access to the M4 processor, so for example you are able to connect an I<sup>2</sup>C sensor and interact with it and the Arduino X8 Linux side.
78+
You now have access to the M4 processor, so for example you are able to connect an I<sup>2</sup>C sensor and interact with it, also you could track the sensor from the Arduino Portenta X8 Linux side.
7979

8080
## Troubleshooting
8181

0 commit comments

Comments
 (0)