You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/Hardware Support/Portenta Family/FAQ-Arduino-Portenta-X8.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The frequently asked questions covered in this article are focused on providing
10
10
11
11
The [SystemReady certification certificate](https://armkeil.blob.core.windows.net/developer/Files/pdf/certificate-list/arm-systemready-ir-certification-details-arduino.pdf) lists the firmware as "version pre-merge v85 / U-Boot 2021.04+fio+g38c3083e39."
12
12
13
-
-**Where is Yocto distribution Build documented?**
13
+
-**Where is the Yocto distribution Build documented?**
14
14
15
15
Yocto distribution build is documented in the [Linux microPlatform Manifest](https://github.com/arduino/lmp-manifest)
16
16
@@ -35,21 +35,21 @@ The frequently asked questions covered in this article are focused on providing
35
35
36
36
-**Does the M4 support networking?**
37
37
38
-
Yes it does. All networking, including WiFi, BLE, and other connectivity types, is managed by the Linux side and made available to the M4 through RPC calls.
38
+
Yes, it does. All networking, including WiFi, BLE, and other connectivity types, is managed by the Linux side and made available to the M4 through RPC calls.
39
39
40
40
-**Is there an easy way to communicate between the MCU and MPU environments?**
41
41
42
42
The RPC available on the M7 is designed for this task.
43
43
44
44
-**Will the IDE eventually support the Linux environment, perhaps for app development?**
45
45
46
-
No, the IDE is intended to be used with the Arduino side only.
46
+
No, the IDE is intended to be used only on the Arduino side.
47
47
48
48
-**What can developers do with the Arduino version of Foundries.io?**
49
49
50
50
Customers can install, create, and deploy custom and standard containers. Custom containers will be available on the Arduino/Foundries.io environment, while standard containers can be downloaded from Docker Hub.
51
51
52
-
To ensure security and consistency of the operating system over time, it is strongly discouraged to modify the Linux platform and drivers with an Arduino Cloud Pro subscription. If customers wish to make such modifications, they should purchase a complete factory from Foundries.io.
52
+
To ensure the security and consistency of the operating system over time, it is strongly discouraged that the Linux platform and drivers be modified with an Arduino Cloud Pro subscription. If customers wish to make such modifications, they should purchase a complete factory from Foundries.io.
53
53
54
54
-**Should I use `apt-get` to install new software on the base image?**
55
55
@@ -75,7 +75,7 @@ The frequently asked questions covered in this article are focused on providing
75
75
76
76
-**What is the purpose of a new image in a Foundries factory?**
77
77
78
-
Portenta X8 boards use a Linux distribution that includes all necessary firmware, applications, and configurations for operation, while excluding unnecessary software. A new image is created to update the system, firmware, and applications. When a new image becomes available, it can be flashed onto the target board to apply these updates.
78
+
Portenta X8 boards use a Linux distribution that includes all necessary firmware, applications, and configurations for operation while excluding unnecessary software. A new image is created to update the system, firmware, and applications. When a new image becomes available, it can be flashed onto the target board to apply these updates.
79
79
80
80
-**What is the difference between the web shell and ADB shell?**
81
81
@@ -89,7 +89,7 @@ The frequently asked questions covered in this article are focused on providing
89
89
90
90
After pulling a new container, you can use it by starting it with Docker commands. Containers provide an isolated environment, ensuring consistency across development, testing, and production. This makes them more portable and quicker to use compared to traditional development pipelines that replicate testing environments. Additionally, you can deploy Linux-based processes, track them through your Factory page, and manage them efficiently.
91
91
92
-
-**How does Docker actually work? Is it like an OS or just a program running on Linux that manages apps?**
92
+
-**How does Docker work? Is it like an OS or just a program running on Linux that manages apps?**
93
93
94
94
[Docker](https://www.docker.com/) is a platform for managing applications using containers. Containers are isolated environments that encapsulate everything needed to run an application, making them portable and consistent across development, testing, and production environments.
0 commit comments