<?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 - run u-boot from eMMC</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-run-u-boot-from-eMMC/m-p/798522#M123498</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can look at gateworks tutorial&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://trac.gateworks.com/wiki/ventana/bootloader/falcon-mode" title="http://trac.gateworks.com/wiki/ventana/bootloader/falcon-mode"&gt;ventana/bootloader/falcon-mode – Gateworks&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also one can test with nxp uboot (guidelines can be found on below link),&lt;/P&gt;&lt;P&gt;however it does not use spl.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW" title="https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW"&gt;i.MX Software|NXP&lt;/A&gt;&amp;nbsp;&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>Tue, 10 Jul 2018 23:15:23 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2018-07-10T23:15:23Z</dc:date>
    <item>
      <title>iMX6UL - run u-boot from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-run-u-boot-from-eMMC/m-p/798520#M123496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to bring up a custom iMX6UL board booting from eMMC, and encountering some issues.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe eMMC is hooked up properly.&amp;nbsp; Via JTAG, I can load u-boot.bin (built from uboot-fslc-2017.11, the repo Yocto references) to 0x87800000.&amp;nbsp; Then u-boot runs and gives me a console, from which eMMC works successfully ("mmc info", etc).&amp;nbsp;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For production, we are using u-boot and SPL built from this code base:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Freescale/u-boot-fslc/commit/ca0c3f3fac33bcb1c26ed399fdd89838a3bd5914" title="https://github.com/Freescale/u-boot-fslc/commit/ca0c3f3fac33bcb1c26ed399fdd89838a3bd5914"&gt;configs: icore-rqs: Enable falcon mode · Freescale/u-boot-fslc@ca0c3f3 · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have loaded the compiled SPL to address 1kB and u-boot.img to address 69kB, as per the iMX6UL EVK.&amp;nbsp; I used the command "dd if=SPL of=/dev/mmcblk1 bs=1k seek=1" to program the SPL for example.&amp;nbsp;&amp;nbsp; When I boot however, I don't see any console.&amp;nbsp; I assume the SPL would print some message if it ran properly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on scoping the eMMC signals, it looks like the iMX6UL ROM bootloader reads 4kB from the eMMC as described in the reference manual section 8.5.3.&amp;nbsp; I verified the bytes at 1kB offset into the 4kB block read are the SPL file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other than scoping the eMMC signals, is there another way to verify the SPL works properly?&amp;nbsp; Can I load it via JTAG to SRAM (perhaps address 0x908000?) and mimic a power-up boot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 19:58:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-run-u-boot-from-eMMC/m-p/798520#M123496</guid>
      <dc:creator>nickbedbury</dc:creator>
      <dc:date>2018-07-10T19:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6UL - run u-boot from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-run-u-boot-from-eMMC/m-p/798521#M123497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As an addendum: I did not use the MMC's boot partitions (/dev/mmcblk1boot0 or /dev/mmcblk1boot1) because I didn't have any way to set "boot_config" as per this post:&amp;nbsp; &lt;A href="https://community.nxp.com/thread/429311"&gt;https://community.nxp.com/thread/429311&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;I am convinced the SPL and u-boot need to be in /dev/mmcblk1 (the user area) because it's where the ROM bootloader is reading from.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2018 20:01:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-run-u-boot-from-eMMC/m-p/798521#M123497</guid>
      <dc:creator>nickbedbury</dc:creator>
      <dc:date>2018-07-10T20:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6UL - run u-boot from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-run-u-boot-from-eMMC/m-p/798522#M123498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can look at gateworks tutorial&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://trac.gateworks.com/wiki/ventana/bootloader/falcon-mode" title="http://trac.gateworks.com/wiki/ventana/bootloader/falcon-mode"&gt;ventana/bootloader/falcon-mode – Gateworks&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also one can test with nxp uboot (guidelines can be found on below link),&lt;/P&gt;&lt;P&gt;however it does not use spl.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW" title="https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW"&gt;i.MX Software|NXP&lt;/A&gt;&amp;nbsp;&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>Tue, 10 Jul 2018 23:15:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-run-u-boot-from-eMMC/m-p/798522#M123498</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-07-10T23:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: iMX6UL - run u-boot from eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-run-u-boot-from-eMMC/m-p/798523#M123499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Igor.&amp;nbsp; The nxp uboot you referenced works for me (I booted from eMMC).&amp;nbsp; I guess it was a problem with the uboot variants I had tried to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 12:40:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX6UL-run-u-boot-from-eMMC/m-p/798523#M123499</guid>
      <dc:creator>nickbedbury</dc:creator>
      <dc:date>2018-07-11T12:40:19Z</dc:date>
    </item>
  </channel>
</rss>

