Dear Team,
My customer is looking to have a remote control ability with Wayland/Weston support.
Can you please suggest a method to control Linux (Yocto) such as anydesk?
Waiting for your kind feedback, many thanks.
Kind regards,
Shai
Hi @shai_b and @Sanket_Parekh
I was recently working on same use case and I succeeded in remotely access Wayland application using the RDP client in yocto environment. All the steps I captured in my blog hopefully it will be helpful for you
FYI-
full article
https://medium.com/@prashant-divate/remotely-accessing-wayland-based-applications-using-rdp-client-i...
addressed in meta layer
https://github.com/prashantdivate/meta-sirius/tree/master
Hello @shai_b
I hope you are doing well.
->Yes, one can control Linux from another PC.
1)Through CLI:-
->One can remotely work on another pc if both pc is connected to the same network.
->one can use SSH utility for the same.
ssh user_name@host(IP/Domain_name)
2) Through GUI:-
->One can use the Weston-RDP app for the same.
->One can refer to this RDP (remote desktop protocol).
Thanks & Regards.
Sanket Parekh
@Sanket_Parekh Hello,
Thank you so much for your details responses.
Can you please advise if the default iMX BSP includes Weston-RDP?
if not what is the procedure to include Weston-RDP into NXP Yocto BSP?
Waiting for your kind feedback, many thanks.
Regards,
Shai
Hello @shai_b ,
I hope you are doing well.
1)Can you please advise if the default iMX BSP includes Weston-RDP?
->By default BSP doesn't have it included.
->One has to build it separately.
one can refer to the below-given link for reference, there are steps provided to build it.
https://community.nxp.com/t5/
Thanks & Regards
Sanket Parekh
Hi @Sanket_Parekh,
Thanks for your input, I will try to follow them and will advise back if needed.
Thanks again.
Regards,
Shai
I hope you are doing well.
->Ok, Please advise back if needed.
Thanks & Regards,
Sanket Parekh