5G Module on Tiger Lake Customer Reference Board¶
5G connectivity is enabled on Intel® Edge Control for Industrial (Intel® ECI) framework with the Fibocom FM350-GL module. This module is verified on Tiger Lake Customer Reference Board (CRB) and can used as a 5G UE on the device side.
This section describes the procedure to set up a data link with FM350-GL module on ECI.
5G Module Developer Reference¶
Kernel and Driver
MTK driver is integrated into the ECI Linux* kernel for Ubuntu* (Jammy Jellfish) ONLY with the following kernel configuration:
Software Tool
ModemSDK, including
libmbim (v1.27.5)
andmodemmanager (1.19.1)
, is built on eci-packages-jammy withECI Connectivity APT meta-package
selected, as shown in the following figure.
5G Prerequisites¶
Hardware Dependency
Tiger Lake CRB
FM350-GL module
SIM card
BIOS Setting on Tiger Lake CRB
Intel Advanced Menu ⟶ Connectivity Configuration ⟶ WWAN Configuration ⟶ WWAN Device ⟶ 5G-M80
Intel Advanced Menu ⟶ Connectivity Configuration ⟶ WWAN Configuration ⟶ WWAN Reset Workaround ⟶ Enabled
Install 5G Module Components¶
This component can be installed from the ECI APT repository for Ubuntu (Jammy Jellfish) ONLY. Setup the ECI APT repository, then perform either of the following commands to install this component:
- Install from meta-package
- Install from individual Deb packages
Set up 5G Test Environment¶
The following section is applicable to:

Verify the prerequisites from section 5G Prerequisites are met.
Install the required components by completing section Install 5G Module Components.
Check that FM350 module driver has been loaded on target board:
Check the
wwan0
interface:Install ModemSDK available in packages-jammy:
Check the version of
libmbim
andmodemmanager
:
Set up 5G Connectivity¶
The following section is applicable to:

Set up Data Link using ModemManager¶
Do the following to set up a data link using ModemManager:
Check service status of ModemManager:
The status should be
active (running)
. If not, start the service.Scan and list the modem:
Check the current status of the modem:
Enable the modem:
If there are no issues, the modem will be automatically registered in several seconds.
Activate the 5G interface:
Connect the modem to 5G network:
Note:
apn=<>
varies between operators.Check the assigned IP, gateway, and DNS:
Set a static IP for
wwan0
interface:
Then, wwan0
can be used to communicate with 5G data network.
Test 5G Connectivity¶
If connected to the public network, ping a website to check the connectivity. Make sure that the route and DNS are configured before pinging the website.
If connected to the private network, ping the edge server (for example, 192.168.96.100) behind 5G network to check the connectivity.