Skip to content

Commit 2c85a7f

Browse files
committed
Update and add essentials
1 parent 5511d71 commit 2c85a7f

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

content/hardware/04.pro/boards/portenta-x8/essentials.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,23 @@
55
<EssentialElement link="https://docs.arduino.cc/tutorials/portenta-x8/x8-fundamentals" title="Fundamentals of Portenta X8" type="tutorial">
66
This article contains information about the fundamental concepts of the Portenta X8.
77
</EssentialElement>
8-
</EssentialsColumn>
9-
10-
<EssentialsColumn title="Suggested Docs">
118
<EssentialElement link="https://docs.arduino.cc/tutorials/portenta-x8/docker-container" title="Containers management" type="tutorial">
12-
Containers are isolated solutions and thus they don't have to depend on your environment. Making them portable and consistent throughout development, testing and production.
9+
Tutorial to learn how to manage docker containers with the Portenta X8.
10+
</EssentialElement>
11+
<EssentialElement link="https://docs.arduino.cc/tutorials/portenta-x8/python-arduino-data-exchange" title="Arduino RPC" type="library">
12+
Both M7 and M4 can communicate through remote procedure call (RPC), this tutorial demonstrates using the RPC library of the Arduino Mbed Core.
13+
</EssentialElement>
14+
</EssentialsColumn>
15+
16+
<EssentialsColumn title="Suggested Repositories">
17+
<EssentialElement link="https://github.com/arduino/portenta-containers" title="Portenta X8 containers" type="article">
18+
Some containers examples for Portenta X8, this containers are accessible through your Foundries.io factory.
19+
</EssentialElement>
20+
<EssentialElement link="https://github.com/arduino/lmp-manifest/releases" title="OS Images" type="tutorial">
21+
Releases section from the lmp-manifest repo, lists all the builds also available on the Foundries.io factory.
22+
</EssentialElement>
23+
<EssentialElement link="https://github.com/arduino/lmp-manifest" title="Manifest repository" type="article">
24+
This repository contains a Repo manifest and setup scripts for the Linux microPlatform build system. If you want to modify, extend or port Linux microPlatform to a new hardware platform, this is the manifest repository to use.
1325
</EssentialElement>
1426
</EssentialsColumn>
1527

0 commit comments

Comments
 (0)