<?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 sd2 pins in uboot in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/sd2-pins-in-uboot/m-p/511362#M83368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a custom design that is based largely on the ul6_evk. The hardware folks decided to move the boot device from SD2 (the EVK's boot device) to sd1. u-boot can no longer boot into the kernel as expected. I know I am going to have to change u-boots IOMUX pin settings to enable sd1 but for the life of me can't figure out where those changed need to occur. We are using Yocto to do the builds and as such I believe uboot source is at &amp;lt;basedir&amp;gt;/tmp/work/imx6ulevk-poky-linux-gnueabi/u-boot-imx/2015.04-r0/git.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Jan 2016 15:31:19 GMT</pubDate>
    <dc:creator>michaelcarrier</dc:creator>
    <dc:date>2016-01-24T15:31:19Z</dc:date>
    <item>
      <title>sd2 pins in uboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/sd2-pins-in-uboot/m-p/511362#M83368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a custom design that is based largely on the ul6_evk. The hardware folks decided to move the boot device from SD2 (the EVK's boot device) to sd1. u-boot can no longer boot into the kernel as expected. I know I am going to have to change u-boots IOMUX pin settings to enable sd1 but for the life of me can't figure out where those changed need to occur. We are using Yocto to do the builds and as such I believe uboot source is at &amp;lt;basedir&amp;gt;/tmp/work/imx6ulevk-poky-linux-gnueabi/u-boot-imx/2015.04-r0/git.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 15:31:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/sd2-pins-in-uboot/m-p/511362#M83368</guid>
      <dc:creator>michaelcarrier</dc:creator>
      <dc:date>2016-01-24T15:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: sd2 pins in uboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/sd2-pins-in-uboot/m-p/511363#M83369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attach the BSP porting guide for your information. You can read the Chapter 2 and Chapter 4 for more details about IOMUX and SDHC porting. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 06:09:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/sd2-pins-in-uboot/m-p/511363#M83369</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2016-01-25T06:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: sd2 pins in uboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/sd2-pins-in-uboot/m-p/511364#M83370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check out this path -&amp;gt; arch/arm/include/asm/&amp;lt;respective architecture&amp;gt;/&amp;lt;your arch_pins.h&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 06:45:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/sd2-pins-in-uboot/m-p/511364#M83370</guid>
      <dc:creator>gbiradar</dc:creator>
      <dc:date>2016-01-25T06:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: sd2 pins in uboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/sd2-pins-in-uboot/m-p/511365#M83371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this guide and I understand the IOMUX and pin configurations. The problem I am having is where in the u-boot file structure are the changes to be made.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 16:42:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/sd2-pins-in-uboot/m-p/511365#M83371</guid>
      <dc:creator>michaelcarrier</dc:creator>
      <dc:date>2016-01-25T16:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: sd2 pins in uboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/sd2-pins-in-uboot/m-p/511366#M83372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, found the location and made the necessary changes to the imx6ul IOMUX. u-boot is loaded&amp;nbsp; and can load zImage and the device tree blob. The kernel is now hanging which I am sure is do to the SD card change. Anyone have a clue as to where in menuconfig I can change change the rootfs location?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jan 2016 22:48:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/sd2-pins-in-uboot/m-p/511366#M83372</guid>
      <dc:creator>michaelcarrier</dc:creator>
      <dc:date>2016-01-25T22:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: sd2 pins in uboot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/sd2-pins-in-uboot/m-p/511367#M83373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/michaelcarrier"&gt;michaelcarrier&lt;/A&gt;‌ Can you tell us which files you changed? We are experiencing the exact same problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2018 12:14:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/sd2-pins-in-uboot/m-p/511367#M83373</guid>
      <dc:creator>kyle2</dc:creator>
      <dc:date>2018-08-31T12:14:19Z</dc:date>
    </item>
  </channel>
</rss>

