<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: USB Cellular Modem with imx8mp in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/USB-Cellular-Modem-with-imx8mp/m-p/1920589#M226762</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;That depend of your modem model, since USB has marked as none or X in the kernel configuration file.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2024 14:19:25 GMT</pubDate>
    <dc:creator>Bio_TICFSL</dc:creator>
    <dc:date>2024-07-30T14:19:25Z</dc:date>
    <item>
      <title>USB Cellular Modem with imx8mp</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-Cellular-Modem-with-imx8mp/m-p/1919469#M226696</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are trying to bring up Quectel eg915 cellular module connected to imx8mp via USB interface. We can't see any device generated on lsusb command or in /dev/ttyUSBx . We can communicate with the module via UART, which is up and running. But no device is detected. Here is our device tree for the USB and kernel config is attached. Could you guide us where could be the issue is?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;amp;usb3_phy1 {
        fsl,phy-tx-preemp-amp-tune = &amp;lt;3&amp;gt;;
        fsl,phy-tx-vref-tune = &amp;lt;0xb&amp;gt;;
        status = "okay";
        vbus-supply=&amp;lt;&amp;amp;reg_usb_vbus&amp;gt;;
};

&amp;amp;usb3_1 {
        dr_mode = "host";
        status = "okay";
};
&amp;amp;usb_dwc3_1 {
        dr_mode = "host";
        status = "okay";
};
reg_usb_vbus: regulator-vbus {
                compatible = "regulator-fixed";
                regulator-name = "USB-VBUS";
                regulator-min-microvolt = &amp;lt;3300000&amp;gt;;
                regulator-max-microvolt = &amp;lt;3300000&amp;gt;;
                enable-active-high;
                regulator-always-on;
 };
&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;root@imx8mp-lpddr4-evk:~# echo -e "AT+QCFG=\"usbnet\"?\r" | picocom -b 115200 -qrx 1000 /dev/ttymxc2 &amp;gt; foo.txt
root@imx8mp-lpddr4-evk:~# cat foo.txt 
AT+QCFG="usbnet"?
+QCFG: "usbnet",1

OK
root@imx8mp-lpddr4-evk:~# echo -e "AT+QGMR\r" | picocom -b 115200 -qrx 1000 /dev/ttymxc2 &amp;gt; foo.txt
root@imx8mp-lpddr4-evk:~# cat foo.txt 
AT+QGMR
EG915NEUAGR03A05M16_01.001.01.001

OK
root@imx8mp-lpddr4-evk:~# echo -e "AT+CFUN?\r" | picocom -b 115200 -qrx 1000 /dev/ttymxc2 &amp;gt; foo.txt
root@imx8mp-lpddr4-evk:~# cat foo.txt 
AT+CFUN?
+CFUN: 1

OK
root@imx8mp-lpddr4-evk:~# lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@imx8mp-lpddr4-evk:~# ls /sys/bus/usb/drivers
cdc_acm    cdc_mbim  cdc_wdm   hub	    option    r8152	 rndis_host  usb	  usb_debug	  usb_serial_simple  usbhid
cdc_ether  cdc_ncm   ftdi_sio  io_edgeport  qcserial  r8153_ecm  uas	     usb-storage  usb_ehset_test  usbfs		     usbserial_generic&lt;/LI-CODE&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 13:20:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-Cellular-Modem-with-imx8mp/m-p/1919469#M226696</guid>
      <dc:creator>Wobaffet</dc:creator>
      <dc:date>2024-07-29T13:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: USB Cellular Modem with imx8mp</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-Cellular-Modem-with-imx8mp/m-p/1920589#M226762</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;That depend of your modem model, since USB has marked as none or X in the kernel configuration file.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 14:19:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-Cellular-Modem-with-imx8mp/m-p/1920589#M226762</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2024-07-30T14:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: USB Cellular Modem with imx8mp</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-Cellular-Modem-with-imx8mp/m-p/1920596#M226763</link>
      <description>&lt;P&gt;Hello, Thank you for the answer. What do you mean by USB has marked as none, or X. We are using eg915N from quectel, here is the driver info that module uses.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 14:32:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-Cellular-Modem-with-imx8mp/m-p/1920596#M226763</guid>
      <dc:creator>Wobaffet</dc:creator>
      <dc:date>2024-07-30T14:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: USB Cellular Modem with imx8mp</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-Cellular-Modem-with-imx8mp/m-p/1923727#M226943</link>
      <description>&lt;P&gt;reminder.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 06:54:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-Cellular-Modem-with-imx8mp/m-p/1923727#M226943</guid>
      <dc:creator>Wobaffet</dc:creator>
      <dc:date>2024-08-02T06:54:53Z</dc:date>
    </item>
  </channel>
</rss>

