Hi Igor,
Thanks for your reply. Problem is kind of solved.
In <imx yocto project user's guide>, it states that,
fsl-image-qt5 Builds an opensource Qt 5 image. These images are only supported for i.MX SoC with hardware graphics. They are not supported on the i.MX 6UltraLite, i.MX 6UltraLiteLite, and i.MX 7Dual.
so my evaluation board is not supported.
in <i.MX_Linux_Release_Notes>, it states that,
Qt 5 works on SoCs without hardware graphics for Frame Buffer and X11 graphic backends only using mesa
software graphics, but it is not supported.
so if lucky, I should be able to get a hello world application work.
Then I used the fsl-image-qt5, then found 10 qt application on desktop, then found only one of them worked -- good enough to moving forward from current post:)
Thanks & Regards
-Shawn