Hi,
I have an imx8mp board running with a yocto-built imx-linux-kirkstone version operating system (with weston implementation of wayland). I want to run a X server in a device and connect to the X server another device. Both devices are connected in a network (using ethernet) and in the second device, I configure the DISPLAY environment variable as export DISPLAY=IP:0. Then, I launch xterm (for example) in the second device, but it indicates that there is an error because it can’t open the display. So, I suppose is an access problem. I have seen that other devices use xhost, but it is not installed in our device.
Does anyone know how to give permission in xwayland or if there is another procedure to do this?
Best regards,