This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Debug server for multiple cores SOC

Hi,

I see the latest feature in DS5 v5.27 concerning the possibility to open a debug server.

I successfully connect to one CPU core on my SOC remotly, by ethernet, but how to open multiple servers, on distinct CPUs?

I try to use different port numbers but  I have an error message saying only one connection is possible.

regards

claudio

Parents
  • Thanks Tony,

    In fact I used the server without the configuration file using the cdb data

    set DS5_CONFIG_M40="NXP::i.MX8QMAX::Bare Metal Debug::Bare Metal Debug::Cortex-M4_AP1::DSTREAM"

    call debugger --cdb-root %~dp0..\configdb_extension --cdb-entry %DS5_CONFIG_M40% --cdb-entry-param "Connection=TCP:%DS5_ADDR%" --server xx.yyy.ttt.uuu

    So now  I know how to deal with that,

    regards

    claude

Reply
  • Thanks Tony,

    In fact I used the server without the configuration file using the cdb data

    set DS5_CONFIG_M40="NXP::i.MX8QMAX::Bare Metal Debug::Bare Metal Debug::Cortex-M4_AP1::DSTREAM"

    call debugger --cdb-root %~dp0..\configdb_extension --cdb-entry %DS5_CONFIG_M40% --cdb-entry-param "Connection=TCP:%DS5_ADDR%" --server xx.yyy.ttt.uuu

    So now  I know how to deal with that,

    regards

    claude

Children