<?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のトピックRe: imx283 and USB0_ID mapping</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx283-and-USB0-ID-mapping/m-p/158032#M2693</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, we figured that this supply is related to USB-Device, at this point. And our board has nothing connected to it.&lt;/P&gt;&lt;P&gt;Thank you for the reply Richard!&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Richard He said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/imx283-and-usb0-id-mapping?groupUrl=imx28andimx28evk&amp;amp;commentId=4103961%3AComment%3A69847&amp;amp;xg_source=msg_com_gr_forum#4103961Comment69847"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;does your custom board have 5V supply to iMX283? if not, your USB won't work.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2012 19:33:59 GMT</pubDate>
    <dc:creator>mmaaxx</dc:creator>
    <dc:date>2012-05-15T19:33:59Z</dc:date>
    <item>
      <title>imx283 and USB0_ID mapping</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx283-and-USB0-ID-mapping/m-p/158030#M2691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with the custom board, that has imx283, and USB0 circuit same as iMX28 EVK, except that USB0_ID signal is router to a different pin of the micro-controller. On the EVK (288) it goes to&amp;nbsp;PINID_AUART1_RTS, but there are no such pin on the 283 series. So it is router to the&amp;nbsp;PINID_PWM2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed pin mapping in the mx28evk_pins.c to this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#if defined(CONFIG_USB_OTG)&lt;BR /&gt; {&lt;BR /&gt; .name = "usb0_id",&lt;BR /&gt; .id = PINID_GPMI_RDY0,&lt;BR /&gt; .fun = PIN_FUN3,&lt;BR /&gt; .data = 1,&lt;BR /&gt; .pull = 1,&lt;BR /&gt; .pullup = 1,&lt;/P&gt;&lt;P&gt;},&lt;BR /&gt; #endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I rebuild the kernel, and tried to make USB0-OTG work as a device, using g_serial module, with no luck. It simply didn't worked, not a sign of any USB activity on Host (my PC) or Device (imx283) side. I also tried&amp;nbsp;PINID_PWM2/PIN_FUN2 with same results.&lt;/P&gt;&lt;P&gt;USB-OTG in a device mode works just fine, on imx28-EVK, when I use same kernel with USB0_ID pin mapped to&amp;nbsp;PINID_AUART1_RTS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know if there are other places/definitions that needs to be changed, when moving USB0_ID&amp;nbsp;functionality&amp;nbsp;to a different pin?&lt;/P&gt;&lt;P&gt;I've spent couple days reviewing USB source code, trying to find a hard-coded reference to this pin, IRQ/DMA setup that could be affected by moving the pin, and haven't found anything.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 15:33:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx283-and-USB0-ID-mapping/m-p/158030#M2691</guid>
      <dc:creator>mmaaxx</dc:creator>
      <dc:date>2012-04-30T15:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: imx283 and USB0_ID mapping</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx283-and-USB0-ID-mapping/m-p/158031#M2692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does your custom board have 5V supply to iMX283? if not, your USB won't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 19:25:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx283-and-USB0-ID-mapping/m-p/158031#M2692</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2012-05-15T19:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: imx283 and USB0_ID mapping</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx283-and-USB0-ID-mapping/m-p/158032#M2693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, we figured that this supply is related to USB-Device, at this point. And our board has nothing connected to it.&lt;/P&gt;&lt;P&gt;Thank you for the reply Richard!&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Richard He said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/imx283-and-usb0-id-mapping?groupUrl=imx28andimx28evk&amp;amp;commentId=4103961%3AComment%3A69847&amp;amp;xg_source=msg_com_gr_forum#4103961Comment69847"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;does your custom board have 5V supply to iMX283? if not, your USB won't work.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 19:33:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx283-and-USB0-ID-mapping/m-p/158032#M2693</guid>
      <dc:creator>mmaaxx</dc:creator>
      <dc:date>2012-05-15T19:33:59Z</dc:date>
    </item>
  </channel>
</rss>

