Skip to content

Commit 368453c

Browse files
committed
Initial commit - Portenta X8 Repo commands and instructions update
1 parent efbc5c9 commit 368453c

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,15 @@
1111
</EssentialsColumn>
1212

1313
<EssentialsColumn title="Suggested Repositories">
14-
<EssentialElement link="https://github.com/arduino/portenta-containers" title="Portenta X8 containers" type="article">
14+
15+
<EssentialElement link="https://github.com/arduino/portenta-containers/" title="Portenta X8 containers" type="article">
1516
Some containers examples for Portenta X8, these containers are accessible through your Foundries.io factory.
1617
</EssentialElement>
18+
19+
<EssentialElement link="https://github.com/arduino/meta-partner-arduino/" title="Meta Partner Arduino layer" type="article">
20+
This repository contains Yocto recipes for building a Linux image for the Arduino Portenta X8.
21+
</EssentialElement>
22+
1723
</EssentialsColumn>
1824

1925
<EssentialsColumn title="Firmware Images">

content/hardware/04.pro/boards/portenta-x8/tutorials/08.image-building/content.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hardware:
1414

1515
## Overview
1616

17-
In this tutorial, you will learn how to build an image for the Portenta X8 with the source code provided at our [GitHub repository for lmp-manifest](https://github.com/arduino/lmp-manifest). It is an ideal approach for debugging system elements like the bootloader or kernel support by building images locally.
17+
In this tutorial, you will learn how to build an image for the Portenta X8 with the source code provided at our [GitHub repository for lmp-manifest](https://github.com/arduino/lmp-manifest/). It is an ideal approach for debugging system elements like the bootloader or kernel support by building images locally.
1818

1919
***Images built locally cannot register with FoundriesFactory and will not be OTA compatible, but this is a good alternative for those who do not have a FoundriesFactory subscription.***
2020

@@ -40,9 +40,9 @@ This tutorial targets customers that are not FoundriesFactory subscribers, but s
4040

4141
#### Build the Docker Image
4242

43-
You will start by creating a Docker image with the necessary dependencies to build your device image. This involves cloning the [lmp-manifest repository](https://github.com/arduino/lmp-manifest) from Arduino's GitHub. Follow these steps:
43+
You will start by creating a Docker image with the necessary dependencies to build your device image. This involves cloning the [lmp-manifest repository](https://github.com/arduino/lmp-manifest/) from Arduino's GitHub. Follow these steps:
4444

45-
Clone the [lmp-manifest repository](https://github.com/arduino/lmp-manifest) using the command below:
45+
Clone the [lmp-manifest repository](https://github.com/arduino/lmp-manifest/) using the command below:
4646

4747
```bash
4848
git clone https://github.com/arduino/lmp-manifest.git
@@ -111,7 +111,7 @@ cd /dockerVolume
111111
```
112112

113113
```bash
114-
repo init -u https://github.com/arduino/lmp-manifest.git -m arduino.xml -b release
114+
repo init -u https://github.com/arduino/lmp-manifest.git -m arduino.xml -b main
115115
```
116116

117117
![Git-repo initialization](assets/repo_init.png)

0 commit comments

Comments
 (0)