Skip to content

Commit 604e89b

Browse files
Added container info and foundries information (#814)
* Added container info and foundries information * new line break fix * fix test * Fix line breaks * "Marta suggestions feedback review/updated! --------- Co-authored-by: marqdevx <p.marquinez@arduino.cc>
1 parent 51a753b commit 604e89b

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

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

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
<FeatureDescription>
2-
The Portenta X8 is a high performance board, with many exceptional features. With two microprocessors combined, the NXP® i.MX 8M Mini MPU (Linux) and STM32H747XI dual Cortex®-M7+M4 32bit low power ARM® MCU (Arduino), this board is a great source to power the upcoming generation of Industrial Internet of Things.
2+
3+
The Portenta X8 is a high-performance board, with many exceptional features. With two microprocessors combined, the NXP® i.MX 8M Mini MPU (Linux) and STM32H747XI dual Cortex®-M7+M4 32bit low power ARM® MCU (Arduino), this board is a great source to power the upcoming generation of the Industrial Internet of Things.
4+
5+
Thanks to the use of containers, the Portenta X8 offers an easy and secure way to deploy applications running in a controlled environment. The user has full control of the containers that the board is executing, having the option of creating and running custom containers on its own without the requirement of any additional subscription services and totally free of charge.
6+
7+
In case the user needs a more advanced and scalable professional solution, Arduino has created, in collaboration with Foundries, a subscription service with many enterprise-grade features:
8+
9+
* Secure maintenance of Portenta X8 Linux distribution and applications over time
10+
* Portenta X8 fleets monitoring from anywhere
11+
* Secure Over-The-Air updates to target Portenta X8 devices/fleets
12+
13+
Learn more about the so-called Portenta X8 Manager [here](https://cloud.arduino.cc/plans#business).
14+
15+
316
</FeatureDescription>
417

518
<FeatureList>
@@ -9,7 +22,7 @@
922
</Feature>
1023

1124
<Feature title="STM32H747XI dual Cortex®-M7+M4 32bit low power Arm® MCU" image="mcu">
12-
X8's integrated microcontroller is the dual core STM32H747 including a Cortex® M7 running at 480 MHz and a Cortex® M4 running at 240 MHz. The M4 core is available for real time control of motors and other time-critical machinery at a barebones level. The M7 core acts as a mediator between the peripherals and the i.MX 8M Mini and runs a proprietary firmware inaccessible to the User.
25+
X8's integrated microcontroller is the dual-core STM32H747, including a Cortex® M7 running at 480 MHz and a Cortex® M4 running at 240 MHz. The M4 core can be programmed through the Arduino IDE to run sketches for multiple real-time applications, like control of motors or other time-critical machinery at a barebones level. The M7 core runs an Arduino custom firmware, normally invisible to the User, able to map all its peripherals as Linux devices.
1326
<FeatureLink title="Datasheet" url="https://docs.arduino.cc/resources/datasheets/Arduino-Portenta-H7_Datasheet_stm32h747xi.pdf" download/>
1427
</Feature>
1528

0 commit comments

Comments
 (0)