<div dir="ltr"><div><div><div><div>Hi,<br><br></div>In order get the latest updates (Freescale Community BSP 1.5), I have updated my repo with "repo sync" command and then applied "bitbake fsl-image-gui". But I got the following error;<br>
<br>| Partition Table: msdos<br>| Disk Flags:<br>| <br>| Number Start End Size Type File system Flags<br>| 1 4194kB 12.6MB 8389kB primary lba<br>| 2 12.6MB 1153MB 1141MB primary<br>
| <br>| mkfs.vfat 2.11 (12 Mar 2005)<br>| 6x_bootscript-imx6qsabrelite: No such file or directory<br>| WARNING: exit code 1 from a shell command.<br>| ERROR: Function failed: do_rootfs (log file is located at /media/918970b5-b414-445e-b8f3-7e4029338bc8/yocto/fsl-community-bsp/build/tmp/work/imx6qsabrelite-poky-linux-gnueabi/fsl-image-gui/1.0-r0/temp/log.do_rootfs.13547)<br>
ERROR: Task 7 (/media/918970b5-b414-445e-b8f3-7e4029338bc8/yocto/fsl-community-bsp/sources/meta-fsl-demos/recipes-fsl/images/<a href="http://fsl-image-gui.bb">fsl-image-gui.bb</a>, do_rootfs) failed with exit code '1'<br>
NOTE: Tasks Summary: Attempted 6605 tasks of which 6604 didn't need to be rerun and 1 failed.<br>No currently running tasks (6604 of 6606)<br><br>Summary: 1 task failed:<br> /media/918970b5-b414-445e-b8f3-7e4029338bc8/yocto/fsl-community-bsp/sources/meta-fsl-demos/recipes-fsl/images/<a href="http://fsl-image-gui.bb">fsl-image-gui.bb</a>, do_rootfs<br>
Summary: There was 1 ERROR message shown, returning a non-zero exit code.<br><br></div>My board is sabre lite and I have already been using dora release. What can be wrong? Do I need to delete everything and bitbake again? My configuration file is given below;<br>
<br>MACHINE ??= 'imx6qsabrelite'<br>DISTRO ?= 'poky'<br>PACKAGE_CLASSES ?= "package_rpm"<br>EXTRA_IMAGE_FEATURES = "debug-tweaks"<br>USER_CLASSES ?= "buildstats image-mklibs image-prelink"<br>
PATCHRESOLVE = "noop"<br>BB_DISKMON_DIRS = "\<br> STOPTASKS,${TMPDIR},1G,100K \<br> STOPTASKS,${DL_DIR},1G,100K \<br> STOPTASKS,${SSTATE_DIR},1G,100K \<br> ABORT,${TMPDIR},100M,1K \<br> ABORT,${DL_DIR},100M,1K \<br>
ABORT,${SSTATE_DIR},100M,1K" <br>CONF_VERSION = "1"<br><br>BB_NUMBER_THREADS = '8'<br>PARALLEL_MAKE = '-j 8'<br>ACCEPT_FSL_EULA = ""<br>LICENSE_FLAGS_WHITELIST = "commercial"<br>
<br>CORE_IMAGE_EXTRA_INSTALL += "\<br> opencv \<br> opencv-samples \<br> opencv-apps \<br> gcc \<br>"<br><br>INHERIT += "rm_work"<br><br></div>Thanks&Best Regards,<br></div>Fikret<br></div>