Qualcomm Robotics RB5/RB6 - HDMI Setup

From RidgeRun Developer Connection
Jump to: navigation, search



Index




Contents


This section will help you enable the HDMI display in the board in the case you installed on the board the LU image with Thundercomm SDK as in the following section Generate image and Flashing with Thundercomm SDK, otherwise, you can skip this section[1].
You will need to access the board with ADB, if you haven't installed ADB in your host PC, follow step 2 in the section Linaro-Getting Started, and if you want to know how to connect to the board with ADB, read the section Using ADB skipping step 4, before continuing. Follow these steps every time you reboot the board:

Error creating thumbnail: Unable to save thumbnail to destination
Figure 1: HDMI Port


1. Connect an HDMI cable to the board's HDMI port, see Figure 1, and the other end to a HDMI monitor.
2. In your host PC, type the following command to access the board:

adb shell


Your terminal should change and look similar to the following:

#


3. Type the following commands to enable HDMI display:

# mkdir -p /usr/bin/weston_socket
# export XDG_RUNTIME_DIR=/usr/bin/weston_socket
# export LD_LIBRARY_PATH=/usr/lib:/usr/lib/aarch64-linux-gnu/
# weston --tty=1 --connector=29 --idle-time=0

You should now see the display in your monitor.

References

  1. Check HDMI. Qualcomm. Retrieved January 25, 2023, from [1]


Index