<?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: Flash U-boot using SRAM in T-Series</title>
    <link>https://community.nxp.com/t5/T-Series/Flash-U-boot-using-SRAM/m-p/878052#M2986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV dir="ltr" style="color: #000000; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: medium;"&gt;disable_non_ddr_law function have ddr releated thing and all law entries. But, we don't want the ddr now and we needs to disable all law's expect the configured law in script.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #000000; background-color: #ffffff; border: 0px;"&gt;&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #000000; background-color: #ffffff; border: 0px;"&gt;&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #000000; background-color: #ffffff; border: 0px;"&gt;Regards,&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #000000; background-color: #ffffff; border: 0px;"&gt;VinothS&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2019 03:51:03 GMT</pubDate>
    <dc:creator>vinothkumars</dc:creator>
    <dc:date>2019-02-08T03:51:03Z</dc:date>
    <item>
      <title>Flash U-boot using SRAM</title>
      <link>https://community.nxp.com/t5/T-Series/Flash-U-boot-using-SRAM/m-p/878050#M2984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using &lt;STRONG&gt;Lauterbach&lt;/STRONG&gt; Trace32 Debugger with &lt;STRONG&gt;T4160RDB&lt;/STRONG&gt; board, We are trying flash with DDR but DDR controller have some issue so, we are trying with &lt;STRONG&gt;SRAM&lt;/STRONG&gt; flash. I want to flash and boot u-boot alone using sram.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, I have the question.&lt;/P&gt;&lt;P&gt;1. What are the configuration want to do for &lt;STRONG&gt;SRAM NOR&lt;/STRONG&gt; flash in &lt;STRONG&gt;u-boot&lt;/STRONG&gt; side?&lt;/P&gt;&lt;P&gt;2. How to build the small size u-boot image for u-boot debugging?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone experience in lauterbach, please provide the script or document for sram nor flash.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;VinothS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2019 04:16:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Flash-U-boot-using-SRAM/m-p/878050#M2984</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2019-02-01T04:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Flash U-boot using SRAM</title>
      <link>https://community.nxp.com/t5/T-Series/Flash-U-boot-using-SRAM/m-p/878051#M2985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I built the u-boot (&lt;STRONG&gt;u-boot-spl.bin&lt;/STRONG&gt;) image with small size by setting &lt;STRONG&gt;T4240RDB_SDCARD_defconfig&lt;/STRONG&gt; in machine configuration file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to use &lt;STRONG&gt;NOR&lt;/STRONG&gt; flash to flash this &lt;STRONG&gt;u-boot-spl.bin&lt;/STRONG&gt;. As per the document (&lt;A class="link-titled" href="https://www.nxp.com/docs/en/supporting-information/QORIQ-SDK-2.0-IC-REV0.pdf" title="https://www.nxp.com/docs/en/supporting-information/QORIQ-SDK-2.0-IC-REV0.pdf"&gt;https://www.nxp.com/docs/en/supporting-information/QORIQ-SDK-2.0-IC-REV0.pdf&lt;/A&gt;&amp;nbsp;) NOR flash memory map as &lt;STRONG&gt;0xEFF40000&lt;/STRONG&gt; for u-boot. But, if I look the u-boot-spl.map the address is 0xFFFD8000 and I change into&amp;nbsp;&lt;SPAN&gt;0xEFF40000 for NOR flash.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please verify above,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SRAM NOR flash (0xEFF40000 - 0xEFFFFFFF) and n&lt;/SPAN&gt;&lt;SPAN&gt;ow, I start u-boot debugging&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In u-boot debugging (mentioned:-&lt;STRONG&gt;eff425b8: 91 49 0c 00 stw r10,3072(r9)&lt;/STRONG&gt;) I got some unwanted jumps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;eff42590 &amp;lt;disable_law&amp;gt;:&lt;BR /&gt;eff42590: 81 42 00 b0 lwz r10,176(r2)&lt;BR /&gt;eff42594: 39 20 ff fe li r9,-2&lt;BR /&gt;eff42598: 5d 29 18 3e rotlw r9,r9,r3&lt;BR /&gt;eff4259c: 54 63 20 36 rlwinm r3,r3,4,0,27&lt;BR /&gt;eff425a0: 7d 29 50 38 and r9,r9,r10&lt;BR /&gt;eff425a4: 39 40 00 00 li r10,0&lt;BR /&gt;eff425a8: 91 22 00 b0 stw r9,176(r2)&lt;BR /&gt;eff425ac: 39 23 00 08 addi r9,r3,8&lt;BR /&gt;eff425b0: 3d 29 fe 00 addis r9,r9,-512&lt;BR /&gt;eff425b4: 7c 00 04 ac sync&lt;BR /&gt;&lt;STRONG&gt;eff425b8: 91 49 0c 00 stw r10,3072(r9)&lt;/STRONG&gt;&lt;BR /&gt;eff425bc: 39 03 00 04 addi r8,r3,4&lt;BR /&gt;eff425c0: 3d 08 fe 00 addis r8,r8,-512&lt;BR /&gt;eff425c4: 7c 00 04 ac sync&lt;BR /&gt;eff425c8: 91 48 0c 00 stw r10,3072(r8)&lt;BR /&gt;eff425cc: 3c 63 fe 00 addis r3,r3,-512&lt;BR /&gt;eff425d0: 7c 00 04 ac sync&lt;BR /&gt;eff425d4: 91 43 0c 00 stw r10,3072(r3)&lt;BR /&gt;eff425d8: 7c 00 04 ac sync&lt;BR /&gt;eff425dc: 81 29 0c 00 lwz r9,3072(r9)&lt;BR /&gt;eff425e0: 0c 09 00 00 twi 0,r9,0&lt;BR /&gt;eff425e4: 4c 00 01 2c isync&lt;BR /&gt;eff425e8: 4e 80 00 20 blr&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;VinothS&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2019 06:46:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Flash-U-boot-using-SRAM/m-p/878051#M2985</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2019-02-02T06:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Flash U-boot using SRAM</title>
      <link>https://community.nxp.com/t5/T-Series/Flash-U-boot-using-SRAM/m-p/878052#M2986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV dir="ltr" style="color: #000000; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; font-weight: inherit; font-size: medium;"&gt;disable_non_ddr_law function have ddr releated thing and all law entries. But, we don't want the ddr now and we needs to disable all law's expect the configured law in script.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #000000; background-color: #ffffff; border: 0px;"&gt;&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #000000; background-color: #ffffff; border: 0px;"&gt;&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #000000; background-color: #ffffff; border: 0px;"&gt;Regards,&lt;/DIV&gt;&lt;DIV dir="ltr" style="color: #000000; background-color: #ffffff; border: 0px;"&gt;VinothS&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2019 03:51:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Flash-U-boot-using-SRAM/m-p/878052#M2986</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2019-02-08T03:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Flash U-boot using SRAM</title>
      <link>https://community.nxp.com/t5/T-Series/Flash-U-boot-using-SRAM/m-p/878053#M2987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; I built the u-boot (u-boot-spl.bin) image with small size by setting&lt;/P&gt;&lt;P&gt;&amp;gt; T4240RDB_SDCARD_defconfig in machine configuration file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt; I want to use NOR flash to flash this u-boot-spl.bin.&lt;/P&gt;&lt;P&gt;This approach is not correct.&lt;/P&gt;&lt;P&gt;The SPL is not needed for the NOR Flash U-Boot, because SDRAM can be initialized by executing code directly from NOR Flash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2019 09:13:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Flash-U-boot-using-SRAM/m-p/878053#M2987</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2019-02-08T09:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Flash U-boot using SRAM</title>
      <link>https://community.nxp.com/t5/T-Series/Flash-U-boot-using-SRAM/m-p/878054#M2988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using SRAM instead of DDR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to flash spl binary through the nor?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not clear, why because? spl image only load by SDcard and NAND as per document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;VinothS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2019 09:18:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Flash-U-boot-using-SRAM/m-p/878054#M2988</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2019-02-08T09:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Flash U-boot using SRAM</title>
      <link>https://community.nxp.com/t5/T-Series/Flash-U-boot-using-SRAM/m-p/878055#M2989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SPL executed from SRAM is required for SD and NAND boot because direct code execution from these devices is not possible - it is required to read block of data to SRAM and execute it from there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2019 10:02:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Flash-U-boot-using-SRAM/m-p/878055#M2989</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2019-02-08T10:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Flash U-boot using SRAM</title>
      <link>https://community.nxp.com/t5/T-Series/Flash-U-boot-using-SRAM/m-p/878056#M2990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;VinothS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2019 10:46:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Flash-U-boot-using-SRAM/m-p/878056#M2990</guid>
      <dc:creator>vinothkumars</dc:creator>
      <dc:date>2019-02-08T10:46:05Z</dc:date>
    </item>
  </channel>
</rss>

