I have created sdcard images for imx6 with Yocto project. I try to create an image with "bitbake core-image-x11" command but I keep having these errores.I think the first proble is about disk partition and the other problem is about do_rootfs function. Please do help if you have solved this.errors
Asked
Active
Viewed 319 times
-2
-
Please show the steps you followed to get the errors. your local.conf will help a lot – Charles C. Sep 12 '17 at 00:03
1 Answers
0
The error is shown in your screenshot.
/usr/IMX/fsl-community-bsp-new/build/tmp/deploy/images/imx6qsabresd/zImage-imx6qsabresd.bin: No such file or directory.
You need to ensure that this file exists in your deploy directory prior to executing the do_rootfs to create your sdcard image.
Please post your .bbclass or .bbappend file, or local.conf so we can obtain more information.

Brendan
- 908
- 2
- 15
- 30