Difference between revisions of "Transclusion: IOT-GATE-iMX8: Cellular Modem"

From Compulab Mediawiki
Jump to: navigation, search
imported>Uri.mashiach
(Created page with "The IOT-GATE-iMX8 / SBC-IOT-iMX8 features an optional cellular modem implemented with a mini-PCIe module. On-board micro-SIM card socket is available. == ModemManager == The...")
 
imported>Uri.mashiach
(ModemManager)
Line 7: Line 7:
 
* Replace ISP-APN with the APN name of the cellular provider.
 
* Replace ISP-APN with the APN name of the cellular provider.
 
<pre>
 
<pre>
root@iot-gate-imx8:~# nmcli connection add type gsm ifname ttyUSB2 con-name CellularCon apn ISP-APN
+
root@iot-gate-imx8:~# nmcli connection add type gsm ifname '*' con-name CellularCon apn ISP-APN
 
</pre>
 
</pre>

Revision as of 15:57, 1 July 2021

The IOT-GATE-iMX8 / SBC-IOT-iMX8 features an optional cellular modem implemented with a mini-PCIe module. On-board micro-SIM card socket is available.

ModemManager

The ModemManager can be used to log into almost any Internet Service Provider with simple configuration setup.

In the following example:

  • Replace ISP-APN with the APN name of the cellular provider.
root@iot-gate-imx8:~# nmcli connection add type gsm ifname '*' con-name CellularCon apn ISP-APN