Page 1 of 1

how to set host name ip and port for debug in SDK xilinx for redpitaya

Posted: Wed Apr 25, 2018 12:38 pm
by likun
Hello everyone,
I am a beginner with RP.
I would debug the project sdr transceiver using xilinx SDK by ethernet with the red pitaya card but when i enter the ip address of the card (192.168.0.1) and the port 3121 (default), SDK says it can not connect to this address. I tested the debug with the IP of the local machine and it worked well so I do not know whether to install a driver or software to detect the IP of the Red Pitaya?
Thanks for any suggestions.

Re: how to set host name ip and port for debug in SDK xilinx for redpitaya

Posted: Mon May 07, 2018 6:14 pm
by jmadsenee
I can't tell you for sure, but when doing remote debugging with the Eclipse IDE I need to start gdbserver on the RP first, before starting debug in the IDE, i.e.:

Code: Select all

root@rp-f00e98:~# gdbserver --attach :2345 `pidof "server"`