Skip to content

Commit cd5de4a

Browse files
Grammar
1 parent f369ba9 commit cd5de4a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/Hardware Support/Portenta Family/FAQ-Arduino-Portenta-X8.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The frequently asked questions covered in this article are focused on providing
1010

1111
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."
1212

13-
- **Where is Yocto distribution Build documented?**
13+
- **Where is the Yocto distribution Build documented?**
1414

1515
Yocto distribution build is documented in the [Linux microPlatform Manifest](https://github.com/arduino/lmp-manifest)
1616

@@ -35,21 +35,21 @@ The frequently asked questions covered in this article are focused on providing
3535

3636
- **Does the M4 support networking?**
3737

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.
3939

4040
- **Is there an easy way to communicate between the MCU and MPU environments?**
4141

4242
The RPC available on the M7 is designed for this task.
4343

4444
- **Will the IDE eventually support the Linux environment, perhaps for app development?**
4545

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.
4747

4848
- **What can developers do with the Arduino version of Foundries.io?**
4949

5050
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.
5151

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.
5353

5454
- **Should I use `apt-get` to install new software on the base image?**
5555

@@ -75,7 +75,7 @@ The frequently asked questions covered in this article are focused on providing
7575

7676
- **What is the purpose of a new image in a Foundries factory?**
7777

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.
7979

8080
- **What is the difference between the web shell and ADB shell?**
8181

@@ -89,7 +89,7 @@ The frequently asked questions covered in this article are focused on providing
8989

9090
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.
9191

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?**
9393

9494
[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.
9595

0 commit comments

Comments
 (0)