<?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: iMX6UL board bring-up problem</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-board-bring-up-problem/m-p/611439#M92311</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I modified&amp;nbsp;imximage.cfg&amp;nbsp;of&amp;nbsp;u-boot-imx-mfgtool according to my settings.&lt;/P&gt;&lt;P&gt;And compiled it like;&lt;/P&gt;&lt;P&gt;$ bitbake -f -c compile u-boot-imx-mfgtool&lt;/P&gt;&lt;P&gt;$ bitbake u-boot-imx-mfgtool&lt;/P&gt;&lt;P&gt;When I place the output u-boot file to firmware folder of manufacturing tool, it worked.. eMMC can be flashed and board runs..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and have a nice day..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Oct 2016 06:24:00 GMT</pubDate>
    <dc:creator>onursengoz</dc:creator>
    <dc:date>2016-10-07T06:24:00Z</dc:date>
    <item>
      <title>iMX6UL board bring-up problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-board-bring-up-problem/m-p/611437#M92309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I&amp;nbsp;have a custom board which is based on i.MX6UL CPU. It has eMMC on it but I&amp;nbsp;can not flash it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For testing purposes I simplified ucl2.xml like;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;LIST name="eMMC" desc="Choose eMMC as media"&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx6ulevk_sd.imx" ifdev="MX6UL"&amp;gt;Loading U-boot.emmc&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="BootStrap" type="jump" &amp;gt; Jumping to OS image.emmc &amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/LIST&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also modified the content of "mfgtool2-yocto-mx-evk-sdcard-sd2.vbs", SDCard to eMMC.&lt;/P&gt;&lt;P&gt;When I run this script, there is no debug output on UART.&lt;/P&gt;&lt;P&gt;But&amp;nbsp;same simplification&amp;nbsp;works for IMX6ULEVK even there is no SD card on it and I can see some outputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Between, on my board&amp;nbsp;DDR&amp;nbsp;test tool is able to work, I can do DDR&amp;nbsp;stress tests. But it passes under the frequencies of 300MHz because my DDR routing has some length equalization problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this does not make any sense as this initial bootstrapping does not use ram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the questions are;&lt;/P&gt;&lt;P&gt;Is my assumption for&amp;nbsp;ram usage in initial bootstrapping operation correct?&lt;/P&gt;&lt;P&gt;eMMC on the board has no function at this stage, right?&lt;/P&gt;&lt;P&gt;CPU&amp;nbsp;works well&amp;nbsp;as it can run ddr test software which means it has right voltage levels and clock source. Is that right?&lt;/P&gt;&lt;P&gt;So why this board does not work? Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and have a nice day..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 07:33:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-board-bring-up-problem/m-p/611437#M92309</guid>
      <dc:creator>onursengoz</dc:creator>
      <dc:date>2016-10-06T07:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6UL board bring-up problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-board-bring-up-problem/m-p/611438#M92310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Onur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it uses ddr, so for running it on custom board its specific ddr&lt;/P&gt;&lt;P&gt;settings (found from ddr tester) should be entered to uboot *.cfg file&lt;/P&gt;&lt;P&gt;and then mfg tools firmware should be rebuilt with&lt;/P&gt;&lt;P&gt;$ bitbake fsl-image-mfgtool-initramfs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 08:13:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-board-bring-up-problem/m-p/611438#M92310</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-10-06T08:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6UL board bring-up problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-board-bring-up-problem/m-p/611439#M92311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I modified&amp;nbsp;imximage.cfg&amp;nbsp;of&amp;nbsp;u-boot-imx-mfgtool according to my settings.&lt;/P&gt;&lt;P&gt;And compiled it like;&lt;/P&gt;&lt;P&gt;$ bitbake -f -c compile u-boot-imx-mfgtool&lt;/P&gt;&lt;P&gt;$ bitbake u-boot-imx-mfgtool&lt;/P&gt;&lt;P&gt;When I place the output u-boot file to firmware folder of manufacturing tool, it worked.. eMMC can be flashed and board runs..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and have a nice day..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 06:24:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-board-bring-up-problem/m-p/611439#M92311</guid>
      <dc:creator>onursengoz</dc:creator>
      <dc:date>2016-10-07T06:24:00Z</dc:date>
    </item>
  </channel>
</rss>

