<?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: LS1043ARDB use Codewarrior download u-boot some question in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647519#M2184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error indicate RCW is missing/incorrect on your target board. Could you confirm RCW is missing on your board?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Mar 2017 07:13:16 GMT</pubDate>
    <dc:creator>addiyi</dc:creator>
    <dc:date>2017-03-15T07:13:16Z</dc:date>
    <item>
      <title>LS1043ARDB use Codewarrior download u-boot some question</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647514#M2179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi：&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; LS1043ARDB development board &amp;nbsp;have&amp;nbsp; &lt;SPAN class=""&gt;MK22FX512VLH12&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN&gt;DEBUGGER&amp;nbsp;&lt;/SPAN&gt;.I want to use &lt;SPAN class=""&gt;MK22FX512VLH12&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; DEBUGGER&amp;nbsp;&lt;/SPAN&gt;download u-boot to NORFLASH&amp;nbsp;or NANDFLASH.&amp;nbsp;May I ask if can do this?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I'm try use &lt;SPAN class=""&gt;MK22FX512VLH12&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;DEBUGGER download u-boot to NORFLASH&amp;nbsp;.But my compute can't connect LS1043ARDB development board.The following error :&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;(gdb) source ../../gdb_extensions/flash/cwflash.py&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ccs:CC config string is invalid&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Starting flash programmer services...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Starting local server...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Successfully started gdb server 127.0.0.1:45005.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Set gdb remote timeout to 7200&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Connecting to target...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Using LS1043A SoC&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Using CWTAP connected to local usb port.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Using jtag speed 6000&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Connecting to probe...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;GTA: target connection error.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;connection failed&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Traceback (most recent call last):&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "../../gdb_extensions/flash/cwflash.py", line 89, in &amp;lt;module&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; fp_initialization()&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "../../gdb_extensions/flash/cwflash.py", line 87, in fp_initialization&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; start_fp_services(argument)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "D:\Freescale\CW4NET_v2016.01\CW_ARMv8\ARMv8\gdb_extensions\flash/../flash\scripts\services.py", line 128, in start_fp_services&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; return instance.invoke(argument, False)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "D:\Freescale\CW4NET_v2016.01\CW_ARMv8\ARMv8\gdb_extensions\flash/../flash\scripts\services.py", line 85, in invoke&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; ret = self.start_service(argument)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "D:\Freescale\CW4NET_v2016.01\CW_ARMv8\ARMv8\gdb_extensions\flash/../flash\scripts\services.py", line 99, in start_service&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; ret = start(args)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "D:\Freescale\CW4NET_v2016.01\CW_ARMv8\ARMv8\gdb_extensions\flash/../flash\scripts\flash_init.py", line 242, in start&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; if internal_start(args) is False:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "D:\Freescale\CW4NET_v2016.01\CW_ARMv8\ARMv8\gdb_extensions\flash/../flash\scripts\flash_init.py", line 47, in internal_start&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; if internal_connect_to_target(args) is False:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "D:\Freescale\CW4NET_v2016.01\CW_ARMv8\ARMv8\gdb_extensions\flash/../flash\scripts\flash_init.py", line 190, in internal_connect_to_target&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; gdb_execute('monitor ctx connect')&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "D:\Freescale\CW4NET_v2016.01\CW_ARMv8\ARMv8\gdb_extensions\flash/../flash\scripts\utils.py", line 72, in gdb_execute&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; raise gdb.GdbError("Error: " + str(exc))&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;gdb.GdbError: Error: Protocol error with Rcmd&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My&amp;nbsp;&lt;STRONG&gt;cwflash.py&lt;/STRONG&gt; file please refer to attachment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;zhoujianyun&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337119"&gt;cwflash.py.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 07:49:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647514#M2179</guid>
      <dc:creator>zhoujianyun19</dc:creator>
      <dc:date>2017-03-14T07:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043ARDB use Codewarrior download u-boot some question</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647515#M2180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;K22 can be used for downloading the code and for debugging, but note that is very slow and other limitation is that it doesn't support RCW override.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your cwflash.py you should set PROBE_CONNECTION = "cmsisdap" for connection via K22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 08:31:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647515#M2180</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2017-03-14T08:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043ARDB use Codewarrior download u-boot some question</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647516#M2181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Adrian：&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; I modify&amp;nbsp;&lt;STRONG&gt;cwflash.py&lt;/STRONG&gt;&amp;nbsp; set&amp;nbsp;PROBE_CONNECTION = "cmsisdap[:COM10]" .&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;But still can not connect .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;The error code is the same as above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zhoujianyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 09:34:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647516#M2181</guid>
      <dc:creator>zhoujianyun19</dc:creator>
      <dc:date>2017-03-14T09:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043ARDB use Codewarrior download u-boot some question</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647517#M2182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try also without serial number? Just&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;PROBE_CONNECTION = "cmsisdap"?&amp;nbsp;If doesn't work please provide ccs verbose log.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Also, make sure:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;When using CWTAP set SW3[6] = 1.&lt;BR /&gt;When using CMSIS-DAP set SW3[6] = 0 and make sure you disconnect the CWTAP connection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Adrian&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2017 14:40:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647517#M2182</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2017-03-14T14:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043ARDB use Codewarrior download u-boot some question</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647518#M2183</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;&amp;nbsp; &amp;nbsp; I will set&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;PROBE_CONNECTION = "cmsisdap" &amp;nbsp;and&amp;nbsp;&lt;SPAN&gt; disconnect the CWTAP connection.And also set SW3[6] = 0.But still have error,the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;ccs verbose log:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;EM&gt;(gdb) source ../../gdb_extensions/flash/cwflash.py&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ccs:USB not configured&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Starting flash programmer services...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Starting local server...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Successfully started gdb server 127.0.0.1:45005.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Set gdb remote timeout to 7200&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Connecting to target...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Using LS1043A SoC&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Using CMSIS-DAP&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Using jtag speed 16000&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Connecting to probe...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;GTA: target access error.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;connection failed&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Traceback (most recent call last):&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "../../gdb_extensions/flash/cwflash.py", line 89, in &amp;lt;module&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; fp_initialization()&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "../../gdb_extensions/flash/cwflash.py", line 87, in fp_initialization&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; start_fp_services(argument)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "D:\Freescale\CW4NET_v2016.01\CW_ARMv8\ARMv8\gdb_extensions\flash/../flash\scripts\services.py", line 128, in start_fp_services&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; return instance.invoke(argument, False)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "D:\Freescale\CW4NET_v2016.01\CW_ARMv8\ARMv8\gdb_extensions\flash/../flash\scripts\services.py", line 85, in invoke&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; ret = self.start_service(argument)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "D:\Freescale\CW4NET_v2016.01\CW_ARMv8\ARMv8\gdb_extensions\flash/../flash\scripts\services.py", line 99, in start_service&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; ret = start(args)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "D:\Freescale\CW4NET_v2016.01\CW_ARMv8\ARMv8\gdb_extensions\flash/../flash\scripts\flash_init.py", line 242, in start&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; if internal_start(args) is False:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "D:\Freescale\CW4NET_v2016.01\CW_ARMv8\ARMv8\gdb_extensions\flash/../flash\scripts\flash_init.py", line 47, in internal_start&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; if internal_connect_to_target(args) is False:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "D:\Freescale\CW4NET_v2016.01\CW_ARMv8\ARMv8\gdb_extensions\flash/../flash\scripts\flash_init.py", line 190, in internal_connect_to_target&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; gdb_execute('monitor ctx connect')&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; File "D:\Freescale\CW4NET_v2016.01\CW_ARMv8\ARMv8\gdb_extensions\flash/../flash\scripts\utils.py", line 72, in gdb_execute&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; raise gdb.GdbError("Error: " + str(exc))&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;gdb.GdbError: Error: Protocol error with Rcmd&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;EM&gt;zhoujianyun&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 01:39:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647518#M2183</guid>
      <dc:creator>zhoujianyun19</dc:creator>
      <dc:date>2017-03-15T01:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043ARDB use Codewarrior download u-boot some question</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647519#M2184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error indicate RCW is missing/incorrect on your target board. Could you confirm RCW is missing on your board?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 07:13:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647519#M2184</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2017-03-15T07:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043ARDB use Codewarrior download u-boot some question</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647520#M2185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Adrian:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; Thanks for you answer my question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp; &amp;nbsp; I'm never modified RCW file.&lt;/SPAN&gt;My RCW configure as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;#PBL preamble and RCW header&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;aa55aa55 01ee0100&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;# RCW&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;08100010 0a000000 00000000 00000000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;14550002 80004012 60040000 c1002000&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;00000000 00000000 00000000 00038800&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;00000000 00001100 00000096 00000001&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think RCW is compiled into u-boot.bin.Don't need to write RCW to LS1043ARDB&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;development board.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;zhoujianyun&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 07:55:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647520#M2185</guid>
      <dc:creator>zhoujianyun19</dc:creator>
      <dc:date>2017-03-15T07:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043ARDB use Codewarrior download u-boot some question</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647521#M2186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, but your board is booting fine? Can you see uboot console?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 08:03:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647521#M2186</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2017-03-15T08:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043ARDB use Codewarrior download u-boot some question</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647522#M2187</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;My u-boot boot information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;U-Boot SPL 2016.012.0+ga9b437f (Mar 15 2017 - 16:18:59)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Initializing DDR....&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Trying to boot from MMC&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;U-Boot 2016.012.0+ga9b437f (Mar 15 2017 - 16:18:59 +0800)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SoC: unknown (0x87920410)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Clock Configuration:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; CPU0(A53):1600 MHz CPU1(A53):1600 MHz CPU2(A53):1600 MHz &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; CPU3(A53):1600 MHz &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; Bus: 400 MHz DDR: 1600 MT/s FMAN: 500 MHz&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Reset Configuration Word (RCW):&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; 00000000: 08100010 0a000000 00000000 00000000&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; 00000010: 14550002 80004012 60040000 c1002000&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; 00000020: 00000000 00000000 00000000 00038800&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; 00000030: 00000000 00001100 00000096 00000001&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;I2C: ready&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Model: LS1043A RDB Board&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Board: LS1043ARDB, boot from SD&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;CPLD: V1.5&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;PCBA: V3.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SERDES Reference Clocks:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SD1_CLK1 = 156.25MHZ, SD1_CLK2 = 100.00MHZ&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;DRAM: Detected UDIMM Fixed DDR on board&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;2 GiB (DDR4, 32-bit, CL=11, ECC off)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SEC0: RNG instantiated&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;PPA Firmware: Version 0.2&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Using SERDES1 Protocol: 5205 (0x1455)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Flash: 128 MiB&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;NAND: 512 MiB&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;MMC: FSL_SDHC: 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;EEPROM: NXID v1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;PCIe1: disabled&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;PCIe2: Root Complex no link, regs @ 0x3500000&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;PCIe3: Root Complex no link, regs @ 0x3600000&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;In: serial&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Out: serial&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Err: serial&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;SCSI: Error: SCSI Controller(s) 1B4B:9170 not found&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Net: &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;MMC read: dev # 0, block # 2080, count 128 ...&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Fman1: Uploading microcode version 108.4.5&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;FM1@DTSEC1, FM1@DTSEC2, FM1@DTSEC3 [PRIME], FM1@DTSEC4, FM1@DTSEC5, FM1@DTSEC6, FM1@TGEC1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Hit any key to stop autoboot: 0&lt;/EM&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zhoujianyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 08:45:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647522#M2187</guid>
      <dc:creator>zhoujianyun19</dc:creator>
      <dc:date>2017-03-15T08:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043ARDB use Codewarrior download u-boot some question</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647523#M2188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try to connect to the board using ccs. In ccs console do the followings:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;config cc cmsisdap&lt;/P&gt;&lt;P&gt;show cc&lt;/P&gt;&lt;P&gt;ccs::config_chain {ls1043a cmsisdap}&lt;/P&gt;&lt;P&gt;display ccs::get_config_chain&lt;/P&gt;&lt;P&gt;ccs::all_run_mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide the output. ccs can be found in &amp;nbsp;CW4NET_v2016.01\Common\CCS\bin\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 09:02:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647523#M2188</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2017-03-15T09:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043ARDB use Codewarrior download u-boot some question</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647524#M2189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI :&lt;/P&gt;&lt;P&gt;My ccs console output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(bin) 1 % config cc cmsisdap&lt;BR /&gt;Identified CMSIS-DAP SERNUM: 20010203191AC2F8E4E61D01&lt;BR /&gt;Firmware version: 0203&lt;BR /&gt;0: CMSIS-DAP (cmsisdap) CC software ver. {0.3}&lt;BR /&gt;(bin) 2 % show cc&lt;BR /&gt;0: CMSIS-DAP (cmsisdap) CC software ver. {0.3}&lt;BR /&gt;(bin) 3 % ccs::config_chain {ls1043a cmsisdap}&lt;BR /&gt;(bin) 4 % display ccs::get_config_chain&lt;BR /&gt;Chain Position 0: LS1043A&lt;BR /&gt;Chain Position 1: CoreSight ATB Funnel&lt;BR /&gt;Chain Position 2: CoreSight ATB Funnel&lt;BR /&gt;Chain Position 3: CoreSight TMC&lt;BR /&gt;Chain Position 4: CoreSight TMC&lt;BR /&gt;Chain Position 5: CoreSight ATB Funnel&lt;BR /&gt;Chain Position 6: CoreSight STM&lt;BR /&gt;Chain Position 7: CoreSight TMC&lt;BR /&gt;Chain Position 8: CoreSight ATB Funnel&lt;BR /&gt;Chain Position 9: CoreSight ATB Funnel&lt;BR /&gt;Chain Position 10: CoreSight TMC&lt;BR /&gt;Chain Position 11: CoreSight TMC&lt;BR /&gt;Chain Position 12: CoreSight TMC&lt;BR /&gt;Chain Position 13: CoreSight CTI&lt;BR /&gt;Chain Position 14: CoreSight CTI&lt;BR /&gt;Chain Position 15: CoreSight CTI&lt;BR /&gt;Chain Position 16: Cortex-A53&lt;BR /&gt;Chain Position 17: CoreSight CTI&lt;BR /&gt;Chain Position 18: Cortex-A53 PMU&lt;BR /&gt;Chain Position 19: Cortex-A53 ETM&lt;BR /&gt;Chain Position 20: Cortex-A53&lt;BR /&gt;Chain Position 21: CoreSight CTI&lt;BR /&gt;Chain Position 22: Cortex-A53 PMU&lt;BR /&gt;Chain Position 23: Cortex-A53 ETM&lt;BR /&gt;Chain Position 24: Cortex-A53&lt;BR /&gt;Chain Position 25: CoreSight CTI&lt;BR /&gt;Chain Position 26: Cortex-A53 PMU&lt;BR /&gt;Chain Position 27: Cortex-A53 ETM&lt;BR /&gt;Chain Position 28: Cortex-A53&lt;BR /&gt;Chain Position 29: CoreSight CTI&lt;BR /&gt;Chain Position 30: Cortex-A53 PMU&lt;BR /&gt;Chain Position 31: Cortex-A53 ETM&lt;BR /&gt;Chain Position 32: CMSISDAP&lt;BR /&gt;(bin) 5 % ccs::all_run_mode&lt;BR /&gt;CortexA53: Execute Mode &lt;BR /&gt;CortexA53: Reset Mode &lt;BR /&gt;CortexA53: Reset Mode &lt;BR /&gt;CortexA53: Reset Mode &lt;BR /&gt;(bin) 6 %&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zhoujianyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 09:30:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647524#M2189</guid>
      <dc:creator>zhoujianyun19</dc:creator>
      <dc:date>2017-03-15T09:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043ARDB use Codewarrior download u-boot some question</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647525#M2190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect. Connection to board works fine. Now, about CW connection please check:&lt;/P&gt;&lt;P&gt;- you start CW using&amp;nbsp;fsl_eclipse.bat;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;you update lately CW;&lt;/P&gt;&lt;P&gt;- you use Check for update or Install New Software when updating;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2017 11:22:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647525#M2190</guid>
      <dc:creator>addiyi</dc:creator>
      <dc:date>2017-03-15T11:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043ARDB use Codewarrior download u-boot some question</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647526#M2191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI：&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; I update my CW to latest version,but my compute still can't connect LS1043ARDB development board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zhoujianyun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Mar 2017 09:42:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043ARDB-use-Codewarrior-download-u-boot-some-question/m-p/647526#M2191</guid>
      <dc:creator>zhoujianyun19</dc:creator>
      <dc:date>2017-03-16T09:42:08Z</dc:date>
    </item>
  </channel>
</rss>

