<?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 support at U-boot level in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/USB-support-at-U-boot-level/m-p/881256#M133583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Radhika,&lt;/P&gt;&lt;P&gt;Even my first approach was the same, but dint work for me!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2019 14:03:44 GMT</pubDate>
    <dc:creator>deexith_venkate</dc:creator>
    <dc:date>2019-02-06T14:03:44Z</dc:date>
    <item>
      <title>USB support at U-boot level</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-support-at-U-boot-level/m-p/881254#M133581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;I am currently working on a i.mx6(dual) based custom board. My question is can i integrate the functionality of "usb start" command line utility to the U-boot source code(to my board c file)?? USB slot works fine after executing the "usb start" argument at the U-boot level. Is there any way i can make USB slot work without using "usb start" at the U-boot level, I mean usb working by default after flashing!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;U-Boot version: 2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2019 12:32:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-support-at-U-boot-level/m-p/881254#M133581</guid>
      <dc:creator>deexith_venkate</dc:creator>
      <dc:date>2019-02-04T12:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: USB support at U-boot level</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-support-at-U-boot-level/m-p/881255#M133582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="" data-avatarid="-1" data-content-finding="Community" data-userid="332178" data-username="deexith.venkatesha@tessolve.com" href="https://community.nxp.com/people/deexith.venkatesha@tessolve.com" rel="nofollow noopener noreferrer" target="_blank"&gt;Kumar DP,&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You can add things to the bootcmd environment variable (and this can be changed in the boards config.h file so that the default environment is changed). So what you would want to do is:&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;U-Boot&amp;gt;= setenv bootcmd 'usb start'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Radhika Somaiya&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2019 13:50:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-support-at-U-boot-level/m-p/881255#M133582</guid>
      <dc:creator>radhikasomaiya</dc:creator>
      <dc:date>2019-02-06T13:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: USB support at U-boot level</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-support-at-U-boot-level/m-p/881256#M133583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Radhika,&lt;/P&gt;&lt;P&gt;Even my first approach was the same, but dint work for me!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2019 14:03:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-support-at-U-boot-level/m-p/881256#M133583</guid>
      <dc:creator>deexith_venkate</dc:creator>
      <dc:date>2019-02-06T14:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: USB support at U-boot level</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-support-at-U-boot-level/m-p/881257#M133584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;Can you kindly look into this and help me out???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 07:17:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-support-at-U-boot-level/m-p/881257#M133584</guid>
      <dc:creator>deexith_venkate</dc:creator>
      <dc:date>2019-02-11T07:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: USB support at U-boot level</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/USB-support-at-U-boot-level/m-p/881258#M133585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may check cmd/usb.c to see what "usb start" command does and try to adapt that to your board.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 12:57:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/USB-support-at-U-boot-level/m-p/881258#M133585</guid>
      <dc:creator>turker</dc:creator>
      <dc:date>2019-02-11T12:57:11Z</dc:date>
    </item>
  </channel>
</rss>

