<?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: Changing RCW For LSDK 21.08 in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/Changing-RCW-For-LSDK-21-08/m-p/1581968#M11669</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/204495"&gt;@June_Lu&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your reply. We are hoping to edit rcw_1300.rcw as we believe this is the necessary rcw file for our purposes. If this process changes as a result of using this file rather than&amp;nbsp;&lt;SPAN&gt;rcw_1500_gpu600.rcw than I'm happy to switch things up, but for now&amp;nbsp;RCW[EC1_SAI4_5_PMUX] is set to 1 in rcw_1300.rcw.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I retrieved the&amp;nbsp;flexbuild_lsdk2108 folder from this &lt;A href="https://nxp.flexnetoperations.com/control/frse/product?entitlementId=684577797&amp;amp;lineNum=1&amp;amp;authContactId=180267107&amp;amp;authPartyId=189925667" target="_self"&gt;link&lt;/A&gt; and placed it on a Ubuntu virtual machine. I set the&amp;nbsp;rcw_xspi field in the manifest to the path to our rcw_1300.bin and followed the listed steps. On command #4, I receive errors of&amp;nbsp;&lt;EM&gt;fatal: unable to access '&lt;A href="https://github.com/ARMmbed/mbedtls.git/" target="_blank"&gt;https://github.com/ARMmbed/mbedtls.git/&lt;/A&gt;': server certificate verification failed. CAfile: none CRLfile: none&lt;/EM&gt; and&amp;nbsp;&lt;EM&gt;Not found the dependent .../flexbuild_lsdk2108/components/firmware/uboot/configs/ls1028ardb_tfa_defconfig&lt;/EM&gt;. It appears the flexbuild_lsdk2108 I downloaded does not have a uboot folder. These errors result in no NOR image being produced. Do you think I need to somehow copy the uboot files into the folder or is trying to do this with rcw_1300 creating issues? Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jan 2023 22:09:48 GMT</pubDate>
    <dc:creator>SwimmerDude</dc:creator>
    <dc:date>2023-01-12T22:09:48Z</dc:date>
    <item>
      <title>Changing RCW For LSDK 21.08</title>
      <link>https://community.nxp.com/t5/Layerscape/Changing-RCW-For-LSDK-21-08/m-p/1578151#M11622</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to change the Reset Configuration Word (RCW)&lt;SPAN&gt;&amp;nbsp;for LSDK 21.08. We're using an LS1028ARDB. We're hoping to adjust the RCW to allow for GPIO enabling (currently attempting to set&amp;nbsp;RCW[EC1_SAI4_5_PMUX] equal to 1 to do so).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We've attempted to adjust the RCW using Code Warrior Development Studio for QorlQ LS series - ARM V8 ISA Launcher using the PBL tool and outputting the binary. We've&amp;nbsp;also attempted the instructions in section 5.2.3.1 of this &lt;A href="https://www.nxp.com/docs/en/user-guide/LSDKUG_Rev21.08.pdf" target="_self"&gt;document&lt;/A&gt; but&amp;nbsp;both attempts at using the resulting binary have caused our board not to boot.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We'd appreciate any insight in enabling GPIO on our LS1028ARDB and/or how to properly adjust the RCW and boot from it. Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 20:07:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Changing-RCW-For-LSDK-21-08/m-p/1578151#M11622</guid>
      <dc:creator>SwimmerDude</dc:creator>
      <dc:date>2023-01-05T20:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Changing RCW For LSDK 21.08</title>
      <link>https://community.nxp.com/t5/Layerscape/Changing-RCW-For-LSDK-21-08/m-p/1578366#M11625</link>
      <description>&lt;P&gt;Assume you boot from NOR flash.&lt;/P&gt;
