<?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>S32GのトピックRe: error of serial RCON programming</title>
    <link>https://community.nxp.com/t5/S32G/error-of-serial-RCON-programming/m-p/1410283#M499</link>
    <description>&lt;P&gt;&lt;BR /&gt;This is a probe connectivity error. Typically it is resolved when you specify the&lt;BR /&gt;correct IP address of the probe. Connect a terminal to the probe and issue netstat -ive&lt;BR /&gt;command to see assigned IP addresses:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bpe_0-1644324905580.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/169860i1FE8846BBA3712F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bpe_0-1644324905580.png" alt="bpe_0-1644324905580.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Note that there are separate IP addresses for&lt;BR /&gt;USB and for Ethernet connections and that only the IP assigned to the Ethernet&lt;BR /&gt;connection can be set statically. The IP of the USB connection is always &lt;BR /&gt;dynamic and it is essential that you read it and copy to the Python script&lt;BR /&gt;before you run it. If your S32 Debug Probe is connected via Ethernet, make sure&lt;BR /&gt;there is no firewall.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Platon&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Feb 2022 12:56:22 GMT</pubDate>
    <dc:creator>bpe</dc:creator>
    <dc:date>2022-02-08T12:56:22Z</dc:date>
    <item>
      <title>error of serial RCON programming</title>
      <link>https://community.nxp.com/t5/S32G/error-of-serial-RCON-programming/m-p/1403091#M445</link>
      <description>&lt;P&gt;I follow the steps of "HOWTO: Program Serial RCON using S32 Debug Probe S32G2xx" and meet some errors (whole cmd log in attachment).&amp;nbsp;The connection to S32 debug probe seems OK in ccs.exe console (shown as picture below)&lt;/P&gt;&lt;P&gt;I have tried both static and dynamic IP address with telnet CORE console, but same errors came out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any solution to the errors?&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Starting GTA...
Board setup...
Primary session connecting...
gta is listening on port 45000.
ccs_open
        ipaddr = 127.0.0.1
        port = 41475
        timeout = 100
        serverh = 0
        ccs_open; ccs_error = 0
ccs_get_cc_config
        serverh = 0
        cc = 0
        config_string =
        ccs_get_cc_config; ccs_error = 23
        Error message: CC not present
ccs_config_cc
        serverh = 0
        config_string = s32dbg:169.254.64.246
        ccs_config_cc; ccs_error = 0
ccs_set_connection_timeout
        serverh = 0
        timeout = 100
        ccs_set_connection_timeout; ccs_error = 0
ccs_config_server
        serverh = 0
        cc = 0
        server_config = 0
        value = 16000
        ccs_config_server; ccs_error = 3
        Error message: Network fault
ccs:Network fault
ccs_delete_cc
        serverh = 0
        count = 0
        ccs_delete_cc; ccs_error = 0
ccs_close
        serverh = 0
        ccs_close; ccs_error = 0
CCS: server network fault&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Green1_1-1642745928342.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/168455i0A0688FAC5971AC6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Green1_1-1642745928342.png" alt="Green1_1-1642745928342.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 06:23:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/error-of-serial-RCON-programming/m-p/1403091#M445</guid>
      <dc:creator>Green1</dc:creator>
      <dc:date>2022-01-21T06:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: error of serial RCON programming</title>
      <link>https://community.nxp.com/t5/S32G/error-of-serial-RCON-programming/m-p/1410283#M499</link>
      <description>&lt;P&gt;&lt;BR /&gt;This is a probe connectivity error. Typically it is resolved when you specify the&lt;BR /&gt;correct IP address of the probe. Connect a terminal to the probe and issue netstat -ive&lt;BR /&gt;command to see assigned IP addresses:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bpe_0-1644324905580.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/169860i1FE8846BBA3712F1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bpe_0-1644324905580.png" alt="bpe_0-1644324905580.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Note that there are separate IP addresses for&lt;BR /&gt;USB and for Ethernet connections and that only the IP assigned to the Ethernet&lt;BR /&gt;connection can be set statically. The IP of the USB connection is always &lt;BR /&gt;dynamic and it is essential that you read it and copy to the Python script&lt;BR /&gt;before you run it. If your S32 Debug Probe is connected via Ethernet, make sure&lt;BR /&gt;there is no firewall.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Platon&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 12:56:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/error-of-serial-RCON-programming/m-p/1410283#M499</guid>
      <dc:creator>bpe</dc:creator>
      <dc:date>2022-02-08T12:56:22Z</dc:date>
    </item>
  </channel>
</rss>

