Enabling SSH and HDMI

Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!

Did you like my answer?

:+1: :-1:


To enable SSH access over the RNDIS USB-C port on your Verdin board, you can make some configuration changes while building the image. Since you are using the tdx-reference-multimedia-image, SSH should be available, but it might not be enabled by default for the RNDIS interface. Here are some steps you can take:

  1. Enable SSH for RNDIS:

    • Ensure that the SSH service is enabled and configured to start on boot. You can do this by checking the systemd service configuration for SSH. If you have access to the image build configuration, make sure that the SSH service is included and enabled.
  2. Check SSH Configuration:

    • Verify the SSH daemon configuration file (/etc/ssh/sshd_config) to ensure that it allows connections from the RNDIS interface. You might need to adjust the ListenAddress directive to include the IP address assigned to the RNDIS interface.
  3. Firewall and Security Settings:

    • Ensure that there are no firewall rules or security settings blocking SSH connections on the RNDIS interface.

Regarding configuring HDMI output explicitly, since you mentioned that the display worked with an older image, it might be a configuration issue with the new image. Here are some general steps:

  1. Check HDMI Configuration:

    • If you have access to the image build configuration, ensure that the HDMI output is enabled and correctly configured. This might involve setting the correct display resolution and refresh rate.
  2. Kernel and Device Tree:

    • Verify that the kernel and device tree used in the new image support HDMI output for your specific Verdin board and carrier board setup.
  3. Logs and Debugging:

    • Once you have access to the UART console, check the boot logs for any errors or messages related to HDMI initialization.

If you need to make these changes while building the image, you might need to modify the Yocto build configuration files to include the necessary packages and settings for SSH and HDMI support.

Please, also check if these links can help you solve your problem:

Enabling USB Client feature in Torizon.