<?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>LayerscapeのトピックRe: Boot LS1043a from emmc boot-partition</title>
    <link>https://community.nxp.com/t5/Layerscape/Boot-LS1043a-from-emmc-boot-partition/m-p/2056130#M15469</link>
    <description>Dear LFGP,&lt;BR /&gt;&lt;BR /&gt;We can boot the tf-a bl2 bootloader from the emmc user partition.&lt;BR /&gt;The further boot process will then follow.&lt;BR /&gt;We just wanted to make sure we haven't missed anything; otherwise, we'll have to come up with another solution.&lt;BR /&gt;Thank you for your effort.</description>
    <pubDate>Wed, 05 Mar 2025 08:56:26 GMT</pubDate>
    <dc:creator>FrancisK</dc:creator>
    <dc:date>2025-03-05T08:56:26Z</dc:date>
    <item>
      <title>Boot LS1043a from emmc boot-partition</title>
      <link>https://community.nxp.com/t5/Layerscape/Boot-LS1043a-from-emmc-boot-partition/m-p/2043396#M15390</link>
      <description>&lt;P&gt;We are booting the LS1043a from an eMMC.&lt;/P&gt;&lt;P&gt;This also works from the user partition.&lt;/P&gt;&lt;P&gt;Is it also possible to boot from boot partition 1 (boot0) or boot partition 2 (boot1)? If so, how can this be done?&lt;/P&gt;&lt;P&gt;Regardless of whether you activate it with "mmc bootpart enable 1 1 /dev/mmcblk0" to activate boot0 or with mmc bootpart enable 2 1 /dev/mmcblk0 to activate boot1, it always boots from the user partition.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 11:08:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Boot-LS1043a-from-emmc-boot-partition/m-p/2043396#M15390</guid>
      <dc:creator>FrancisK</dc:creator>
      <dc:date>2025-02-13T11:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Boot LS1043a from emmc boot-partition</title>
      <link>https://community.nxp.com/t5/Layerscape/Boot-LS1043a-from-emmc-boot-partition/m-p/2044798#M15402</link>
      <description>dear FrancisK,&lt;BR /&gt;&lt;BR /&gt;unfortunately it is not posible.&lt;BR /&gt;on the other hand, the LS1043A doesn't boot from the eMMC,&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Feb 2025 20:42:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Boot-LS1043a-from-emmc-boot-partition/m-p/2044798#M15402</guid>
      <dc:creator>LFGP</dc:creator>
      <dc:date>2025-02-14T20:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Boot LS1043a from emmc boot-partition</title>
      <link>https://community.nxp.com/t5/Layerscape/Boot-LS1043a-from-emmc-boot-partition/m-p/2052617#M15450</link>
      <description>&lt;P&gt;Dear LFGP,&lt;/P&gt;&lt;P&gt;You previously mentioned that the LS1043 does not boot from the eMMC. Could you kindly confirm if that is correct?&lt;/P&gt;&lt;P&gt;We are working on a custom board and are encountering challenges when attempting to boot from the eMMC.&lt;/P&gt;&lt;P&gt;Dear Francisk,&lt;/P&gt;&lt;P&gt;We would greatly appreciate it if you could share your experience and insights on how you managed to successfully boot the LS1043 from the eMMC. Any guidance you can provide would be incredibly helpful to us.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 06:25:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Boot-LS1043a-from-emmc-boot-partition/m-p/2052617#M15450</guid>
      <dc:creator>shailesh_matrix</dc:creator>
      <dc:date>2025-02-27T06:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Boot LS1043a from emmc boot-partition</title>
      <link>https://community.nxp.com/t5/Layerscape/Boot-LS1043a-from-emmc-boot-partition/m-p/2053405#M15455</link>
      <description>&lt;P&gt;&lt;STRONG&gt;25.4.3 Booting methods&lt;/STRONG&gt; (extract from the LS1043ARM)&lt;BR /&gt;Booting can be performed from NAND or NOR flash on the IFC.&lt;BR /&gt;• NOR is directly memory-mapped, so booting from NOR can be done as simple read&lt;BR /&gt;operations without any special arrangements. Default timing parameters are loaded&lt;BR /&gt;with the assertion of rcw_load/boot_load, details of this requirement is explained in&lt;BR /&gt;NOR boot.&lt;BR /&gt;• NAND is not directly memory-mapped, so the boot code is loaded first into an&lt;BR /&gt;SRAM buffer from where the code can be executed. See NAND flash control&lt;BR /&gt;machine for more information about booting from NAND.&lt;/P&gt;
&lt;P&gt;-------------&lt;/P&gt;
&lt;P&gt;PreBoot loader (PBL) and nonvolatile memory interfaces&lt;BR /&gt;The PBL functions include the following:&lt;BR /&gt;• Simplifies boot operations, replacing pin strapping resistors with configuration data&lt;BR /&gt;loaded from nonvolatile memory&lt;BR /&gt;• Uses the configuration data to initialize other system logic and to copy data from low&lt;BR /&gt;speed memory interfaces IFC, QuadSPI, and SD/eSDHC/eMMC) into fully&lt;BR /&gt;initialized DDR or OCRAMs.&lt;BR /&gt;• Releases CPU 0 from reset, allowing the boot processes to begin from fast system&lt;BR /&gt;memory&lt;/P&gt;
&lt;P&gt;to grasp into boot flow please review the LLDP user guide section&amp;nbsp; &lt;SPAN class="fontstyle0"&gt;4.1 General boot flow&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 03:08:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Boot-LS1043a-from-emmc-boot-partition/m-p/2053405#M15455</guid>
      <dc:creator>LFGP</dc:creator>
      <dc:date>2025-02-28T03:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Boot LS1043a from emmc boot-partition</title>
      <link>https://community.nxp.com/t5/Layerscape/Boot-LS1043a-from-emmc-boot-partition/m-p/2056130#M15469</link>
      <description>Dear LFGP,&lt;BR /&gt;&lt;BR /&gt;We can boot the tf-a bl2 bootloader from the emmc user partition.&lt;BR /&gt;The further boot process will then follow.&lt;BR /&gt;We just wanted to make sure we haven't missed anything; otherwise, we'll have to come up with another solution.&lt;BR /&gt;Thank you for your effort.</description>
      <pubDate>Wed, 05 Mar 2025 08:56:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Boot-LS1043a-from-emmc-boot-partition/m-p/2056130#M15469</guid>
      <dc:creator>FrancisK</dc:creator>
      <dc:date>2025-03-05T08:56:26Z</dc:date>
    </item>
  </channel>
</rss>

