i build the yocto image for hardware imx8mmevk by following steps
1)Downloaded meta-freescale-thud bsp and added at poky_thud directory and mentioned layed in bblayer.conf
2)changed machine at local.conf to imx8mmevk
3)then in terminal bitbake core-image-minimal
At build/tmp/deploy/images/imx8mmevk generated
then i am trying to run t by runqemu imx8mmevk but is not running, giving below error
runqemu - INFO - Running MACHINE=imx8mmevk bitbake -e...
runqemu - ERROR - /home/kpit/NEW_Yocto/poky-yocto-2.6.4/build/tmp/deploy/images/imx8mmevk not a directory valid DEPLOY_DIR_IMAGE
ls: cannot access '/home/kpit/NEW_Yocto/poky-yocto-2.6.4/build/tmp/deploy/images/imx8mmevk/*.qemuboot.conf': No such file or directory
runqemu - ERROR - Command 'ls -t /home/kpit/NEW_Yocto/poky-yocto-2.6.4/build/tmp/deploy/images/imx8mmevk/*.qemuboot.conf' returned non-zero exit status 2
runqemu - INFO - Cleaning up
so .qemuboot.conf and ext4 not generated so this error popup may be but why those files not generated?
please help me to solve
Hi Omkar
seems qemu is not supported as already answered on
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------