<?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: Cannot boot from eMMC i.mx6UL EVK in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-from-eMMC-i-mx6UL-EVK/m-p/419100#M63164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for mfg tool one can look at script&lt;/P&gt;&lt;P&gt;mfgtool2-yocto-mx-evk-sdcard-sd2.vbs,&lt;/P&gt;&lt;P&gt;since eMMC is used instead SD2, it should work for it.&lt;/P&gt;&lt;P&gt;For using procedure in the Linux User's Guide one can try first boot&lt;/P&gt;&lt;P&gt;from qspi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2015 15:13:19 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2015-09-30T15:13:19Z</dc:date>
    <item>
      <title>Cannot boot from eMMC i.mx6UL EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-from-eMMC-i-mx6UL-EVK/m-p/419097#M63161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an i.MX6UL-EVK that has had the micro SD card slot removed and an eMMC chip put in its place (MTFC4GACAAAM-4M IT).&amp;nbsp; The chip is (was) blank.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I’ve tried loading the board two ways:&lt;/P&gt;&lt;P&gt;I have the L3.14.38_ga_images_MX6UL images.&amp;nbsp; I used a lauterbach Trace32 to flash the u-boot-imx6ul14x14ddr3arm2_emmc.imx to the eMMC starting at address 0x200.&amp;nbsp; I then set the boot switches and reboot the board.&amp;nbsp; I see no output on the debug UART, and after a second or two, the USB HID device shows up if I connect the OTG port to the host PC.&lt;/P&gt;&lt;P&gt;I also tried using the MFGTool.&amp;nbsp; When using it, the board starts to boot and responds with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-right: 8.25pt;"&gt;&amp;nbsp;&amp;nbsp; U-Boot 2015.04-imx_v2015.04_3.14.38_6ul_ga+g5d63276 (Aug 18 2015 - 21:05:16)&lt;/P&gt;&lt;P style="margin: 0px 8.25pt 8pt;"&gt;CPU:&amp;nbsp;&amp;nbsp; Freescale i.MX6UL rev1.0 at 396 MHz&lt;/P&gt;&lt;P style="margin: 0px 8.25pt 8pt;"&gt;CPU:&amp;nbsp;&amp;nbsp; Temperature 36 C&lt;/P&gt;&lt;P style="margin: 0px 8.25pt 8pt;"&gt;Reset cause: POR&lt;/P&gt;&lt;P style="margin: 0px 8.25pt 8pt;"&gt;Board: MX6UL 14X14 DDR3 ARM2&lt;/P&gt;&lt;P style="margin: 0px 8.25pt 8pt;"&gt;I2C:&amp;nbsp;&amp;nbsp; ready&lt;/P&gt;&lt;P style="margin: 0px 8.25pt 8pt;"&gt;DRAM:&amp;nbsp; 1 GiB&lt;/P&gt;&lt;P style="margin: 0px 8.25pt 8pt;"&gt;force_idle_bus: sda=0 scl=0 sda.gp=0x3 scl.gp=0x2&lt;/P&gt;&lt;P style="margin: 0px 8.25pt 8pt;"&gt;Can't find PMIC:PFUZE100&lt;/P&gt;&lt;P style="margin: 0px 8.25pt 8pt;"&gt;initcall sequence bff93d08 failed at call 87802e28 (err=-1)&lt;/P&gt;&lt;P&gt;### ERROR ### Please RESET the board ###&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As the 6UL-EVK does not have a PMIC, I would expect it to not find one, but I don’t understand why the u-boot images for this reference board would be looking for one in the first place.&lt;/P&gt;&lt;P&gt;In either case, I’m not able to successfully boot the device.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 17:13:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-from-eMMC-i-mx6UL-EVK/m-p/419097#M63161</guid>
      <dc:creator>jacobbower</dc:creator>
      <dc:date>2015-09-29T17:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot from eMMC i.mx6UL EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-from-eMMC-i-mx6UL-EVK/m-p/419098#M63162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jacob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems this image for other board *arm2" which has pfuse, while&lt;/P&gt;&lt;P&gt;i.MX6UL-EVK has not pfuse. One can try to use image as for sd,&lt;/P&gt;&lt;P&gt;however uboot should be written starting at address 0x400.&lt;/P&gt;&lt;P&gt;Also one can try to program eMMC using procedure described&lt;/P&gt;&lt;P&gt;in sect.4.4.1.2 Using eMMC attached Linux Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 02:13:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-from-eMMC-i-mx6UL-EVK/m-p/419098#M63162</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-09-30T02:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot from eMMC i.mx6UL EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-from-eMMC-i-mx6UL-EVK/m-p/419099#M63163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The procedure in the Linux User's Guide presupposes that the device boots in the first place, so it cannot be used in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There were two attempts to boot the board.&amp;nbsp; The first attempt -- I used the "arm2" image from the latest SDK issued for this board, as indicated by our consultant: &lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="color: #0070c0;"&gt;&lt;A href="http://www.freescale.com/webapp/Download?colCode=L3.14.38_iMX6UL&amp;amp;appType=license&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product"&gt;&lt;SPAN style="color: #0070c0;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://www.freescale.com/webapp/Download?colCode=L3.14.38_iMX6UL&amp;amp;appType=license&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product" target="test_blank"&gt;http://www.freescale.com/webapp/Download?colCode=L3.14.38_iMX6UL&amp;amp;appType=license&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="color: #0070c0;"&gt;The second attempt involved using the MFG Tool and resulted in the missing PMIC output that you see here.&amp;nbsp; This used an entirely different image altogether, the one that ships with the MFG Tool specified for the i.mx6 UL EVK board.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 11:37:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-from-eMMC-i-mx6UL-EVK/m-p/419099#M63163</guid>
      <dc:creator>jacobbower</dc:creator>
      <dc:date>2015-09-30T11:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot from eMMC i.mx6UL EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-from-eMMC-i-mx6UL-EVK/m-p/419100#M63164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for mfg tool one can look at script&lt;/P&gt;&lt;P&gt;mfgtool2-yocto-mx-evk-sdcard-sd2.vbs,&lt;/P&gt;&lt;P&gt;since eMMC is used instead SD2, it should work for it.&lt;/P&gt;&lt;P&gt;For using procedure in the Linux User's Guide one can try first boot&lt;/P&gt;&lt;P&gt;from qspi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 15:13:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-from-eMMC-i-mx6UL-EVK/m-p/419100#M63164</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-09-30T15:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot boot from eMMC i.mx6UL EVK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-from-eMMC-i-mx6UL-EVK/m-p/419101#M63165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to use this suggestion to flash the MMC device.&amp;nbsp; It seemed to flash the _sd2 image OK.&amp;nbsp; It still won't boot off of the eMMC, but this is forward progress, at least.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 18:14:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-boot-from-eMMC-i-mx6UL-EVK/m-p/419101#M63165</guid>
      <dc:creator>jacobbower</dc:creator>
      <dc:date>2015-09-30T18:14:42Z</dc:date>
    </item>
  </channel>
</rss>

