i’m working with the following configuration:
Apalis iMX8QM 4GB WB IT V1.1D
Ixora Carrier Board V 1.2A
DISTRO_VERSION = “6.8.0”
DISTRO_CODENAME = “kirkstone”
I am configuring a screen sharing environment using Weston-RDP.
I have verified that the 3389 port for rdp is normally open and that the connection to the remote desktop from the Windows host PC is working properly.
Two issues.
The RDP connection usually connects once at the beginning. When I reconnect after the remote desktop is closed on the Windows host PC, it does not work. (RDP port 3389 is closed).
After connecting to the remote desktop from the Windows host PC, the RDP is terminated when the HDMI is connected to the ixora carrier board.
Can you help me to resolve the above two issues?
Best regards,
sjjin
Connection Drops: This might be due to performance impacts when enabling RDP/VNC on Weston. Ensure the Weston container is running and the RDP environment variable is set correctly.
HDMI Connectivity: The Apalis iMX8 supports HDMI 2.0a with 4K UltraHD. However, using RDP alongside physical displays can affect performance. Consider using Torizon’s Remote Access feature for better stability and security.
For debugging, check if the Weston container remains active after disconnection and verify the RDP settings.
I hope this helps! If you have further questions, feel free to ask.
Best regards,
Toradex AI Assistant.
Please, also check if these links can help you solve your problem:
The key and certificate can be generated by winpr-makecert on a Linux host.
winpr-makecert -rdp -path ./
RDP client on the host establishes a connection. It is wlfreerdp on my Linux PC. wlfreerdp is still able to reconnect the target when the previous session was terminated.
wlfreerdp /v:TARGET_IP
During my test, the HDMI monitor is always connected to Ixora. Otherwise, weston would not be launched.