<?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: Boot from eMMC flash on iMX8QM MEK in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Boot-from-eMMC-flash-on-iMX8QM-MEK/m-p/1188956#M165495</link>
    <description>&lt;P&gt;Understood. Thanks for clarifying. I will try the procedure.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 12:24:43 GMT</pubDate>
    <dc:creator>rkohli2000</dc:creator>
    <dc:date>2020-11-25T12:24:43Z</dc:date>
    <item>
      <title>Boot from eMMC flash on iMX8QM MEK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Boot-from-eMMC-flash-on-iMX8QM-MEK/m-p/1188155#M165422</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can anyone share instructions to program an app image to eMMC flash on iMX8QM MEK at some address and then to boot this image from uboot-imx?&lt;/P&gt;&lt;P&gt;Can this be done using uboot-imx or also need a debugger like Lauterbach?&lt;/P&gt;&lt;P&gt;I can boot this image via TFTP from uboot-imx programmed on eMMC flash using bootm command.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 12:13:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Boot-from-eMMC-flash-on-iMX8QM-MEK/m-p/1188155#M165422</guid>
      <dc:creator>rkohli2000</dc:creator>
      <dc:date>2020-11-24T12:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from eMMC flash on iMX8QM MEK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Boot-from-eMMC-flash-on-iMX8QM-MEK/m-p/1188218#M165430</link>
      <description>&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;if you want to program the EMMC flash with the Lauterbach TRACE32 debugger, you can find the eMMC flash script in your TRACE32 installation folder in&lt;/P&gt;&lt;P&gt;\demo\arm\flash\imx8qm-emmc.cmm&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Reinhard&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 13:20:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Boot-from-eMMC-flash-on-iMX8QM-MEK/m-p/1188218#M165430</guid>
      <dc:creator>rweiss</dc:creator>
      <dc:date>2020-11-24T13:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from eMMC flash on iMX8QM MEK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Boot-from-eMMC-flash-on-iMX8QM-MEK/m-p/1188537#M165455</link>
      <description>&lt;P&gt;Thanks Reinhard, I could use the script and load eMMC with my binary at an address of my choice. I'd like to load this image on an A53 core now. When I run a new script to init the A53 core, I see the eMMC is no longer accessible or initialized any more. Is that expected, or is it a behavior of the Lauterbach script (&lt;SPAN&gt;imx8qm-emmc.cmm&lt;/SPAN&gt;) that I used ?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 03:07:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Boot-from-eMMC-flash-on-iMX8QM-MEK/m-p/1188537#M165455</guid>
      <dc:creator>rkohli2000</dc:creator>
      <dc:date>2020-11-25T03:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from eMMC flash on iMX8QM MEK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Boot-from-eMMC-flash-on-iMX8QM-MEK/m-p/1188841#M165485</link>
      <description>&lt;P&gt;I assume that the image you programmed is not in the form that is expected by the boot ROM. Does everything work as before when you program the proginal image?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 09:50:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Boot-from-eMMC-flash-on-iMX8QM-MEK/m-p/1188841#M165485</guid>
      <dc:creator>rweiss</dc:creator>
      <dc:date>2020-11-25T09:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from eMMC flash on iMX8QM MEK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Boot-from-eMMC-flash-on-iMX8QM-MEK/m-p/1188909#M165491</link>
      <description>&lt;P&gt;Yes, the pre-built image I programmed works fine when I boot it using TFTP (see below) from u-boot.&lt;/P&gt;&lt;P&gt;I'd like to eliminate TFTP and boot from the eMMC flash instead.I'm trying to use Lauterbach to do this. I tried "uuu -b emmc_all" and I don't see an option to program it. Can you help suggest the correct steps?&lt;/P&gt;&lt;P&gt;Uboot:&lt;/P&gt;&lt;P&gt;setenv ipaddr x.x.x.x&lt;BR /&gt;setenv serverip x.x.x.x&lt;BR /&gt;tftpboot 0xf0000000 App.bin&lt;BR /&gt;bootm 0xf0000000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 11:45:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Boot-from-eMMC-flash-on-iMX8QM-MEK/m-p/1188909#M165491</guid>
      <dc:creator>rkohli2000</dc:creator>
      <dc:date>2020-11-25T11:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from eMMC flash on iMX8QM MEK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Boot-from-eMMC-flash-on-iMX8QM-MEK/m-p/1188940#M165493</link>
      <description>&lt;P&gt;If I understand you correctly, your image does not contain a boot loader, only the A53 code. I think you have two options:&lt;/P&gt;&lt;P&gt;1. Continue using u-boot: In this case you have to program both the original u-boot image and additionally your image to a separate address in eMMC flash. Once both are programmed, boot into u-boot and configure it to copy your image from eMMC to RAM address 0xF0000000. Once this is done you can boot it using bootm 0xf0000000 as usual&lt;/P&gt;&lt;P&gt;2. Without u-boot: You have to create a eMMC image that follows the format expected by the iMX8QM boot ROM. The boot ROM will then read the information from the header and set up the system as defined in the header.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Reinhard&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 12:05:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Boot-from-eMMC-flash-on-iMX8QM-MEK/m-p/1188940#M165493</guid>
      <dc:creator>rweiss</dc:creator>
      <dc:date>2020-11-25T12:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Boot from eMMC flash on iMX8QM MEK</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Boot-from-eMMC-flash-on-iMX8QM-MEK/m-p/1188956#M165495</link>
      <description>&lt;P&gt;Understood. Thanks for clarifying. I will try the procedure.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 12:24:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Boot-from-eMMC-flash-on-iMX8QM-MEK/m-p/1188956#M165495</guid>
      <dc:creator>rkohli2000</dc:creator>
      <dc:date>2020-11-25T12:24:43Z</dc:date>
    </item>
  </channel>
</rss>

