<?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: i.MX 7Dual SPL boot in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-7Dual-SPL-boot/m-p/752916#M117204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for posting this very useful information Uri.&amp;nbsp; I'll just add that the entirety of SPL must be loaded above 4K after the beginning of OCRAM, not just the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default value for CONFIG_SPL_TEXT_BASE is 0x00911000, which is already 4K into OCRAM.&amp;nbsp; However, the code is preceded by a small header so it is necessary to set CONFIG_SPL_TEXT_BASE to 0x00912000.&amp;nbsp; I had originally thought that the text base had already been bumped by 4K due to the problem that Uri described, but that was not the case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2018 20:33:04 GMT</pubDate>
    <dc:creator>steveschefterti</dc:creator>
    <dc:date>2018-10-17T20:33:04Z</dc:date>
    <item>
      <title>i.MX 7Dual SPL boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-7Dual-SPL-boot/m-p/752913#M117201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have recently upgraded to i.MX 7Dual MCIMX7D5EVM10SD.&lt;/P&gt;&lt;P&gt;We are not able to boot with SPL U-Boot.&lt;/P&gt;&lt;P&gt;According to the Final Product Change Notification, one of the modification is:&lt;/P&gt;&lt;P&gt;"ROM performance enhancement".&lt;/P&gt;&lt;P&gt;Please provide more details regarding the above modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Uri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 14:47:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-7Dual-SPL-boot/m-p/752913#M117201</guid>
      <dc:creator>urimashiach</dc:creator>
      <dc:date>2018-05-14T14:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 7Dual SPL boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-7Dual-SPL-boot/m-p/752914#M117202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Uri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The change in Silicon Revision 1.3 regarding the ROM enhancement is the addition of a couple of fuses to the fusemap related to the Serial Download Mode. Fuse SDP_DISABLE enables/disables Serial Download mode support. Fuse SDP_READ_ENABLE enables/disables reads using Serial Download mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this information helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 00:33:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-7Dual-SPL-boot/m-p/752914#M117202</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2018-05-23T00:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 7Dual SPL boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-7Dual-SPL-boot/m-p/752915#M117203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello gusarambula,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem was solved by increasing the SPL base address by 4 Kbyte.&lt;/P&gt;&lt;P&gt;According to i.MX 7Dual Applications Processor Reference Manual, section 6.6.4.1 (Internal ROM/RAM memory map):&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The entire OCRAM region can be used freely after the boot.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In silicon revision 1.3, the SPL is functioning only if loaded 4 Kbyte after the beginning of the OCRAM region.&lt;/P&gt;&lt;P&gt;It seems like the above modification is not documented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Uri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 May 2018 13:03:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-7Dual-SPL-boot/m-p/752915#M117203</guid>
      <dc:creator>urimashiach</dc:creator>
      <dc:date>2018-05-27T13:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 7Dual SPL boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-7Dual-SPL-boot/m-p/752916#M117204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for posting this very useful information Uri.&amp;nbsp; I'll just add that the entirety of SPL must be loaded above 4K after the beginning of OCRAM, not just the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default value for CONFIG_SPL_TEXT_BASE is 0x00911000, which is already 4K into OCRAM.&amp;nbsp; However, the code is preceded by a small header so it is necessary to set CONFIG_SPL_TEXT_BASE to 0x00912000.&amp;nbsp; I had originally thought that the text base had already been bumped by 4K due to the problem that Uri described, but that was not the case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 20:33:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-7Dual-SPL-boot/m-p/752916#M117204</guid>
      <dc:creator>steveschefterti</dc:creator>
      <dc:date>2018-10-17T20:33:04Z</dc:date>
    </item>
  </channel>
</rss>

