Hi All,
Environment:
kernel:5.4
evk:imx8mq-evk
bitbake imx-image-full
sn65dsi83 mipi to lvds
Question:
I can see the image out on the panel by modified /etc/xdg/weston/weston.ini
drm-device=card0->card2 after boot.
May I ask Where to modify the default is card2 in my bitbake imx-image-ful build image?
Hello,
The weston. ini configuration file is searched for in one of the following places when the server is started: $XDG_CONFIG_HOME/weston. ini (if $XDG_CONFIG_HOME is set) $HOME/. config/weston.
You fail about the card2 is turned out to be a missing hardware configuration in the device tree.
Regards
Hi @Bio_TICFSL
The panel can see the image, so the device tree should be set correctly.
Do you know which path of weston.ini needs to be modified to card2?
That is, the drm-device value at boot after burning is card2.
Thanks.