You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the thundercomm board for the 845c. Built an image using the warrior branch 5.2 kernel. The HDMI output maxes out at 1920x1080p @ 60Hz. The hardware manual I believe says the HDMI can output 4k @ 30hz.
There is also an issue drawing to the display, when using gstreamer to draw multiple videos on the screen, the videos would decode but the screen has a hard time drawing the videos to the screen. I've tried both an X11 and Weston image but still see the weird screen drawing issue. Using the v4l2decoder with gstreamer with the xvimagesink on X11 and the waylandsink on Weston. The videos would flicker on the screen. I also launched a GTK application and that flickered briefly as well. It also crashes the device frequently whenever I run the gstreamer pipelines.
The text was updated successfully, but these errors were encountered:
vishwamartur
added a commit
to vishwamartur/meta-qcom
that referenced
this issue
Nov 1, 2024
Related to Linaro#110
Add support for 4k resolution output on Qualcomm Robotics RB3 Platform (SDA845).
* Update `recipes-bsp/packagegroups/packagegroup-firmware-dragonboard845c.bb` to include `linux-firmware-qcom-sdm845-hdmi` and `linux-firmware-qcom-sdm845-4k`.
* Update `recipes-bsp/firmware/firmware-qcom-dragonboard845c_20190529180356-v4.bb` to add `4k-support.bin` to the `do_install` function.
* Update `dynamic-layers/openembedded-layer/recipes-graphics/images/qcom-x11-image.bb` to add `xrandr --output HDMI-1 --mode 3840x2160 --rate 30` to `CORE_IMAGE_BASE_INSTALL`.
Using the thundercomm board for the 845c. Built an image using the warrior branch 5.2 kernel. The HDMI output maxes out at 1920x1080p @ 60Hz. The hardware manual I believe says the HDMI can output 4k @ 30hz.
There is also an issue drawing to the display, when using gstreamer to draw multiple videos on the screen, the videos would decode but the screen has a hard time drawing the videos to the screen. I've tried both an X11 and Weston image but still see the weird screen drawing issue. Using the v4l2decoder with gstreamer with the xvimagesink on X11 and the waylandsink on Weston. The videos would flicker on the screen. I also launched a GTK application and that flickered briefly as well. It also crashes the device frequently whenever I run the gstreamer pipelines.
The text was updated successfully, but these errors were encountered: