From 5511d713335fbf53fb17826111227928958a6c3c Mon Sep 17 00:00:00 2001
From: marqdevx
Date: Tue, 24 May 2022 15:33:27 +0200
Subject: [PATCH 1/3] Fix esssentials
---
.../04.pro/boards/portenta-x8/essentials.md | 31 +++++++++----------
1 file changed, 14 insertions(+), 17 deletions(-)
diff --git a/content/hardware/04.pro/boards/portenta-x8/essentials.md b/content/hardware/04.pro/boards/portenta-x8/essentials.md
index 41c70b5cfe..9a7acbe7b8 100644
--- a/content/hardware/04.pro/boards/portenta-x8/essentials.md
+++ b/content/hardware/04.pro/boards/portenta-x8/essentials.md
@@ -1,29 +1,26 @@
-
+
A quick guide to installing your board with the Arduino IDE.
+
+ This article contains information about the fundamental concepts of the Portenta X8.
+
-
-
- The WiFi library is designed to use the Murata 1DX module, which allows your Arduino to connect to the Internet.
-
-
- Bluetooth 4.0 includes both traditional Bluetooth, now labeled "Bluetooth Classic", and Bluetooth Low Energy (Bluetooth LE, or BLE)
-
-
- The complete Arduino sketches from the Pro tutorials.
+
+
+ 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.
-
-
- Built-in Examples are sketches included in the Arduino IDE and demonstrate all basic Arduino commands.
+
+
+ The M4 processor exposes the I2C protocol, this is the "Wire" library documentation.
-
- Discover interesting articles, principles and techniques related to the Arduino ecosystem.
+
+ The M4 processor exposes the SPI protocol. This library allows you to communicate with SPI devices, with the Arduino as the controller device.
-
- Arduino programming language can be divided in three main parts: functions, values (variables and constants), and structure.
+
+ Both M7 and M4 can communicate through remote procedure call (RPC), these are some examples using the RPC library of the Arduino Mbed Core.
\ No newline at end of file
From 2c85a7f304c0163cab8f8db99153519f7e2e038d Mon Sep 17 00:00:00 2001
From: marqdevx
Date: Fri, 27 May 2022 09:37:55 +0200
Subject: [PATCH 2/3] Update and add essentials
---
.../04.pro/boards/portenta-x8/essentials.md | 20 +++++++++++++++----
1 file changed, 16 insertions(+), 4 deletions(-)
diff --git a/content/hardware/04.pro/boards/portenta-x8/essentials.md b/content/hardware/04.pro/boards/portenta-x8/essentials.md
index 9a7acbe7b8..86472410ac 100644
--- a/content/hardware/04.pro/boards/portenta-x8/essentials.md
+++ b/content/hardware/04.pro/boards/portenta-x8/essentials.md
@@ -5,11 +5,23 @@
This article contains information about the fundamental concepts of the Portenta X8.
-
-
-
- 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.
+ Tutorial to learn how to manage docker containers with the Portenta X8.
+
+
+ Both M7 and M4 can communicate through remote procedure call (RPC), this tutorial demonstrates using the RPC library of the Arduino Mbed Core.
+
+
+
+
+
+ Some containers examples for Portenta X8, this containers are accessible through your Foundries.io factory.
+
+
+ Releases section from the lmp-manifest repo, lists all the builds also available on the Foundries.io factory.
+
+
+ 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.
From c7dcddebadc03538f83569b6165fc85cf68db87c Mon Sep 17 00:00:00 2001
From: marqdevx
Date: Wed, 8 Jun 2022 14:48:21 +0200
Subject: [PATCH 3/3] remove RPC
---
content/hardware/04.pro/boards/portenta-x8/essentials.md | 6 ------
1 file changed, 6 deletions(-)
diff --git a/content/hardware/04.pro/boards/portenta-x8/essentials.md b/content/hardware/04.pro/boards/portenta-x8/essentials.md
index 86472410ac..a7593b5820 100644
--- a/content/hardware/04.pro/boards/portenta-x8/essentials.md
+++ b/content/hardware/04.pro/boards/portenta-x8/essentials.md
@@ -8,9 +8,6 @@
Tutorial to learn how to manage docker containers with the Portenta X8.
-
- Both M7 and M4 can communicate through remote procedure call (RPC), this tutorial demonstrates using the RPC library of the Arduino Mbed Core.
-
@@ -32,7 +29,4 @@
The M4 processor exposes the SPI protocol. This library allows you to communicate with SPI devices, with the Arduino as the controller device.
-
- Both M7 and M4 can communicate through remote procedure call (RPC), these are some examples using the RPC library of the Arduino Mbed Core.
-
\ No newline at end of file