Skip to content

Commit fa7ad7a

Browse files
Fixes for linter and spellcheck
1 parent 7ff40dd commit fa7ad7a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/Foundation-concepts/portenta-x8-foundations.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
title: Portenta X8 Foundations
33
difficulty: easy
44
tags: [Linux, containers, factories, foundries]
5-
description: This article conatins information about the fundemental concepts of the Portenta X8
5+
description: This article contains information about the fundamental concepts of the Portenta X8
66
author: Benjamin Dannegård
77
libraries:
8+
-
89
hardware:
910
- hardware/04.pro/board/portenta-x8
1011
software:
12+
- fioctl
1113

1214
---
1315

@@ -41,7 +43,7 @@ Foundries.io basically created their generic-but-not-too-generic distribution ba
4143

4244
In addition to that they developed the cloud side as well. In a nutshell you can have what's called a Factory with a unique id and then you have automatic builds that are building the base system and the containers for this system in one place. When you flash a device (i.e. Portenta X8 board) with their image and connect it to the Internet it automatically register its self generated random rsa key to the factory. Let's now take a look at the Foundries.io Factory page.
4345

44-
### Foundries.io factory
46+
### Foundries.io Factory
4547

4648
With the help of the Arduino Cloud integration with Foundries you can easily create your own factory right from the Arduino Cloud page. You can set your factory's platform and name. The platform here will be the Portenta X8.
4749

@@ -66,7 +68,7 @@ Foundries provides a service that allows building images based on yocto and spec
6668

6769
Using [fioctl](https://docs.foundries.io/82/getting-started/install-fioctl/index.html) allows you to manage your boards through CLI. This will make it possible for you to easily upload containers to a board that is linked to your factory. When the board is online and connected to the factory you can easily push new apps to the board. Using fioctl command lines you only need to state the factory, board and app.
6870

69-
### Benefits of containers
71+
### Benefits of Containers
7072

7173
For example if you are developing an application on a laptop and your environment has a specific configuration. Other developers may have slightly different configurations. The application will rely on your configuration and is dependent on specific files, libraries and dependencies. While your business has development and production environments with their own configurations and supporting files. You would want to emulate that environment as much as possible locally.
7274

0 commit comments

Comments
 (0)