Hello,
What is the procedure to activate X-server or Wayland on T1042D4RDB-64B. I see IMX BSP's are having these. Can we use similar recipes for T1042D4RDB-64B. I am trying to take a VGA output from External GPU ( Connected via PCIe ).
And also what is the procedure to active video output from U-boot for external GPU's ?
Thanks.
Solved! Go to Solution.
Hello Yusuf Altıparmak,
Please execute command "bitbake core-image-weston" to generate image with X-server and Wayland enabled.
Under u-boot
For SHARP LCD panel through LVDS interface:
=>setenv video-mode ‘fslfb:800x600-32@60,monitor=lvds’
For monitor through DVI interface:
=>setenv video-mode ‘fslfb:1024x768-32@60,monitor=dvi’
Thanks,
Yiping
Hello Yusuf Altıparmak,
Please execute command "bitbake core-image-weston" to generate image with X-server and Wayland enabled.
Under u-boot
For SHARP LCD panel through LVDS interface:
=>setenv video-mode ‘fslfb:800x600-32@60,monitor=lvds’
For monitor through DVI interface:
=>setenv video-mode ‘fslfb:1024x768-32@60,monitor=dvi’
Thanks,
Yiping