Connect LTE Module to Edge (Android)

Which system do you use? Android, Ubuntu, OOWOW or others?

Android

Please describe your issue below:

Hello! How can I connect others LTE Modules to Khadas Edge? For example, SIM7600G-M2. Is there a driver to connect them like the driver to connect EM06 to Edge?

@DanTretyakov We have not adapted this module. You need to first confirm whether this module is communicating with a USB interface. You need to ask the supplier for the corresponding library file and replace it with the EM06 library file. Confirm that the provided library is 64 bit.

device/rockchip/rk3399
--- a/device.mk
+++ b/device.mk
+                vendor.rild.libpath=/vendor/lib64/libem06-ril.so \
+                vendor.rild.libargs=-d /dev/ttyUSB2 \
adb root && adb remount
adb push xx.so /vendor/lib64/libem06-ril.so

Hello, @goenjoy! Do you have the source code of the EM06 driver for Android 10? We want to try to remake it for our LTE-module.

@DanTretyakov We don’t have the source code.