is
bitbake core-image-x11 -c populate_sdk
a valid command?What is the output file format?I want to make a gui using qt
hy,
i think you should give more information. (Borad,BSP)
you can check if this image is available with:
bitbake -s |grep image
after this you can build the prefered image using:
bitbake *image name*
the board I am using is imx9q sabre lite,I tried with bitbake core-image-x11 -c populate_sdk.But I am not getting a .sdcard file in deploy directory.Which is suited for me to make some gui using qt
Hi SREEKANTH
one can look at qt for boundary devices boards
Boundary Devices i.MX6 Boards | Qt 5.5 for Device Creation
i.MX Yocto Project: Frequently Asked Questions
Best regards
igor
after bitbake is running successfully. whats in your /build/deploy/images/ directory?
i think you can set the image type in local.conf with:
IMAGE_FSTYPES += "sdcard"
but i'm not shure.maybe justr try. but before check the deploy folder
in deploy iam not getting image directory.Only avilable one in deploy is rpm and sdk directories.Can you suggest which bit bake command is suited for gui with qt?
to get an image you have to use:
bitbake core-image-x11
no cant cant. you should check the boards documentation
what about
bitbake fsl-image-gui ?
fsl-image-gui has allready an gui
what about core-image-sato
?