-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Edit 1:
I've opened this issue to keep track of my experiment in trying to replace the Android Gadget driver with mainline gadget driver.
Also some discussion between developers can take place in this thread, so we can share some ideas and knowledge.
Step 1: Switch over Sysinitv to SystemD. (It's not mandatory, but a lot of scripts which are necessary are written for SystemD, otherwise would need to rewrite a lot). Also we might benefit from using SystemD in boot times as it is a parallel boot manager. It can handle multiple services at the same time, while Sysinitv boots up one after the other.
Step 2: Getting ADB up/running on the modem, or replace adb with OpenSSH exposed through the mainline gadget.
Step 3: QMI: Try to get a QMI interface up and running (Investigate if we can use opensource qmi_wwan driver)