Skip to content

Commit 0b1f2d2

Browse files
authored
Merge a3e0641 into e0bc318
2 parents e0bc318 + a3e0641 commit 0b1f2d2

File tree

2 files changed

+5
-5
lines changed
  • content/hardware/04.pro/carriers
    • portenta-max-carrier/tutorials/mpcie-4g-modem
    • portenta-mid-carrier/tutorials/user-manual

2 files changed

+5
-5
lines changed

content/hardware/04.pro/carriers/portenta-max-carrier/tutorials/mpcie-4g-modem/content.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ The **EMEA (EC200A-EU) Module** mainly uses raw AT commands over a USB serial in
358358
mmcli -m 0 --simple-connect='apn=iot.1nce.net,ip-type=ipv4v6'
359359
```
360360

361-
***The **EC200A-EU** modem is not compatible with __QMI__. It requires raw AT commands over a USB serial interface. For more information, refer to the [Quectel EC200A-EU documentation](https://python.quectel.com/en/products/ec200a-eu).***
361+
***The __EC200A-EU__ modem is not compatible with __QMI__. It requires raw AT commands over a USB serial interface. For more information, refer to the [Quectel EC200A-EU documentation](https://python.quectel.com/en/products/ec200a-eu).***
362362

363363
The latest images include the necessary `udev` rules to automatically manage the `ec200aeu` interface. You can verify this by checking the `75-ec200aeu.rules` file using the following command:
364364

@@ -397,7 +397,7 @@ sudo systemctl disable ModemManager
397397

398398
Once **ModemManager** has been disabled, you can use **qmicli** to communicate reliably with the QMI interface for modem operations.
399399

400-
***The **EC200A-EU** modem is not compatible with __QMI__. It requires raw AT commands over a USB serial interface. For more information, refer to the [Quectel EC200A-EU documentation](https://python.quectel.com/en/products/ec200a-eu).***
400+
***The __EC200A-EU__ modem is not compatible with __QMI__. It requires raw AT commands over a USB serial interface. For more information, refer to the [Quectel EC200A-EU documentation](https://python.quectel.com/en/products/ec200a-eu).***
401401

402402
#### Raw IP Mode Setup for QMI Based Modems
403403

@@ -498,7 +498,7 @@ Inside the container, an **entrypoint.sh** script can control the modem's power
498498
gpioset gpiochip5 5=1
499499
```
500500

501-
***It is required to have **PCIE Enable (GPIO5)** pin connected to the **VCC (3V3)** pin to secure the power supply line.***
501+
***It is required to have __PCIE Enable (GPIO5)__ pin connected to the __VCC (3V3)__ pin to secure the power supply line.***
502502

503503
This will enable the power to the modem and add a delay for proper modem initialization:
504504

content/hardware/04.pro/carriers/portenta-mid-carrier/tutorials/user-manual/content.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2009,7 +2009,7 @@ It is available in two variants, **EMEA** and **Global (covering the US)**. This
20092009

20102010
![Arduino Pro 4G GNSS Module Global / Module EMEA](assets/portentaQuectel_overview.gif)
20112011

2012-
***Make sure to attach external antennas to the Pro 4G Module to work correctly with wireless signals. There are three external antenna connectors: a main antenna connector, an Rx-diversity antenna connector, and a GNSS antenna connector. The impedance of the antenna connectors is **50 Ω**.***
2012+
***Make sure to attach external antennas to the Pro 4G Module to work correctly with wireless signals. There are three external antenna connectors: a main antenna connector, an Rx-diversity antenna connector, and a GNSS antenna connector. The impedance of the antenna connectors is __50 Ω__.***
20132013

20142014
#### Setting Up Via Out-Of-The-Box Experience
20152015

@@ -2163,7 +2163,7 @@ ip link set dev wwan0 up
21632163

21642164
This step ensures the modem functions properly in QMI mode.
21652165

2166-
***The **EC200A-EU** modem is not compatible with __QMI__. It requires raw AT commands over a USB serial interface. For more information, refer to the [Quectel EC200A-EU documentation](https://python.quectel.com/en/products/ec200a-eu).***
2166+
***The __EC200A-EU__ modem is not compatible with __QMI__. It requires raw AT commands over a USB serial interface. For more information, refer to the [Quectel EC200A-EU documentation](https://python.quectel.com/en/products/ec200a-eu).***
21672167

21682168
#### ModemManager and Power Management Service
21692169

0 commit comments

Comments
 (0)