Hello, I'm trying to compile and run FreeRDP directly on target board (SabreSD).
My cmake script:
cmake -DWITH_PCSC=ON -DWITH_NEON=ON -DWITH_XI=ON -DARM_FP_ABI=hard
I'm using fsb-community-bsp Dizzy branch. I've tried the kernel 3.10.17-1.0.1 and repo synced to get 3.10.17-1.0.2.
The image generated is core-image-sato and I'm running without problem Qt5 applications.
It compiles and installs fine but it always crashes after a few seconds of use.
The launch script is:
xfreerdp /u:user /p:pass /gdi:hw /size:1024x768 /bpp:16 /v:192.168.1.175 /cert-ignore +multitouch +gestures
When I begin a control session with RDP the GPU seem to hang and the image freezes. If I run the launch script from console and kill xfreerdp after crash it gives a GPU[0] error when it recovers.
Had anyone tried to use FreeRDP with fsl-community-bsp image?
Thanks in advance, Jorge.