<?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: How to create enable USB mass storage device feature on i.MX6 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-USB-OTG-in-device-mode-with-mass-storage-gadget/m-p/255517#M24306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like I have some&amp;nbsp; problem in VBUS configuration. Th USB_OTG_ID pad was left unconnected on the board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the dts file i have added below code to enable OTG support.&lt;/P&gt;&lt;P&gt; &amp;amp;usbotg {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vbus-supply = &amp;lt;&amp;amp;reg_usb_otg_vbus&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pinctrl-names = "default";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pinctrl-0 = &amp;lt;&amp;amp;pinctrl_usbotg_1&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; disable-over-current;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status = "okay";&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;One more experiment done was compiling g_mass_storage driver statically. But at this time I am not able&amp;nbsp; change the file paramter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In kernel configuration i have selected below options.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="kconfig.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42376iE19F89E4B8365EBF/image-size/large?v=v2&amp;amp;px=999" role="button" title="kconfig.png" alt="kconfig.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;under USB Peripheral Controller &lt;/P&gt;&lt;P&gt; &amp;lt;*&amp;gt; Freescale Highspeed USB DR Peripheral Controller&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added some debug prints in drivers/usb/gadget/udc-core.c where the probe is happening. It says probe could not find USB device controller driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am&amp;nbsp; little lost&amp;nbsp; how to proceed. Any pointers/help will be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Krishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Jan 2014 13:17:59 GMT</pubDate>
    <dc:creator>krishnanp</dc:creator>
    <dc:date>2014-01-25T13:17:59Z</dc:date>
    <item>
      <title>Issue with USB OTG in device mode with mass storage gadget driver in i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-USB-OTG-in-device-mode-with-mass-storage-gadget/m-p/255516#M24305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there Greetings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kernel:3.10.9&lt;/P&gt;&lt;P&gt;Board: i.MX6&amp;nbsp; Solo based&amp;nbsp; custom board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1: &lt;STRONG&gt;load the mass storage driver&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;insmod g_mass_storage.ko file=/dev/mtdblock5&lt;/P&gt;&lt;P&gt;calling&amp;nbsp; msg_init+0x0/0x1c [g_mass_storage] @ 381&lt;/P&gt;&lt;P&gt;initcall msg_init+0x0/0x1c [g_mass_storage] returned -19 after 1549 usecs&lt;/P&gt;&lt;P&gt;insmod: can't insert 'g_mass_storage.ko': No such device&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2: &lt;STRONG&gt;dmesg&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;calling&amp;nbsp; msg_init+0x0/0x1c [g_mass_storage] @ 388&lt;/P&gt;&lt;P&gt;couldn't find an available UDC&lt;/P&gt;&lt;P&gt;initcall msg_init+0x0/0x1c [g_mass_storage] returned -19 after 1606 usecs&lt;/P&gt;&lt;P&gt;calling&amp;nbsp; msg_init+0x0/0x1c [g_mass_storage] @ 389&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;couldn't find an available UDC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;initcall msg_init+0x0/0x1c [g_mass_storage] returned -19 after 1570 usecs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stuck with this error. Appreciate any pointers ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishnan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2014 14:43:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-USB-OTG-in-device-mode-with-mass-storage-gadget/m-p/255516#M24305</guid>
      <dc:creator>krishnanp</dc:creator>
      <dc:date>2014-01-24T14:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create enable USB mass storage device feature on i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-USB-OTG-in-device-mode-with-mass-storage-gadget/m-p/255517#M24306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like I have some&amp;nbsp; problem in VBUS configuration. Th USB_OTG_ID pad was left unconnected on the board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the dts file i have added below code to enable OTG support.&lt;/P&gt;&lt;P&gt; &amp;amp;usbotg {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vbus-supply = &amp;lt;&amp;amp;reg_usb_otg_vbus&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pinctrl-names = "default";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pinctrl-0 = &amp;lt;&amp;amp;pinctrl_usbotg_1&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; disable-over-current;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status = "okay";&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;One more experiment done was compiling g_mass_storage driver statically. But at this time I am not able&amp;nbsp; change the file paramter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In kernel configuration i have selected below options.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="kconfig.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42376iE19F89E4B8365EBF/image-size/large?v=v2&amp;amp;px=999" role="button" title="kconfig.png" alt="kconfig.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;under USB Peripheral Controller &lt;/P&gt;&lt;P&gt; &amp;lt;*&amp;gt; Freescale Highspeed USB DR Peripheral Controller&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added some debug prints in drivers/usb/gadget/udc-core.c where the probe is happening. It says probe could not find USB device controller driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am&amp;nbsp; little lost&amp;nbsp; how to proceed. Any pointers/help will be much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Krishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jan 2014 13:17:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-USB-OTG-in-device-mode-with-mass-storage-gadget/m-p/255517#M24306</guid>
      <dc:creator>krishnanp</dc:creator>
      <dc:date>2014-01-25T13:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to create enable USB mass storage device feature on i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-USB-OTG-in-device-mode-with-mass-storage-gadget/m-p/255518#M24307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any&amp;nbsp; pointers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 10:49:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-USB-OTG-in-device-mode-with-mass-storage-gadget/m-p/255518#M24307</guid>
      <dc:creator>krishnanp</dc:creator>
      <dc:date>2014-01-27T10:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create enable USB mass storage device feature on i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-USB-OTG-in-device-mode-with-mass-storage-gadget/m-p/255519#M24308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krishnan,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This may be an issue with the pad configurations for Solo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We didn't have support for Dual-Lite/Solo in our 3.10.9 release, but USB OTG was supported on i.MX6Q:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://boundarydevices.com/imx6-linux-kernel-3-10-9/" title="http://boundarydevices.com/imx6-linux-kernel-3-10-9/"&gt;http://boundarydevices.com/imx6-linux-kernel-3-10-9/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have recently tested on 3.10.17, notably on our Nitrogen6_Lite board:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://boundarydevices.com/mx6-linux-kernel-3-10-17-beta/" title="http://boundarydevices.com/mx6-linux-kernel-3-10-17-beta/"&gt;http://boundarydevices.com/mx6-linux-kernel-3-10-17-beta/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can compare your configuration against nit6xlite_defconfig and your DTS files against&lt;BR /&gt;imx6dl-nit6xlite.dts in in this tree:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="https://github.com/boundarydevices/linux-imx6/tree/boundary-imx_3.10.17_1.0.0_beta/arch/arm/boot/dts/" title="https://github.com/boundarydevices/linux-imx6/tree/boundary-imx_3.10.17_1.0.0_beta/arch/arm/boot/dts/"&gt;linux-imx6/arch/arm/boot/dts at boundary-imx_3.10.17_1.0.0_beta · boundarydevices/linux-imx6 · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tested using g_ether, not g_mass_storage, but the detection and registration &lt;/P&gt;&lt;P&gt;should be the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 22:33:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-USB-OTG-in-device-mode-with-mass-storage-gadget/m-p/255519#M24308</guid>
      <dc:creator>EricNelson</dc:creator>
      <dc:date>2014-01-27T22:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create enable USB mass storage device feature on i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-USB-OTG-in-device-mode-with-mass-storage-gadget/m-p/255520#M24309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the suggestions. It was a problem with UDC controller driver.&amp;nbsp; I have enabled chip idea hdr controller&amp;nbsp; driver in kernel&lt;/P&gt;&lt;P&gt;Now the&amp;nbsp; g_mass_storage works fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="USB_udc.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/42488i773E2B166030C82A/image-size/large?v=v2&amp;amp;px=999" role="button" title="USB_udc.png" alt="USB_udc.png" /&gt;&lt;/span&gt; &lt;/P&gt;&lt;P&gt;root@imx6qsabrelite:/# insmod g_mass_storage.ko file=/dev/mtdblock5&lt;/P&gt;&lt;P&gt;calling&amp;nbsp; msg_init+0x0/0x1c [g_mass_storage] @ 421&lt;/P&gt;&lt;P&gt;g_mass_storage gadget: Mass Storage Function, version: 2009/09/11&lt;/P&gt;&lt;P&gt;g_mass_storage gadget: Number of LUNs=1&lt;/P&gt;&lt;P&gt; lun0: LUN: file: /dev/mtdblock5&lt;/P&gt;&lt;P&gt;g_mass_storage gadget: Mass Storage Gadget, version: 2009/09/11&lt;/P&gt;&lt;P&gt;g_mass_storage gadget: userspace failed to provide iSerialNumber&lt;/P&gt;&lt;P&gt;g_mass_storage gadget: g_mass_storage ready&lt;/P&gt;&lt;P&gt;initcall msg_init+0x0/0x1c [g_mass_storage] returned 0 after 30566 usecs&lt;/P&gt;&lt;P&gt;root@imx6qsabrelite:/# g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@imx6qsabrelite:/# g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 10:45:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-USB-OTG-in-device-mode-with-mass-storage-gadget/m-p/255520#M24309</guid>
      <dc:creator>krishnanp</dc:creator>
      <dc:date>2014-01-30T10:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with USB OTG in device mode with mass storage gadget driver in i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-USB-OTG-in-device-mode-with-mass-storage-gadget/m-p/255521#M24310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Eric,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to establish 1 HID and 1 mass storage at same time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I already have enabled "ChipIdea Highspeed Dual Role Controller", HID and mass storage features in kernel(menuconfig).&lt;SPAN&gt;&amp;nbsp;But I get an error message "udc-core: couldn't find an available UDC - added [g_mass_storage] to list of pending drivers".&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;I try to modified core.c but it's not work.&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;I have trawled through many articles with no luck.&amp;nbsp;Does it have efficient way to&amp;nbsp;modify USB descriptor&amp;nbsp;for 1 HID and 1 Mass Storage at same time?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;(imx6ull14x14evk-poky-linux-gnueabi\linux-imx\4.9.11-r0\git\drivers\usb\gadget\udc\core.c)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #51626f;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Situation 1:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Step 1: insmod g_hid.ko&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;=======&amp;nbsp; HID is work&amp;nbsp;normally&lt;BR /&gt;Step 2: insmod g_mass_storage.ko&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;====== show error message&lt;BR /&gt;udc-core: couldn't find an available UDC - added [g_mass_storage] to list of pending drivers&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Situation 2:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Step 1:&amp;nbsp;insmod g_mass_storage.ko&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;======&amp;nbsp; mass storage is work normally&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Step&amp;nbsp;2&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;insmod g_hid.ko&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;=======&amp;nbsp;&amp;nbsp;show error message&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;udc-core: couldn't find an available UDC - added [g_hid] to list of pending drivers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 06:28:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-USB-OTG-in-device-mode-with-mass-storage-gadget/m-p/255521#M24310</guid>
      <dc:creator>alexkuo</dc:creator>
      <dc:date>2018-08-17T06:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with USB OTG in device mode with mass storage gadget driver in i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-USB-OTG-in-device-mode-with-mass-storage-gadget/m-p/255522#M24311</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;You can not load two gadget drivers simultaneously, for this you need to load them as a composite driver, you can do this through configfs&amp;nbsp;or hardcoded on the legacy drivers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Aug 2018 15:00:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-USB-OTG-in-device-mode-with-mass-storage-gadget/m-p/255522#M24311</guid>
      <dc:creator>marcomadrigal</dc:creator>
      <dc:date>2018-08-17T15:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with USB OTG in device mode with mass storage gadget driver in i.MX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-USB-OTG-in-device-mode-with-mass-storage-gadget/m-p/255523#M24312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you solved this issue of udc not available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Dec 2018 14:43:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-USB-OTG-in-device-mode-with-mass-storage-gadget/m-p/255523#M24312</guid>
      <dc:creator>sandeep_yenugul</dc:creator>
      <dc:date>2018-12-09T14:43:01Z</dc:date>
    </item>
  </channel>
</rss>

