Hi ,
please provide refference node for LTE module in device tree .
our 5G interface is USB
Thanks,
Naresh
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi ,
please provide refference node for LTE module in device tree .
our 5G interface is USB
Thanks,
Naresh
Hi Maresh
There is no device tree configuration for USB LTE-5G module, USB protocol is based on device enumeration at runtime.
Hi Naresh,
- first you need to figure if the kernel you use has an driver to support the chipset in your LTE-5G modem;
- if the kernel has the driver, you need to make sure the driver is enabled in your kernel config and recompile the kernel;
Hi Bin Liu ,
Thanks for quick response.
So if the kernel has respected USB LTE module then it's automatically enabled right .
I think i am going to ask a dumb query that without having compatible name string (i mean we are not using any LTE nodes in the device tree ) how LTE module will invoke from kernel source code, and it's enabled in the kernel and showing in the file system .
Thanks ,
Naresh
We are seeing these messages in the dmesg :
[ 8.468530] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ 8.635844] usb 1-1: New USB device found, idVendor=2c7c, idProduct=030a, bcdDevice= 3.18
[ 8.644078] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 8.651289] usb 1-1: Product: EM05-G [ 8.654927] usb 1-1: Manufacturer: Quectel
Ours LTE module is Quectel
Hi Bin Liu ,
Please share the LTE testing procedure if you have the steps .
Thank you so much for your quick help
Thanks ,
Naresh
Hi Naresh,
Ours LTE module is Quectel
This module is not a TI device, so this is out of the support scope on this forums.
Please share the LTE testing procedure if you have the steps .
Sorry, we don't have such test procedure. LTE is a high level application which is beyond the Processor SDK.