I have been trying to install Quectel_Linux&Android_QMI_WWAN_Driver_V1.1 and Quectel_Linux&Android_GobiNet_Driver_V1.6 on RapberryPi Compute Module 4. But as soon as I try to run sudo make install I get following error in both of them
make ARCH=aarch64 CROSS_COMPILE= -C /lib/modules/5.4.0-1062-raspi/build M=/home/ubuntu/lte_driver/Quectel_Linux&Android_QMI_WWAN_Driver_V1.1 modules
/bin/sh: 1: Android_QMI_WWAN_Driver_V1.1: not found
make: *** [Makefile:22: default] Error 127
make[1]: Entering directory ‘/usr/src/linux-headers-5.4.0-1062-raspi’
Makefile:698: arch/aarch64/Makefile: No such file or directory
make[1]: *** No rule to make target ‘arch/aarch64/Makefile’. Stop.
make[1]: Leaving directory ‘/usr/src/linux-headers-5.4.0-1062-raspi’
Why is it failing? Am I using right driver here?
I am using Ubuntu Server 20.04 LTS as the OS and Kernel is 5.4.0-1062-raspi
Also the Quectel_Linux_USB_Serial_Option_Driver_V1.0 driver does not have a version for 5.4 Kernel, it only has till 5.3
And also how do I know which of these driver I need and which I don’t need?
I have looked at Quectel_LTE&5G_Linux_USB_Driver_User_Guide_V2.0.pdf and I didn’t get these answers there.