&lt;P&gt;Change the value&amp;nbsp; RCW[EC1_SAI4_5_PMUX] equal to 1 in the */flexbuild_lsdk2108/flexbuild_lsdk2108/components/firmware/rcw/ls1028ardb/R_SQPP_0x85bb/rcw_1500_gpu600.rcw&lt;/P&gt;
&lt;P&gt;Also, you could use the generated binary, confirm the */flexbuild_lsdk2108/configs/board/ls1028ardb/manifest select rcw_xspi, rcw_xspi="path/*.bin"(make sure the path is the required bin file)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;$ cd flexbuild_lsdk2108/&lt;/LI&gt;
&lt;LI&gt;$ source setup.env&lt;/LI&gt;
&lt;LI&gt;$ flex-builder -i clean-firmware&lt;/LI&gt;
&lt;LI&gt;$ flex-builder -c atf -m ls1028ardb -b xspi&lt;/LI&gt;
&lt;LI&gt;$ flex-builder -i mkfw -m ls1028ardb -b xspi&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Now the required NOR image is available in*/flexbuild_lsdk2108/build/images&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could refer to */flexbuild_lsdk2108/flexbuild_lsdk2108/components/firmware/rcw/ls1028asi/ls1028a.rcwi for the RCW parameter definition.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 06:36:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Changing-RCW-For-LSDK-21-08/m-p/1578366#M11625</guid>
      <dc:creator>June_Lu</dc:creator>
      <dc:date>2023-01-06T06:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Changing RCW For LSDK 21.08</title>
      <link>https://community.nxp.com/t5/Layerscape/Changing-RCW-For-LSDK-21-08/m-p/1581968#M11669</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/204495"&gt;@June_Lu&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your reply. We are hoping to edit rcw_1300.rcw as we believe this is the necessary rcw file for our purposes. If this process changes as a result of using this file rather than&amp;nbsp;&lt;SPAN&gt;rcw_1500_gpu600.rcw than I'm happy to switch things up, but for now&amp;nbsp;RCW[EC1_SAI4_5_PMUX] is set to 1 in rcw_1300.rcw.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I retrieved the&amp;nbsp;flexbuild_lsdk2108 folder from this &lt;A href="https://nxp.flexnetoperations.com/control/frse/product?entitlementId=684577797&amp;amp;lineNum=1&amp;amp;authContactId=180267107&amp;amp;authPartyId=189925667" target="_self"&gt;link&lt;/A&gt; and placed it on a Ubuntu virtual machine. I set the&amp;nbsp;rcw_xspi field in the manifest to the path to our rcw_1300.bin and followed the listed steps. On command #4, I receive errors of&amp;nbsp;&lt;EM&gt;fatal: unable to access '&lt;A href="https://github.com/ARMmbed/mbedtls.git/" target="_blank"&gt;https://github.com/ARMmbed/mbedtls.git/&lt;/A&gt;': server certificate verification failed. CAfile: none CRLfile: none&lt;/EM&gt; and&amp;nbsp;&lt;EM&gt;Not found the dependent .../flexbuild_lsdk2108/components/firmware/uboot/configs/ls1028ardb_tfa_defconfig&lt;/EM&gt;. It appears the flexbuild_lsdk2108 I downloaded does not have a uboot folder. These errors result in no NOR image being produced. Do you think I need to somehow copy the uboot files into the folder or is trying to do this with rcw_1300 creating issues? Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 22:09:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Changing-RCW-For-LSDK-21-08/m-p/1581968#M11669</guid>
      <dc:creator>SwimmerDude</dc:creator>
      <dc:date>2023-01-12T22:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Changing RCW For LSDK 21.08</title>
      <link>https://community.nxp.com/t5/Layerscape/Changing-RCW-For-LSDK-21-08/m-p/1582912#M11686</link>
      <description>&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;" lang="en-US"&gt;Before changing the RCW, you should make your Host system can compile the image successfully(using the default source files). Please refer to &lt;A href="https://www.nxp.com/docs/en/user-guide/LSDKUG_Rev21.08.pdf" target="_blank"&gt;LSDK21.08&lt;/A&gt; 4.1.1 Host system requirements, make sure your system can access server.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 06:06:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Changing-RCW-For-LSDK-21-08/m-p/1582912#M11686</guid>
      <dc:creator>June_Lu</dc:creator>
      <dc:date>2023-01-16T06:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Changing RCW For LSDK 21.08</title>
      <link>https://community.nxp.com/t5/Layerscape/Changing-RCW-For-LSDK-21-08/m-p/1584133#M11705</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/204495"&gt;@June_Lu&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for linking that document. The underlying issue was that my system was having issues accessing the github repository due to a SSL certificate issue. Once that was resolved, I was able to execute your commands without error and generate a new image file. Turns out this LSDK is not the one we need to use for our current objective, but we are currently working on procuring a copy of the correct LSDK with respective .rcw files. Once we retrieve that, I'll follow this process once again to hopefully successfully edit our .rcw source file and generate the image. Thank you for your help in this matter!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 18:10:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Changing-RCW-For-LSDK-21-08/m-p/1584133#M11705</guid>
      <dc:creator>SwimmerDude</dc:creator>
      <dc:date>2023-01-17T18:10:47Z</dc:date>
    </item>
  </channel>
</rss>

