<?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: How to Create MicroSd Image for IMX28 (Yocto)</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-Create-MicroSd-Image-for-IMX28-Yocto/m-p/224473#M15582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;Had your issue got resolved? If yes, we are going to close the discussion in 3 days. If you still need help, please feel free to reply with an update to this discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Mar 2014 08:23:04 GMT</pubDate>
    <dc:creator>YixingKong</dc:creator>
    <dc:date>2014-03-20T08:23:04Z</dc:date>
    <item>
      <title>How to Create MicroSd Image for IMX28 (Yocto)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-Create-MicroSd-Image-for-IMX28-Yocto/m-p/224469#M15578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have some custom hardware which has a 4-bit wide MicroSD card instead of an 8-bit wide SD card. I can build an Imx28-EVK image (core-image-lsb-dev) and have it boot up fine on the imx28-evk hardware.&lt;/P&gt;&lt;P&gt;I'm using the 3.12 kernel provided by linux-fslc&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I change to our custom hardware I change the .dts file to reflect the 4-bit interface instead,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pinctrl-0 = &amp;lt;&amp;amp;mmc0_4bit_pins_a&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;amp;mmc0_cd_cfg &amp;amp;mmc0_sck_cfg&amp;gt;;&lt;/P&gt;&lt;P&gt;bus-width = &amp;lt;4&amp;gt;;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The hardware is connected correctly for this pinout.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now when I power up the card, u-boot loads fine but it hangs at this point:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Waiting for root device /dev/mmcblk0p3...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at the partitions from my Ubuntu machine, I can see that the rootfs is indeed located at /dev/mmcblk0p3, but it just doesn't seem to be loading.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found this thread, but it doesn't help me&amp;nbsp; &lt;A _jive_internal="true" data-containerid="2004" data-containertype="14" data-objectid="306904" data-objecttype="1" href="https://community.nxp.com/thread/306904"&gt;https://community.freescale.com/thread/306904&lt;/A&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not experienced with embedded linux systems, or yocto, or u-boot command line so if the answer is "all you need to do is modify u-boot" I'm going to need a little more guidance than that. I've attached the output of the serial console on boot if that helps?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: I should also say that I'm not ruling out a hardware issue, it could be that everything is hunky dory (dora) and the sd card is browning out, I will investigate this in the meantime.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pete&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336491"&gt;boot.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 15:18:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-Create-MicroSd-Image-for-IMX28-Yocto/m-p/224469#M15578</guid>
      <dc:creator>peteewg</dc:creator>
      <dc:date>2014-02-11T15:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create MicroSd Image for IMX28 (Yocto)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-Create-MicroSd-Image-for-IMX28-Yocto/m-p/224470#M15579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;This is a Linux question, it's completely unrelated to U-Boot. The problem here is that your SD card is not detected. Either it's due to pinmux change or the voltage to the card is not supplied or such.&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 10:57:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-Create-MicroSd-Image-for-IMX28-Yocto/m-p/224470#M15579</guid>
      <dc:creator>MarekVasut</dc:creator>
      <dc:date>2014-02-12T10:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create MicroSd Image for IMX28 (Yocto)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-Create-MicroSd-Image-for-IMX28-Yocto/m-p/224471#M15580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well this is embarrassing,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Turns out the card detect line from the microSD was left unconnected, on the premise that it wasn't needed (i.e. a card would always be there otherwise it wouldn't boot).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although U-Boot and Kernel seem to load without this, when it gets to rootfs it hangs until the line is pulled low.&lt;/P&gt;&lt;P&gt;Is there a way to change .dts file so it doesn't require the card detect? or will I just use my soldering iron?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pete&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 11:13:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-Create-MicroSd-Image-for-IMX28-Yocto/m-p/224471#M15580</guid>
      <dc:creator>peteewg</dc:creator>
      <dc:date>2014-02-13T11:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create MicroSd Image for IMX28 (Yocto)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-Create-MicroSd-Image-for-IMX28-Yocto/m-p/224472#M15581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the 'non-removable' property in the DT, but this was added only to like 3.12 or so ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 12:14:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-Create-MicroSd-Image-for-IMX28-Yocto/m-p/224472#M15581</guid>
      <dc:creator>MarekVasut</dc:creator>
      <dc:date>2014-02-14T12:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Create MicroSd Image for IMX28 (Yocto)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-Create-MicroSd-Image-for-IMX28-Yocto/m-p/224473#M15582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;Had your issue got resolved? If yes, we are going to close the discussion in 3 days. If you still need help, please feel free to reply with an update to this discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 08:23:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-Create-MicroSd-Image-for-IMX28-Yocto/m-p/224473#M15582</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-03-20T08:23:04Z</dc:date>
    </item>
  </channel>
</rss>

