<?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: Problem Relocating u-boot QSPI text location from 0x100000 to 0x10000</title>
    <link>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936904#M4540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached more than screenlog.5.zip&lt;/P&gt;&lt;P&gt;I have attached these 4 files, RCW and u-boot part of those atttachments. Do you see them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;files I have attached:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;screenlog.5.zip&lt;/SPAN&gt;&lt;BR /&gt;rcw_1600_qspiboot_T40.rcw.zip&lt;BR /&gt;u-boot_ls1043aqds_wg_t40_qspi.bin.zip&lt;BR /&gt;rcw_1600_qspiboot_T40.bin.swapped.zip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukund J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Oct 2019 23:46:06 GMT</pubDate>
    <dc:creator>hero</dc:creator>
    <dc:date>2019-10-03T23:46:06Z</dc:date>
    <item>
      <title>Problem Relocating u-boot QSPI text location from 0x100000 to 0x10000</title>
      <link>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936898#M4534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a ls1043 based custom board and&amp;nbsp;&lt;/SPAN&gt;I&amp;nbsp;am able to use my custom RCW and 2018.09 u-boot to boot just fine.&lt;/P&gt;&lt;P&gt;I am trying the u-boot text location on QSPI flash from 0x100000 to 0x10000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like that requires 2 changes, RCW/PBL and u-boot itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RCW change:&lt;BR /&gt;The RCW/PBL change to change the Boot location pointer high-order address (BOOTLOCPTRH) Page 457 of LS1043ARM.pdf&lt;/P&gt;&lt;P&gt;--- rcw/LSDK-18.12/mainline/src/ls1043aqds/RR_FQPP_1455/rcw_1600_qspiboot_T20.rcw 2019-09-27 22:11:49.000000000 -0700&lt;BR /&gt;+++ /rcw/LSDK-18.12/mainline/src/ls1043aqds/RR_FQPP_1455/rcw_1600_qspiboot.rcw 2019-09-27 22:11:49.000000000 -0700&lt;BR /&gt;@@ -147,7 +147,7 @@&lt;BR /&gt; // QSPI flash clock&lt;BR /&gt; write 0x57015c, 0x40100000&lt;BR /&gt; write 0x570600, 0x00000000&lt;BR /&gt;-write 0x570604, 0x40100000&lt;BR /&gt;+write 0x570604, 0x40010000&lt;BR /&gt; .end&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;patched for u-boot as below:&lt;BR /&gt;diff --git a/configs/ls1043aqds_qspi_defconfig b/configs/ls1043aqds_qspi_defconfig&lt;BR /&gt;index 2f14022..a4ad5a8 100644&lt;BR /&gt;--- a/configs/ls1043aqds_qspi_defconfig&lt;BR /&gt;+++ b/configs/ls1043aqds__qspi_defconfig&lt;BR /&gt;@@ -1,6 +1,6 @@&lt;BR /&gt; CONFIG_ARM=y&lt;BR /&gt; CONFIG_TARGET_LS1043AQDS=y&lt;BR /&gt;-CONFIG_SYS_TEXT_BASE=0x40100000&lt;BR /&gt;+CONFIG_SYS_TEXT_BASE=0x40010000&lt;BR /&gt; CONFIG_FSL_LS_PPA=y&lt;BR /&gt; CONFIG_DISTRO_DEFAULTS=y&lt;BR /&gt; CONFIG_NR_DRAM_BANKS=2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No luck with these change.&lt;BR /&gt;After I flash the u-boot to the new location 0x10000 and reset, the unit never comes up.&lt;/P&gt;&lt;P&gt;Can someone please help advice&amp;nbsp;if there is something else that needs to be done to relocate u-boot?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Bhanu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls1043 ask&lt;/P&gt;&lt;P&gt;u-boot image&lt;/P&gt;&lt;P&gt;u-boot init‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2019 18:01:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936898#M4534</guid>
      <dc:creator>hero</dc:creator>
      <dc:date>2019-10-01T18:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Relocating u-boot QSPI text location from 0x100000 to 0x10000</title>
      <link>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936899#M4535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Described steps are correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please ensure that binary images of RCW and U-Boot were programmed to the SPI Flash correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please consider that LSDK is capable to build composite firmware image (pre-built images are provided at &lt;A class="link-titled" href="https://lsdk.github.io/components.html" title="https://lsdk.github.io/components.html"&gt;LSDK Open Source&lt;/A&gt; , LSDK IMAGES) - refer to the LSDK Documentation:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://nxp.sdlproducts.com/LiveContent/content/en-US/QorIQ_LSDK_18.09/GUID-47B8F1F5-3A8F-45F4-A096-4D3DCDE8D07C" title="https://nxp.sdlproducts.com/LiveContent/content/en-US/QorIQ_LSDK_18.09/GUID-47B8F1F5-3A8F-45F4-A096-4D3DCDE8D07C"&gt;Submit Form&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide the resulting composite firmware image for inspection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2019 05:03:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936899#M4535</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2019-10-02T05:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Relocating u-boot QSPI text location from 0x100000 to 0x10000</title>
      <link>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936900#M4536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ufedor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for looking into this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am&amp;nbsp;doing&amp;nbsp;standalone&amp;nbsp;builds for RCW and u-boot as I am&amp;nbsp;building outside of yocto in my own build environment.&lt;/P&gt;&lt;P&gt;So, I don't have the composite build. Is there a quick way to make one out of yocto build.&lt;/P&gt;&lt;P&gt;I have also attached a bootlog, so that might help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my&amp;nbsp;instructions to install the image are below:&lt;/P&gt;&lt;P&gt;#How to upgrade rcw&lt;BR /&gt;tftp 0x82000000 rcw-tweeks/t40/mj-tweeked/rcw_1600_qspiboot_T40.bin.swapped&lt;BR /&gt;sf probe 0:0;sf erase 0 +$filesize;sf write 0x82000000 0 $filesize&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# How to upgrade u-boot&lt;BR /&gt;tftp 82000000 rcw-tweeks/t40/mj-tweeked/u-boot_ls1043aqds_wg_t40_qspi.bin&lt;BR /&gt;sf probe 0:0;sf erase 10000 +$filesize;sf write 82000000 10000 $filesize&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mukund J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2019 21:11:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936900#M4536</guid>
      <dc:creator>hero</dc:creator>
      <dc:date>2019-10-02T21:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Relocating u-boot QSPI text location from 0x100000 to 0x10000</title>
      <link>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936901#M4537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which RCW and U-Boot images are used when the processor is capable to boot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2019 03:21:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936901#M4537</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2019-10-03T03:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Relocating u-boot QSPI text location from 0x100000 to 0x10000</title>
      <link>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936902#M4538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Hi ufedor,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;I did not quite get your question. But, I will try and answer a few things.&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;The images I used are attached. And these are the once that fail.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;And these&amp;nbsp;have the patch I provided early on applied to them.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;u-boot_ls1043aqds_wg_t40_qspi.bin.zip&lt;/P&gt;&lt;P style="border: 0px;"&gt;rcw_1600_qspiboot_T40.bin.swapped.zip&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Both u-boot and RCW are from LSDK18.12.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;u-boot/2018.09&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;rcw/LSDK-18.12&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Does it answer your question? Otherwise, can you make it little more clear on what you are asking.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Thanks,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Mukund J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2019 17:04:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936902#M4538</guid>
      <dc:creator>hero</dc:creator>
      <dc:date>2019-10-03T17:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Relocating u-boot QSPI text location from 0x100000 to 0x10000</title>
      <link>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936903#M4539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You provided "screenlog.5" log.&lt;/P&gt;&lt;P&gt;Which RCW and U-Boot images correspond to this log?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2019 17:29:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936903#M4539</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2019-10-03T17:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Relocating u-boot QSPI text location from 0x100000 to 0x10000</title>
      <link>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936904#M4540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached more than screenlog.5.zip&lt;/P&gt;&lt;P&gt;I have attached these 4 files, RCW and u-boot part of those atttachments. Do you see them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;files I have attached:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;screenlog.5.zip&lt;/SPAN&gt;&lt;BR /&gt;rcw_1600_qspiboot_T40.rcw.zip&lt;BR /&gt;u-boot_ls1043aqds_wg_t40_qspi.bin.zip&lt;BR /&gt;rcw_1600_qspiboot_T40.bin.swapped.zip&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukund J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2019 23:46:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936904#M4540</guid>
      <dc:creator>hero</dc:creator>
      <dc:date>2019-10-03T23:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Relocating u-boot QSPI text location from 0x100000 to 0x10000</title>
      <link>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936905#M4541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you saying that the "&lt;SPAN&gt;screenlog.5.zip&lt;/SPAN&gt;" was obtained when the "u-boot_ls1043aqds_wg_t40_qspi.bin.zip" and "rcw_1600_qspiboot_T40.bin.swapped.zip" were programmed into the SPI Flash?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If "not" - which images were used when booting is possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2019 04:04:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936905#M4541</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2019-10-04T04:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Relocating u-boot QSPI text location from 0x100000 to 0x10000</title>
      <link>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936906#M4542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hiufedor,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look&amp;nbsp;into the screenlog log file(snippet below),&amp;nbsp;a reset after&amp;nbsp;programming "&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;u-boot_ls1043aqds_wg_t40_qspi.bin.zip" and "rcw_1600_qspiboot_T40.bin.swapped.zip&lt;/SPAN&gt;&amp;nbsp;kills the boards and does not bring it up anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Snippet from the screenlog:&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;=&amp;gt; cmp.b 0x82000000 0x80000000 0xe0&lt;BR /&gt;Total of 224 byte(s) were the same&lt;BR /&gt;=&amp;gt; reset&lt;BR /&gt;resetting ...&lt;/P&gt;&lt;P style="padding-left: 60px;"&gt;&lt;BR /&gt;Does not BOOT after this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. And I cannot figure what in those files cause this failure.&lt;/P&gt;&lt;P&gt;2. And how to fix it so that&amp;nbsp;when I relocate the uboot&amp;nbsp; to qspi offset 0x10000, it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mukund J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2019 06:30:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936906#M4542</guid>
      <dc:creator>hero</dc:creator>
      <dc:date>2019-10-04T06:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Relocating u-boot QSPI text location from 0x100000 to 0x10000</title>
      <link>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936907#M4543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;If "not" - which images were used when booting is possible?&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2019 07:50:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936907#M4543</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2019-10-04T07:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Relocating u-boot QSPI text location from 0x100000 to 0x10000</title>
      <link>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936908#M4544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;ufedor,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;gt; If "not" - which images were used when booting is possible?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Sorry, I did not catch that.&amp;nbsp;Please find the known good images attached. I called then "GOLD".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2b094bd104c0fe61af5a4038e968d241eb836fc7 rcw_1600_qspiboot_T40.bin.swapped.GOLD&lt;BR /&gt;3a991dcd0b25da8995cbdf71e991d40d5c0f7406 u-boot_ls1043aqds_wg_t40_qspi.bin.GOLD&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukund J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2019 17:21:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936908#M4544</guid>
      <dc:creator>hero</dc:creator>
      <dc:date>2019-10-04T17:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Relocating u-boot QSPI text location from 0x100000 to 0x10000</title>
      <link>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936909#M4545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ufedor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you notice the attachments you were asking for?&lt;/P&gt;&lt;P&gt;Did you get a chance to review the?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mukund J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 19:49:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936909#M4545</guid>
      <dc:creator>hero</dc:creator>
      <dc:date>2019-10-10T19:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Relocating u-boot QSPI text location from 0x100000 to 0x10000</title>
      <link>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936910#M4546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the delay.&lt;/P&gt;&lt;P&gt;I've inspected provided images and did not find any obvious issue.&lt;/P&gt;&lt;P&gt;Please enable debug messages in U-Boot and use CodeWarrior to determine the processor state during unsuccessful boot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2019 02:55:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936910#M4546</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2019-10-11T02:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Relocating u-boot QSPI text location from 0x100000 to 0x10000</title>
      <link>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936911#M4547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The board does not have JTAG on board. Does u-boot support console stubs to just like KGDB?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 01:20:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936911#M4547</guid>
      <dc:creator>hero</dc:creator>
      <dc:date>2019-10-16T01:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Relocating u-boot QSPI text location from 0x100000 to 0x10000</title>
      <link>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936912#M4548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using&amp;nbsp;debug messages it can be possible to determine position where the booting stops.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 02:51:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Problem-Relocating-u-boot-QSPI-text-location-from-0x100000-to/m-p/936912#M4548</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2019-10-16T02:51:06Z</dc:date>
    </item>
  </channel>
</rss>

