<?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のトピックLS1046aRBD QSPI programming with Codewarrior</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1046aRBD-QSPI-programming-with-Codewarrior/m-p/1676885#M12723</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;we have 2 LS1046ARDB on which we have put our own boot loaders.&lt;/P&gt;&lt;P&gt;I recently used the second board to test a TI PHY. At some point the board booted but the content of the QSPI flash was seen only as all Fs. Hence, impossible to erase/program the QSPI. Not clear why this happened since both boards have the same configuration. Anyway, we got a licence with the CW and wanted to see if we could program the flash. The switch are set for Hard-coded RCW.&lt;/P&gt;&lt;P&gt;Unhappily, erase fails and we only sees 0s from the command fl_dump 0 0x100.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have any input on how we could reprogram the QPSI flash, please let us know?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Renaud&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2023 09:34:07 GMT</pubDate>
    <dc:creator>renaud</dc:creator>
    <dc:date>2023-06-27T09:34:07Z</dc:date>
    <item>
      <title>LS1046aRBD QSPI programming with Codewarrior</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046aRBD-QSPI-programming-with-Codewarrior/m-p/1676885#M12723</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;we have 2 LS1046ARDB on which we have put our own boot loaders.&lt;/P&gt;&lt;P&gt;I recently used the second board to test a TI PHY. At some point the board booted but the content of the QSPI flash was seen only as all Fs. Hence, impossible to erase/program the QSPI. Not clear why this happened since both boards have the same configuration. Anyway, we got a licence with the CW and wanted to see if we could program the flash. The switch are set for Hard-coded RCW.&lt;/P&gt;&lt;P&gt;Unhappily, erase fails and we only sees 0s from the command fl_dump 0 0x100.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have any input on how we could reprogram the QPSI flash, please let us know?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Renaud&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 09:34:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046aRBD-QSPI-programming-with-Codewarrior/m-p/1676885#M12723</guid>
      <dc:creator>renaud</dc:creator>
      <dc:date>2023-06-27T09:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046aRBD QSPI programming with Codewarrior</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046aRBD-QSPI-programming-with-Codewarrior/m-p/1676987#M12728</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/37382"&gt;@renaud&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello Renaud,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like you are facing issues with erasing and programming the QSPI flash on your LS1046ARDB boards. To resolve this issue, please follow the steps below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;First, ensure that the board is properly powered and all the connections are secure.&lt;/LI&gt;&lt;LI&gt;Verify that the switches are set correctly for Hard-coded RCW. You can refer to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/LS1046ARDBRM.pdf" target="_blank" rel="noopener"&gt;LS1046ARDB Reference Manual&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for the correct switch settings.&lt;/LI&gt;&lt;LI&gt;Make sure that the Codewarrior is properly installed and configured for your board. You can follow the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12090.pdf" target="_blank" rel="noopener"&gt;AN12090 Application Note&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for guidance on setting up and using Codewarrior with LS1046ARDB.&lt;/LI&gt;&lt;LI&gt;Try to erase the QSPI flash using the Codewarrior command line interface (CLI) with the following command:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;fl_erase 0 0 0x1000000 &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the erase operation is successful, you can proceed to program the QSPI flash using the following command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;fl_program 0 0 &amp;lt;path_to_your_binary_file&amp;gt; &lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the issue persists, it might be helpful to perform a hardware reset on the board and try the steps again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps you resolve the issue with erasing and programming the QSPI flash on your LS1046ARDB boards. If you have any further questions or need additional assistance, please feel free to ask.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 11:08:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046aRBD-QSPI-programming-with-Codewarrior/m-p/1676987#M12728</guid>
      <dc:creator>giraffe508</dc:creator>
      <dc:date>2023-06-27T11:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: LS1046aRBD QSPI programming with Codewarrior</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1046aRBD-QSPI-programming-with-Codewarrior/m-p/1677441#M12735</link>
      <description>&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;SPAN&gt;If you have installed &lt;/SPAN&gt;&lt;SPAN&gt;CWARMv8&lt;/SPAN&gt;&lt;SPAN&gt;, please follow &lt;/SPAN&gt;&lt;SPAN&gt;C:\Freescale\CW4NET_v2020.06\CW_ARMv8\ARMv8\Help\PDF&lt;/SPAN&gt;&lt;SPAN&gt;\&lt;/SPAN&gt;&lt;SPAN&gt;ARMv8_Targeting_Manual&lt;/SPAN&gt;&lt;SPAN&gt;, page 140, &lt;/SPAN&gt;&lt;SPAN&gt;8.6 Board Recovery&lt;/SPAN&gt;&lt;SPAN&gt; to reprogram theLS1046ARDB QSPI Flash.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 04:48:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1046aRBD-QSPI-programming-with-Codewarrior/m-p/1677441#M12735</guid>
      <dc:creator>June_Lu</dc:creator>
      <dc:date>2023-06-28T04:48:56Z</dc:date>
    </item>
  </channel>
</rss>

