This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:common:add-ons:5g-module-usage [2022/09/29 09:08] nick |
products:sbc:common:add-ons:5g-module-usage [2025/03/05 05:06] (current) nick |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| - | This page will introduce the use of RM500Q 5G module.You will learn how to use the 5G module on Khadas SBC. | + | This page will introduce the usage of [[https:// |
| + | |||
| + | <WRAP tip > | ||
| + | AT command node is ''/ | ||
| + | </ | ||
| ===== Preparation ===== | ===== Preparation ===== | ||
| * Disconnect the Khadas SBC power port cable. | * Disconnect the Khadas SBC power port cable. | ||
| - | * Insert the 5G module board into the M.2 slot | + | * Insert the 5G module board into the M.2 slot on [[https:// |
| + | * Insert the M2X WWAN Extension board into the SBC. | ||
| * Insert a valid '' | * Insert a valid '' | ||
| - | ===== Disable ModemManager | + | ===== Linux ===== |
| + | |||
| + | ==== Upgrade System ==== | ||
| + | |||
| + | You need to [[products: | ||
| + | |||
| + | === Enable PCIe Port (VIM3 Only) === | ||
| + | |||
| + | <WRAP important > | ||
| + | If you use the VIM3 board, you need to enable the PCIe function. | ||
| + | </ | ||
| + | |||
| + | |||
| + | Khadas VIM3 PCIe/USB3.0 share one data port,and the default mode is USB 3.0.So when we need to use 5G module, we need to switch it to PCIe port. | ||
| + | |||
| + | ```shell | ||
| + | $ echo 1 > / | ||
| + | $ sudo reboot | ||
| + | ``` | ||
| + | '' | ||
| + | |||
| + | ==== Disable ModemManager ==== | ||
| As the ModemManager doesn' | As the ModemManager doesn' | ||
| Line 20: | Line 47: | ||
| ``` | ``` | ||
| - | ===== Setup Quectel QConnectManager | + | ==== Setup Quectel QConnectManager ==== |
| You need to use '' | You need to use '' | ||
| - | ==== Get Source Code ==== | + | === Get Source Code === |
| Line 32: | Line 59: | ||
| ``` | ``` | ||
| - | ==== Compile the Source Code ==== | + | === Compile the Source Code === |
| Line 40: | Line 67: | ||
| ``` | ``` | ||
| - | **Dial up Internet | + | ==== Configure the Network ==== |
| + | |||
| + | === Connect to Internet | ||
| + | |||
| + | |||
| + | Execute the command below to connect to internet. | ||
| ```shell | ```shell | ||
| $ sudo ./ | $ sudo ./ | ||
| - | |||
| ``` | ``` | ||
| - | ===== Configure the network ===== | ||
| + | === Check the Network Node === | ||
| - | **Confirm the network interface IP** | ||
| ```shell | ```shell | ||
| $ ifconfig rmnet_mhi0.1 | $ ifconfig rmnet_mhi0.1 | ||
| Line 61: | Line 92: | ||
| ``` | ``` | ||
| - | **Setup DNS** | + | |
| + | If you can see the IP address '' | ||
| + | |||
| + | === Setup DNS === | ||
| + | |||
| + | You also need to setup the DNS. | ||
| ```shell | ```shell | ||
| $ echo " | $ echo " | ||
| - | |||
| ``` | ``` | ||
| - | ===== Check Network ===== | + | ==== Check Network ==== |
| - | + | ||
| - | You can use the following command text to test the results of the above settings. | + | |
| ```shell | ```shell | ||
| Line 75: | Line 108: | ||
| ``` | ``` | ||
| + | |||
| + | ==== Check Whether use 5G Network ==== | ||
| + | |||
| + | ===== Andoid ===== | ||
| + | |||
| + | It will support automaticly. | ||