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
