We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
HEllo every one
I'm trying to collect some info from raspberry pi using streamline. I'm currently trying to figure a way to create gator and deamon but i noticed that raspberry pi is not recognized with the adb devices command. also it is not supported by Arm ds-5 but the arm 11 is supported.
MY question is how to use it with streamline after created the deamon and gator
thanks
Hello,
DS-5/Streamline CE works fine with the RPi (for both profiling and debugging Linux applications).
These are the steps required to get Streamline working (same as other boards):
(If running Android on the target, then you may need to forward ports, e.g. adb forward tcp:8080 tcp:8080)
On the other hand, if you want to debug Linux user-space applications, then you will have to use the generic “Linux Application Debug” entry, in the Debug Configuration window.
You could also attach DS-5 to an already running Linux (or Android) application by using this entry.
Bear in mind that you may need to install gdbserver and SSH server on the target.
Best regards,
Marcelo