I got one quectel AG15 chip, and i’m trying to communicate with it using the DART-MX8M board from variscite.
For that i am trying to integrate the sdk used to communicate with the chip in a yocto build.
For the build i have quectel_cv2x_sdk_23700_20190318.
From that folder i’m copying all the files in the patch 4.x to the yocto kernel used.
and create one yocto layer with all the files in the folder imx8_sdk with this bb file:
because when i try to copy the folders to the root in a already build yocto OS, it don’t works.
Anyone knows whats the problem or anyway to install the sdk?
I have one AG15 module. I want to set up a Device to device communication between two AG15 kits. Is it mandatory to use DART-MX8M.
Can I do this using MDM9150 (which is inbuilt processor in the AG15)? I able to access MDM9150 but rmnet is not working for me. Do you have any idea how to access to do that?
If we have to use DART-MX8M - Do you have any document for DART-MX8M and AG15 connections?
I think ag15 can be used with DART-MX8M. Ag15 can connect to DART-MX8M via USB, and other necessary control pins such as PWRKEY should also be connected; the following is the architecture diagram for reference only:
AG15 is used to send v2x data;
AG35 is used to send LTE data and to run QDR;
Currently,the AG15 documents are not public, if you want to obtain more details documents , that need signed NDA with Quectel first, so you can email to Quectel local FAE or sales to get it.
Our SDK has not been ported to the operating system you mentioned;
We have only verified it in embedded Linux.
The following show is the directory of the SDK;
In the above screenshot usb patch is given for 4.14.78 for imx8. But Mendel Linux OS has current version 4.14.98. Do we have any upgrade for that patch?
Let me revive this topic after two years, since I haven’t found any other topic near to mine.
I had successfully integrated in an imx6 board, over two years ago, but in the meantime we are requiring to integrate AG15 into a nvidia jetson, with kernel 4.9.253 (sdk binaries work since they are arm64), but I still dont see any activity on the dmesg during startup. The device is not yet communicating with the kernel. It is connected via mini PCIe (which worked well for other wireless devices).
Is there any newer version of the drivers/patches/sdk (other than 2019-11-26)?