On 31 August 2012 20:45, Jon Medhurst (Tixy) <tixy@linaro.org> wrote:
On Fri, 2012-08-31 at 18:19 +0800, Hongbo Zhang wrote:
> Hi all,
> I want to set up the power probe only without any other streamline
> functions, can I make it?
> It seems that the IP Address in the Capture Options window must be filled,
> so the gator driver and daemon should be compiled then, but I have
> compiling error.
>
> Can I set up power probe only?
> If not, do we have proper gator without compiling error?

What kernel and gator code are you using and what compilation error are
you getting?

Linaro's Android builds already contain Gator, and you can install Gator
on Ubuntu from the Linaro's Overlay PPA with

   apt-get install gator gator-module-dkms

Some (most?) Linaro Ubuntu kernels already ship with the gator kernel
module and don't require you to install the second package
'gator-module-dkms'.

If you need to build your own the Gator for some reason, the source code
code Linaro builds use is in git://git.linaro.org/arm/ds5/gator.git

Thank you Jon,
I used the gator source code from the USB disc offered by ARM at Hong Kong Connect, it seems old and I am using the source code tree as you told me now.

Current status is like this:
I found the built-in gator.ko as you told me, and built the gatord from the git tree successfully. (The reason I don't use gatord by apt-get is that the gatord from PPA is an old version and doesn't match the gator.ko version.) I also updated the DS-5 to the latest version. I can connect to the target and get the streamline data now.
But there is till no Power Probe data, and I don't know why.

--
Tixy