<?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 OTG GADGET in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-GADGET/m-p/1040861#M153341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi cheng&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what bsp used in the case, one can try usb unit test below on i.MX6UL EVK&lt;/P&gt;&lt;P&gt;with Demo Images&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_usb_test?h=imx_5.4.24_2.1.0" title="https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_usb_test?h=imx_5.4.24_2.1.0"&gt;mxc_usb_test\test - imx-test - i.MX Driver Test Application Software&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab" title="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab"&gt;Embedded Linux for i.MX Applications Processors | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jul 2020 01:02:00 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2020-07-30T01:02:00Z</dc:date>
    <item>
      <title>USB OTG GADGET</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-GADGET/m-p/1040859#M153339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Who has used USB gadget at imx6ull or other linux system?&lt;/P&gt;&lt;P&gt;I want use USB gadget as mass storage and serial function.&lt;/P&gt;&lt;P&gt;But ,the computer of running win10 or ubuntu can't recognize the USB plug-in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have modified here in kernel:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;-CONFIG_USB_MASS_STORAGE=m&lt;BR /&gt;+CONFIG_USB_MASS_STORAGE=y&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And uboot:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;+++ b/include/configs/mx6ullevk.h&lt;BR /&gt;@@ -119,7 +119,13 @@&lt;BR /&gt; "console=ttymxc0\0" \&lt;BR /&gt; "bootargs=console=ttymxc0,115200 ubi.mtd=4 " \&lt;BR /&gt; "root=ubi0:rootfs rootfstype=ubifs " \&lt;BR /&gt;- CONFIG_BOOTARGS_CMA_SIZE \&lt;BR /&gt;+ "g_mass_storage.removable=1 " \&lt;BR /&gt;+ "g_mass_storage.idVendor=0x15a2 " \&lt;BR /&gt;+ "g_mass_storage.idProduct=0x7b " \&lt;BR /&gt;+ "g_mass_storage.iSerialNumber=123456abcdef" \&lt;BR /&gt;+ "g_mass_storage.luns=1 " \&lt;BR /&gt;+ CONFIG_MFG_NAND_PARTITION \&lt;BR /&gt;+ "clk_ignore_unused "\&lt;BR /&gt; "mtdparts=gpmi-nand:64m(boot),16m(kernel),16m(dtb),1m(misc),-(rootfs)\0"\&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now ,I really don't know where there might be a problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 10:23:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-GADGET/m-p/1040859#M153339</guid>
      <dc:creator>barry_chen</dc:creator>
      <dc:date>2020-07-29T10:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: USB OTG GADGET</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-GADGET/m-p/1040860#M153340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;amp;usbotg1 {&lt;BR /&gt; dr_mode = "otg";&lt;BR /&gt;- srp-disable;&lt;BR /&gt;- hnp-disable;&lt;BR /&gt;+ //srp-disable;&lt;BR /&gt;+ //hnp-disable;&lt;BR /&gt; adp-disable;&lt;BR /&gt; otg-rev = &amp;lt;0x0200&amp;gt;;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;By the way,There will also be problems with modifying the above one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 10:31:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-GADGET/m-p/1040860#M153340</guid>
      <dc:creator>barry_chen</dc:creator>
      <dc:date>2020-07-29T10:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: USB OTG GADGET</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-GADGET/m-p/1040861#M153341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi cheng&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what bsp used in the case, one can try usb unit test below on i.MX6UL EVK&lt;/P&gt;&lt;P&gt;with Demo Images&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_usb_test?h=imx_5.4.24_2.1.0" title="https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_usb_test?h=imx_5.4.24_2.1.0"&gt;mxc_usb_test\test - imx-test - i.MX Driver Test Application Software&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab" title="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX?tab=In-Depth_Tab"&gt;Embedded Linux for i.MX Applications Processors | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 01:02:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-GADGET/m-p/1040861#M153341</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-07-30T01:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: USB OTG GADGET</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-GADGET/m-p/1040862#M153342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This problem has been solved. It's a hardware problem. Thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 07:33:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-OTG-GADGET/m-p/1040862#M153342</guid>
      <dc:creator>barry_chen</dc:creator>
      <dc:date>2020-07-30T07:33:09Z</dc:date>
    </item>
  </channel>
</rss>

