<?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: Flash programming using Code warrior with CMSIS-DAP Failing.</title>
    <link>https://community.nxp.com/t5/Layerscape/Flash-programming-using-Code-warrior-with-CMSIS-DAP-Failing/m-p/684469#M2643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same configuration I am using, I have attached an screenshot please check it once if I am doing something wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24641iB83F2ACB9F1F0FEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jul 2017 05:57:51 GMT</pubDate>
    <dc:creator>shyam_baldha</dc:creator>
    <dc:date>2017-07-06T05:57:51Z</dc:date>
    <item>
      <title>Flash programming using Code warrior with CMSIS-DAP Failing.</title>
      <link>https://community.nxp.com/t5/Layerscape/Flash-programming-using-Code-warrior-with-CMSIS-DAP-Failing/m-p/684467#M2641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to update kernel image using CMSIS-DAP debugger on FRDM-LS1012A board But getting below errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the instruction given in "flash programmer" section of "CodeWarrior Development Studio for QorIQ LS series for ARM v8 ISA" &amp;nbsp;documents to do flash programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps Followed:To start the flash programmer, perform the following steps:&lt;A name="GUID-2EDBDE81-D987-4AC9-9A10-598EC61A6056__OL_ASN_GHS_KR" style="color: #5e89c1; background: 0px 0px; text-decoration: none;" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update the cwflash.py with 'PROBE_CONNECTION = "cmsisdap:20000203C19E4E733C62918B" ', 'SOC_NAME = "LS1012A" '.Rest are as it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL data-id="OL_ASN_GHS_KR" style="margin-bottom: 10px; padding-left: 22px;"&gt;&lt;LI data-cid="16HtSU"&gt;Open a terminal and switch to the following location:&lt;PRE class="" data-cid="1i1bto" style="color: #333333; background-color: #f5f5f5; border: 1px solid #cccccc; margin: 0px 0px 10px; padding: 9.5px;"&gt;{CW Install Dir}\CW_ARMv8\ARMv8\gdb\bin &lt;/PRE&gt;&lt;/LI&gt;&lt;LI data-cid="20VhiZ"&gt;Start GDB from this location:&lt;A name="GUID-2EDBDE81-D987-4AC9-9A10-598EC61A6056__UL_A43_KHS_KR" style="color: #5e89c1; background: 0px 0px; text-decoration: none;" target="_blank"&gt;&lt;/A&gt;&lt;UL data-id="UL_A43_KHS_KR" style="margin: 5px 0px 0px;"&gt;&lt;LI data-cid="kcYzp" style="padding-left: 12px;"&gt;Windows: Run&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SAMP class=""&gt;aarch64-fsl-gdb.exe&lt;/SAMP&gt;&lt;/LI&gt;&lt;LI data-cid="17v7lZ" style="padding-left: 12px;"&gt;Linux: Run&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SAMP class=""&gt;./aarch64-fsl-gdb&lt;/SAMP&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI data-cid="lNmjU"&gt;Execute&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SAMP class=""&gt;cwflash.py&lt;/SAMP&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;script.&lt;PRE class="" data-cid="1yuu2w" style="color: #333333; background-color: #f5f5f5; border: 1px solid #cccccc; margin: 0px 0px 10px; padding: 9.5px;"&gt;source ../../gdb_extensions/flash/cwflash.py&lt;/PRE&gt;&lt;P data-cid="1NQgCC" style="color: #51626f; font-size: 12px; margin: 5px 0px 10px;"&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;=======LOGS=======&lt;/P&gt;&lt;P&gt;(gdb) source ../../gdb_extensions/flash/cwflash.py&lt;BR /&gt;Starting flash programmer services...&lt;BR /&gt;Starting local server...&lt;BR /&gt;Successfully started gdb server 127.0.0.1:45043.&lt;BR /&gt;Set gdb remote timeout to 7200&lt;BR /&gt;Connecting to target...&lt;BR /&gt;Using LS1012A SoC&lt;BR /&gt;Using CMSIS-DAP&lt;BR /&gt;Using jtag speed 6000&lt;BR /&gt;Connecting to probe...&lt;BR /&gt;ccs:USB open failure&lt;BR /&gt;CCS: TAP USB open failure.&lt;BR /&gt;connection failed&lt;BR /&gt;Target connection failed. Please re-check the settings.&lt;/P&gt;&lt;P&gt;Processor: LS1012A&lt;BR /&gt;Probe: CMSISDAP (20000203C19E4E733C62918B)&lt;BR /&gt;//&lt;BR /&gt;Additional error details:&lt;BR /&gt;[CCS: TAP USB open failure]&lt;/P&gt;&lt;P&gt;Closing debugger server...&lt;BR /&gt;Error: fail to start flash programming services.&lt;BR /&gt;(gdb)&lt;/P&gt;&lt;P&gt;======================&lt;/P&gt;&lt;P&gt;Can some one address, where am I doing wrong?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 14:53:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Flash-programming-using-Code-warrior-with-CMSIS-DAP-Failing/m-p/684467#M2641</guid>
      <dc:creator>shyam_baldha</dc:creator>
      <dc:date>2017-07-05T14:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Flash programming using Code warrior with CMSIS-DAP Failing.</title>
      <link>https://community.nxp.com/t5/Layerscape/Flash-programming-using-Code-warrior-with-CMSIS-DAP-Failing/m-p/684468#M2642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Test your board using CMSIS-DAP as debugger connection. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Is there connection to the &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;FRDM-LS1012A board under CodeWarrior using CMSIS-DAP? &amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;See attached screenshots.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Configure Target Connection and Activate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 02:34:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Flash-programming-using-Code-warrior-with-CMSIS-DAP-Failing/m-p/684468#M2642</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2017-07-06T02:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Flash programming using Code warrior with CMSIS-DAP Failing.</title>
      <link>https://community.nxp.com/t5/Layerscape/Flash-programming-using-Code-warrior-with-CMSIS-DAP-Failing/m-p/684469#M2643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pavel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same configuration I am using, I have attached an screenshot please check it once if I am doing something wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24641iB83F2ACB9F1F0FEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 05:57:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/Flash-programming-using-Code-warrior-with-CMSIS-DAP-Failing/m-p/684469#M2643</guid>
      <dc:creator>shyam_baldha</dc:creator>
      <dc:date>2017-07-06T05:57:51Z</dc:date>
    </item>
  </channel>
</rss>

