4 Configuring System

This chapter introduces how to configure system.

4.1 Finding Device IP

Finding Device IP

4.2 Remote Login

Remote Login

4.3 Configuring Storage Devices

Configuring Storage Devices

4.4 Configuring Ethernet IP

Configuring Ethernet IP

4.5 Configuring Wi-Fi (Optional)

Configuring Wi-Fi

4.6 Configuring Bluetooth (Optional)

Configuring Bluetooth

4.7 Configuring 5G

The ​ED-IPC2500 natively supports 5G functionality, but specific configurations must be performed before utilizing the 5G network.

4.7.1 Scenarios Requiring No APN Configuration

If the user's 5G network ​operates without APN configuration, connect by proceeding as follows:

Preparation:

  • The ED-IPC2500 device ​has completed normal startup.
  • A ​5G-enabled Nano SIM card​ ​has been correctly installed​ in the device's ​SIM card slot.

NOTE

Hot-swapping of the SIM card is NOT supported.​

Steps:

  1. Open a terminal window and execute the following command to launch the 5G monitoring utility and automatically connect to the 5G network.​
sudo ed-lte-tool --daemon 

TIP

After executing the command, ​the terminal window will display relevant log information.

  1. Open a new terminal window and execute the following command to ​check the status of the 5G interface (wwan interface)​.
ifconfig

The returned information is shown in the following figure:

5g-config-1
  • ​If the returned information includes the wwan0 interface and displays an assigned IP address, ​this indicates that the 5G network is connected.
  • If the returned information shows no wwan0 interface, ​this signifies that the 5G network is disconnected.

4.7.2 Scenarios Requiring APN Configuration

If the user's 5G network ​requires APN configuration, configure the settings by proceeding as follows:

Preparation:

  • The ED-IPC2500 device ​has completed normal startup.
  • A ​5G-enabled Nano SIM card​ ​has been correctly installed​ in the device's ​SIM card slot.
  • APN credentials have been acquired, including the ​APN name, username, and password. The following example information will be used for demonstration:
    • ​APN Name: APN1
    • ​Username: admin
    • ​Password: admin

NOTE

Hot-swapping of the SIM card is NOT supported.​

Steps:

  1. Open a terminal window and sequentially execute the following commands to access the ed-qml.conf configuration file.
cd /etc/
sudo nano ed-qml.conf
  1. Configure the "APN CONfig" settings as required by setting the "apn", "apn_user", and "apn_password" parameters.​
5g-config-1

TIP

The "ping_server" and "online_script" parameters under the "Network" section also support user-specific configuration as required.​

  1. Enter ctrl+o to save the file, then press Enter to confirm, and finally input ctrl+x to exit file editing mode.​

  2. Execute the following command to ​launch the 5G monitoring utility and automatically establish the 5G network.

sudo ed-lte-tool --daemon 

TIP

After executing the command, ​the terminal window will display relevant log information.

  1. Open a new terminal window and execute the following command to ​check the status of the 5G interface (wwan interface)​.
ifconfig

The returned information is shown in the following figure:

5g-config-1
  • ​If the returned information includes the wwan0 interface and displays an assigned IP address, ​this indicates that the 5G network is connected.
  • If the returned information shows no wwan0 interface, ​this signifies that the 5G network is disconnected.

4.7.3 Essential Configuration Commands

CommandDescription
sudo systemctl start ed-lte-daemon.serviceEstablishing the 5G Network Connection via Service
sudo systemctl enable ed-lte-daemon.serviceAutomatically start the service during boot
sudo ed-lte-tool -rResetting the 5G Module
sudo ed-lte-tool -mViewing 5G Module Information
sudo ed-lte-tool -sViewing 5G Signal Strength
sudo ed-lte -cDial-up networking does not support automatic reconnection after disconnection.​
sudo ed-lte -dDisconnect the network connection
cd /var/log/ed-qmi/
sudo nano xxxx-xx-xx.log
Navigate to the `/var/log/ed-qmi/` directory and review the log files, where `xxxx-xx-xx` denotes the date in Year-Month-Day format (e.g., 2025-06-18).​
journalctl -u ed-lte-daemon.service​Monitor real-time logs for the 5G network

4.8 Configuring Buzzer

Configuring Buzzer

4.9 Configuring RTC

Configuring RTC

4.10 Configuring USER Indicator

Configuring USER Indicator