error of serial RCON programming

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

error of serial RCON programming

Jump to solution
1,697 Views
Green1
Contributor II

I follow the steps of "HOWTO: Program Serial RCON using S32 Debug Probe S32G2xx" and meet some errors (whole cmd log in attachment). The connection to S32 debug probe seems OK in ccs.exe console (shown as picture below)

I have tried both static and dynamic IP address with telnet CORE console, but same errors came out. 

Any solution to the errors?

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

 

Green1_1-1642745928342.png

 

0 Kudos
1 Solution
1,644 Views
bpe
NXP Employee
NXP Employee


This is a probe connectivity error. Typically it is resolved when you specify the
correct IP address of the probe. Connect a terminal to the probe and issue netstat -ive
command to see assigned IP addresses:

bpe_0-1644324905580.png

Note that there are separate IP addresses for
USB and for Ethernet connections and that only the IP assigned to the Ethernet
connection can be set statically. The IP of the USB connection is always
dynamic and it is essential that you read it and copy to the Python script
before you run it. If your S32 Debug Probe is connected via Ethernet, make sure
there is no firewall.

Best Regards,
Platon

 

View solution in original post

1 Reply
1,645 Views
bpe
NXP Employee
NXP Employee


This is a probe connectivity error. Typically it is resolved when you specify the
correct IP address of the probe. Connect a terminal to the probe and issue netstat -ive
command to see assigned IP addresses:

bpe_0-1644324905580.png

Note that there are separate IP addresses for
USB and for Ethernet connections and that only the IP assigned to the Ethernet
connection can be set statically. The IP of the USB connection is always
dynamic and it is essential that you read it and copy to the Python script
before you run it. If your S32 Debug Probe is connected via Ethernet, make sure
there is no firewall.

Best Regards,
Platon