<?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>i.MX Processors中的主题 USB OTG Dual role testing</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826729#M127110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using i.MX8M custom board with linux4.9.5_ga release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are facing with issue with usb otg dual mode operation. If we force otg to host mode it is working, also forcing it to device (peripheral) mode also working, but not able to get it worked with "otg" mode(both host and device at same time).&lt;/P&gt;&lt;P&gt;Please see the below table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6;" width="100%"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH style="width: 36.2155%;"&gt;menuconfig&lt;/TH&gt;&lt;TH style="width: 24.3108%;"&gt;dts file dr_mode&lt;/TH&gt;&lt;TH style="width: 18.1704%;"&gt;OTG as device&lt;/TH&gt;&lt;TH style="width: 15.5388%;"&gt;OTG as host&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width: 36.2155%;"&gt;CONFIG_USB_DWC3_DUAL_ROLE=y&lt;/TD&gt;&lt;TD style="width: 24.3108%;"&gt;dr_mode = "peripheral"&lt;/TD&gt;&lt;TD style="width: 18.1704%;"&gt;PASS&lt;/TD&gt;&lt;TD style="width: 15.5388%;"&gt;FAIL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 36.2155%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; "&lt;/TD&gt;&lt;TD style="width: 24.3108%;"&gt;dr_mode = "host"&lt;/TD&gt;&lt;TD style="width: 18.1704%;"&gt;FAIL&lt;/TD&gt;&lt;TD style="width: 15.5388%;"&gt;PASS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 36.2155%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;/TD&gt;&lt;TD style="width: 24.3108%;"&gt;dr_mode = "otg"&lt;/TD&gt;&lt;TD style="width: 18.1704%;"&gt;&lt;SPAN style="color: #ff0000;"&gt;FAIL&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="width: 15.5388%;"&gt;&lt;SPAN style="color: #ff0000;"&gt;FAIL&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the below is the dts file implementation,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;amp;usb_dwc3_0 {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status = "okay";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dr_mode = "otg";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know how to test both otg as hos and device in single binary?&amp;nbsp; I am using 'insmod' to install otg as device modules.&lt;/P&gt;&lt;P&gt;In OTG mode if i connect a usb pendrive no any print appears and when install module for device below error appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;root@imx8mqevk:~# &lt;SPAN style="color: #3366ff;"&gt;insmod configfs.ko&lt;/SPAN&gt;&lt;BR /&gt;root@imx8mqevk:~# &lt;SPAN style="color: #3366ff;"&gt;insmod libcomposite.ko&lt;/SPAN&gt;&lt;BR /&gt;root@imx8mqevk:~#&lt;SPAN style="color: #3366ff;"&gt; insmod usb_f_mass_storage.ko&lt;/SPAN&gt;&lt;BR /&gt;root@imx8mqevk:~# &lt;SPAN style="color: #3366ff;"&gt;insmod g_mass_storage.ko file=/dev/mmcblk1p1 removable=1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;[&amp;nbsp;&amp;nbsp; 57.085718] udc-core: couldn't find an available UDC - added [g_mass_storage] to list of pending drivers&lt;/SPAN&gt;&lt;BR /&gt;root@imx8mqevk:~#&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Yashavantha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2018 15:25:10 GMT</pubDate>
    <dc:creator>yashavanthashet</dc:creator>
    <dc:date>2018-11-12T15:25:10Z</dc:date>
    <item>
      <title>USB OTG Dual role testing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826729#M127110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using i.MX8M custom board with linux4.9.5_ga release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are facing with issue with usb otg dual mode operation. If we force otg to host mode it is working, also forcing it to device (peripheral) mode also working, but not able to get it worked with "otg" mode(both host and device at same time).&lt;/P&gt;&lt;P&gt;Please see the below table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE class="j-table jiveBorder" style="border: 1px solid #c6c6c6;" width="100%"&gt;&lt;THEAD&gt;&lt;TR style="background-color: #efefef;"&gt;&lt;TH style="width: 36.2155%;"&gt;menuconfig&lt;/TH&gt;&lt;TH style="width: 24.3108%;"&gt;dts file dr_mode&lt;/TH&gt;&lt;TH style="width: 18.1704%;"&gt;OTG as device&lt;/TH&gt;&lt;TH style="width: 15.5388%;"&gt;OTG as host&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="width: 36.2155%;"&gt;CONFIG_USB_DWC3_DUAL_ROLE=y&lt;/TD&gt;&lt;TD style="width: 24.3108%;"&gt;dr_mode = "peripheral"&lt;/TD&gt;&lt;TD style="width: 18.1704%;"&gt;PASS&lt;/TD&gt;&lt;TD style="width: 15.5388%;"&gt;FAIL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 36.2155%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; "&lt;/TD&gt;&lt;TD style="width: 24.3108%;"&gt;dr_mode = "host"&lt;/TD&gt;&lt;TD style="width: 18.1704%;"&gt;FAIL&lt;/TD&gt;&lt;TD style="width: 15.5388%;"&gt;PASS&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="width: 36.2155%;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "&lt;/TD&gt;&lt;TD style="width: 24.3108%;"&gt;dr_mode = "otg"&lt;/TD&gt;&lt;TD style="width: 18.1704%;"&gt;&lt;SPAN style="color: #ff0000;"&gt;FAIL&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="width: 15.5388%;"&gt;&lt;SPAN style="color: #ff0000;"&gt;FAIL&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the below is the dts file implementation,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;amp;usb_dwc3_0 {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status = "okay";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dr_mode = "otg";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #3366ff;"&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know how to test both otg as hos and device in single binary?&amp;nbsp; I am using 'insmod' to install otg as device modules.&lt;/P&gt;&lt;P&gt;In OTG mode if i connect a usb pendrive no any print appears and when install module for device below error appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;root@imx8mqevk:~# &lt;SPAN style="color: #3366ff;"&gt;insmod configfs.ko&lt;/SPAN&gt;&lt;BR /&gt;root@imx8mqevk:~# &lt;SPAN style="color: #3366ff;"&gt;insmod libcomposite.ko&lt;/SPAN&gt;&lt;BR /&gt;root@imx8mqevk:~#&lt;SPAN style="color: #3366ff;"&gt; insmod usb_f_mass_storage.ko&lt;/SPAN&gt;&lt;BR /&gt;root@imx8mqevk:~# &lt;SPAN style="color: #3366ff;"&gt;insmod g_mass_storage.ko file=/dev/mmcblk1p1 removable=1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;[&amp;nbsp;&amp;nbsp; 57.085718] udc-core: couldn't find an available UDC - added [g_mass_storage] to list of pending drivers&lt;/SPAN&gt;&lt;BR /&gt;root@imx8mqevk:~#&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Yashavantha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2018 15:25:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826729#M127110</guid>
      <dc:creator>yashavanthashet</dc:creator>
      <dc:date>2018-11-12T15:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: USB OTG Dual role testing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826730#M127111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="230490" data-username="yashavanthashetty" href="https://community.nxp.com/people/yashavanthashetty"&gt;yashavantha&lt;/A&gt;，&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USB OTG means the USB can work on Host or device mode,&amp;nbsp; these 2 modes can't work at the same time. User can only select one mode simultaneously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;NXP TIC weidong sun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2018 05:53:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826730#M127111</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2018-11-14T05:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: USB OTG Dual role testing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826731#M127112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I meant the same.&lt;/P&gt;&lt;P&gt;I know that by default USB host mode will be enabled, only after inserting modules as mentioned above device mode gets enabled.&lt;/P&gt;&lt;P&gt;The problem for me is if I keep in OTG mode dts and &lt;SPAN style="color: #0000ff;"&gt;'CONFIG_USB_DWC3_DUAL_ROLE=y'&lt;/SPAN&gt;, for me neither host nor device is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yashavantha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2018 05:59:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826731#M127112</guid>
      <dc:creator>yashavanthashet</dc:creator>
      <dc:date>2018-11-14T05:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: USB OTG Dual role testing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826732#M127113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to i.MX8M reference manual, section 11.1.1.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff;"&gt;11.1.1.2 Modes of Operation&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;The USB 3.0 module operates in following modes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;• Host Mode: SS/HS/FS/LS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;• Device Mode: SS/HS/FS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;• OTG: HS/FS/LS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;so according to above i.MX8M supports 2.0 OTG mode and as per our understanding&amp;nbsp; &lt;STRONG&gt;OTG mode supports both host and device capability&lt;/STRONG&gt;. We can check host capability by connecting usb storage device (pendrive) and can check device capability by connecting usb otg cable(by insmod).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Kindly let me know OTG mode is tested in i.MX8M evk? Both host and device works without changing binary?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks and Regrads,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Yashavantha&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2018 15:16:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826732#M127113</guid>
      <dc:creator>yashavanthashet</dc:creator>
      <dc:date>2018-11-15T15:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: USB OTG Dual role testing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826733#M127114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yashavnatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2018 13:38:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826733#M127114</guid>
      <dc:creator>yashavanthashet</dc:creator>
      <dc:date>2018-11-16T13:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: USB OTG Dual role testing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826734#M127115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Waiting for your answer.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yashavnatha&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2018 05:06:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826734#M127115</guid>
      <dc:creator>yashavanthashet</dc:creator>
      <dc:date>2018-11-19T05:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: USB OTG Dual role testing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826735#M127116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi yashvanatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you got any solution. As I am also having same issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Dec 2018 14:40:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826735#M127116</guid>
      <dc:creator>sandeep_yenugul</dc:creator>
      <dc:date>2018-12-09T14:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: USB OTG Dual role testing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826736#M127117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USB OTG dual mode is not supported in present i.MX8 BSPs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2018 04:38:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826736#M127117</guid>
      <dc:creator>yashavanthashet</dc:creator>
      <dc:date>2018-12-10T04:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: USB OTG Dual role testing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826737#M127118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The current ax8mq Android9_2.3.0 bsp adb function is invalid. The previous bsp function of Android9_1.0.0 is normal. What is the reason?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2019 12:00:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-Dual-role-testing/m-p/826737#M127118</guid>
      <dc:creator>传策薛</dc:creator>
      <dc:date>2019-11-25T12:00:50Z</dc:date>
    </item>
  </channel>
</rss>

