Skip to content

Commit 441e151

Browse files
committed
fix openwrt-lte image path
1 parent 59d3fb5 commit 441e151

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

en/src/content/docs/recipes/openwrt-lte.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ What you will need:
1212

1313
## Prerequisites
1414
Insert the EC25 module into the mini PCIe slot on the XpressReal board and ensure that it is properly seated. Connect the necessary antennas to the EC25 module for optimal signal reception.
15+
![XpressReal with EC25 module](../../../assets/openwrt/lte-module-installed.webp)
1516

1617
## Step 1: Check if the LTE modem is recognised
1718
The recommended way to use the EC25 is via QMI mode, which allows for better control and management of the modem.
@@ -42,22 +43,22 @@ After the modem restarts, check again if `/dev/cdc-wdm0` is present.
4243

4344
## Step 2: Configure the WWAN interface in the OpenWrt web interface
4445
1. Log in to the OpenWrt web interface (LuCI).
45-
![OpenWrt Web Interface](../../../assets/openwrt/luci.png)
46+
![OpenWrt Web Interface](../../../assets/openwrt/luci.webp)
4647
2. Navigate to **Network** > **Interfaces**.
4748
3. Click on **Add new interface...**.
4849
4. Set the following parameters:
4950
- **Name**: `wwan` (or any name you prefer)
5051
- **Protocol**: `QMI`
51-
![Add wwan interface](../../../assets/openwrt/add-wwan.png)
52+
![Add wwan interface](../../../assets/openwrt/add-wwan.webp)
5253
5. Click **Create Interface**.
5354
6. In the new interface configuration page, set the following parameters:
5455
- **Device**: `/dev/cdc-wdm0`
5556
- **APN**: Set this to your network's APN (e.g. `internet` for many networks).
5657
- **Username**: Leave blank unless your network requires it.
5758
- **Password**: Leave blank unless your network requires it.
58-
![Choose modem device](../../../assets/openwrt/choose-modem.png)
59+
![Choose modem device](../../../assets/openwrt/choose-modem.webp)
5960
7. Go to the **Firewall Settings** tab and assign the `wwan` interface to the appropriate firewall zone (usually `wan`).
60-
![Select firewall zone](../../../assets/openwrt/firewall-zone.png)
61+
![Select firewall zone](../../../assets/openwrt/firewall-zone.webp)
6162
8. Click **Save & Apply**.
6263

6364
## Step 3: Verify the connection

0 commit comments

Comments
 (0)