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
This carrier provides access to various peripherals. It highlights a Mini PCIe connector for Cat.4 cellular modules, suitable for solutions requiring extensive network coverage. It also includes two CAN lines, Ethernet, microSD, USB, camera connectors for DVP and MIPI interfaces, and a Display Serial Interface (DSI) compatible with Giga Display Shield. Additionally, it features dedicated debug pins and an RTC battery backup, further enhancing the development experience by simplifying processes.
75
+
This carrier provides access to various peripherals. It highlights a Mini PCIe connector for Cat.4 cellular modules, suitable for solutions requiring extensive network coverage. It also includes two CAN lines, Ethernet, microSD, USB, camera connectors for DVP and MIPI interfaces, and a Display Serial Interface (DSI) compatible with GIGA Display Shield. Additionally, it features dedicated debug pins and an RTC battery backup, further enhancing the development experience by simplifying processes.
@@ -117,7 +117,7 @@ The 5.0 V pin from the carrier's breakout male header can also power the board.
117
117
118
118
-**PCIe Breakout Header**: Besides the standard breakout header, the carrier also features a specific PCIe breakout header. This header provides access to each pin, enabling manual probing or the creation of external extensions for prototyping purposes.
119
119
120
-
-**Giga Display Shield Connector**: The Portenta Mid Carrier features a Display Serial Interface (DSI), which matches the Mobile Industry Processor Interface (MIPI) specifications, allowing it to connect displays that support MIPI DSI signals through its MIPI/DSI connector.
120
+
-**GIGA Display Shield Connector**: The Portenta Mid Carrier features a Display Serial Interface (DSI), which matches the Mobile Industry Processor Interface (MIPI) specifications, allowing it to connect displays that support MIPI DSI signals through its MIPI/DSI connector.
121
121
122
122
The [GIGA Display Shield](#giga-display-shield-connector-j19) is compatible with the Portenta Mid Carrier. It is connected through the MIPI/DSI connector found on the carrier. This setup supports widely used frameworks like LVGL and GFX, enhancing its utility for various display applications.
123
123
@@ -149,7 +149,7 @@ The 5.0 V pin from the carrier's breakout male header can also power the board.
149
149
| J16 | Mini PCI Express Breakout Header |
150
150
| J17 | Sub-series of Mini PCI Express Breakout Header |
151
151
| J18 | Gigabit Ethernet connector - RJ45 |
152
-
| J19 |Giga Display Shield connector (DSI) |
152
+
| J19 |GIGA Display Shield connector (DSI) |
153
153
| SIM1 | Dedicated PCIe SIM Slot |
154
154
| SW1 | BOOT DIP Switch |
155
155
| SW2 | CAN Bus - CAN1 - DIP Switch |
@@ -894,11 +894,11 @@ void loop()
894
894
895
895
For the Portenta C33, given it has a different architecture, it is possible to navigate using the official ArduCam® source known as [Arducam_Mega](https://github.com/ArduCAM/Arducam_Mega) library.
896
896
897
-
### Giga Display Shield Connector (J19)
897
+
### GIGA Display Shield Connector (J19)
898
898
899
899
The [Arduino GIGA Display Shield](https://docs.arduino.cc/hardware/giga-display-shield) is an add-on that can be used with the Portenta Mid Carrier, offering an 800x480 display with touch support. The display shield can be connected via MIPI DSI (Display Serial Interface).
The shield also features a camera connector, built-in IMU, microphone, and an RGB pixel. The video display connector (J19) of the carrier is specified in the following table:
904
904
@@ -931,21 +931,21 @@ The shield also features a camera connector, built-in IMU, microphone, and an RG
931
931
932
932
The *MIPI DSI (Mobile Industry Processor Interface Display Serial Interface)* connector provides a high-speed interface that supports complex display functionalities like high resolutions and color depths. Its design is suitable for compact and mobile devices, making it ideal for applications where space and power efficiency are critical.
933
933
934
-
The following image shows the orientation of the connection between the Giga Display Shield and the Portenta Mid Carrier.
934
+
The following image shows the orientation of the connection between the GIGA Display Shield and the Portenta Mid Carrier.
For a more detailed connection orientation with a brief pinout designation, the following diagram might help you understand how to stack the Giga Display Shield to the Portenta Mid Carrier.
938
+
For a more detailed connection orientation with a brief pinout designation, the following diagram might help you understand how to stack the GIGA Display Shield to the Portenta Mid Carrier.
To review the current device tree overlay configurations, which are crucial for hardware feature management and system customization, to interface with the Giga Display Shield, use the following command:
948
+
To review the current device tree overlay configurations, which are crucial for hardware feature management and system customization, to interface with the GIGA Display Shield, use the following command:
949
949
950
950
```bash
951
951
fw_printenv overlays
@@ -959,7 +959,7 @@ This can include enabling additional peripherals, configuring pin mappings, or a
959
959
ov_carrier_mid_dsi_panel
960
960
```
961
961
962
-
If it is not present, the following steps will help you to set the needed overlays to use the Giga Display Shield. Access the docker container named **x8-devel** with the following command:
962
+
If it is not present, the following steps will help you to set the needed overlays to use the GIGA Display Shield. Access the docker container named **x8-devel** with the following command:
963
963
964
964
```bash
965
965
docker exec -it x8-devel sh
@@ -989,25 +989,25 @@ python tenta_runner.py
989
989
990
990
The script will bring up a GUI within the `tenta` framework. When the **tenta-config** window is up, please select **Portenta Mid Carrier**.
It will then show a list of available options that can be executed within the Portenta Mid Carrier platform. Here, the **Enable alternative overlays** option will be selected.
Because the Giga Display Shield will be used, **Removes video output on USB-C enables video output on DSI connector** configuration will be selected. This configuration will disable video output via the USB-C connector and switch the video output to be available to the DSI connector.
998
+
Because the GIGA Display Shield will be used, **Removes video output on USB-C enables video output on DSI connector** configuration will be selected. This configuration will disable video output via the USB-C connector and switch the video output to be available to the DSI connector.
We can now observe if the Giga Display Shield is powered on and ready for use, having the shield connected to the Portenta Mid Carrier.
1010
+
We can now observe if the GIGA Display Shield is powered on and ready for use, having the shield connected to the Portenta Mid Carrier.
1011
1011
1012
1012
#### Using Arduino IDEs
1013
1013
@@ -1053,7 +1053,7 @@ It will require the **ArduinoGraphics** library installed to compile the code wi
1053
1053
1054
1054
The example can be found within the Arduino IDE, and it is located under **File -> Examples -> Portenta_H7_Video**. The name of the example is **ArduinoLogo**.
1055
1055
1056
-
Once the example has been compiled and uploaded to the Portenta H7, you will be able to see the Arduino logo drawn on the Giga Display Shield.
1056
+
Once the example has been compiled and uploaded to the Portenta H7, you will be able to see the Arduino logo drawn on the GIGA Display Shield.
Alternatively, it is possible to use the **tenta-config** process implemented in the [Giga Display Connector's Linux Setup](#using-linux-1) section to apply the overlays to enable mini PCIe for the Portenta Mid Carrier with the Portenta X8.
2092
+
Alternatively, it is possible to use the **tenta-config** process implemented in the [GIGA Display Connector's Linux Setup](#using-linux-1) section to apply the overlays to enable mini PCIe for the Portenta Mid Carrier with the Portenta X8.
2093
2093
2094
-
***Please check out the guidelines in the [Giga Display Connector's Linux Setup](#using-linux-1) section for detailed information on how the __tenta-config__ works if you have yet to become familiar with the usage.***
2094
+
***Please check out the guidelines in the [GIGA Display Connector's Linux Setup](#using-linux-1) section for detailed information on how the __tenta-config__ works if you have yet to become familiar with the usage.***
2095
2095
2096
2096
Access the docker container named **x8-devel** with the following command:
0 commit comments