Hello,
I'm working with the IMX8qxpmek.
I followed the manual "i.MX Yocto Project User's Guide, Rev. L4.14.98-2.0.0_ga" to download and build the Yocto distribution for the board and I was able to get a Linux image working when booting from SDCard.
Now I want to boot from the eMMC. I followed the manual to rebuild uboot for eMMC and I edited local.conf by adding this line at the end : "UBOOT_CONFIG = "emmc"".
When I launch a build with that new config I end up with an error message:
Initialising tasks: 100% |#######################################| Time: 0:00:04
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: imx-boot-0.2-r0 do_compile: Function failed: do_compile (log file is located at /home/zmz/works/i-bsp/i-build/tmp/work/imx8qxpmek-poky-linux/imx-boot/0.2-r0/temp/log.do_compile.21066)
ERROR: Logfile of failure stored in: /home/zmz/works/i-bsp/i-build/tmp/work/imx8qxpmek-poky-linux/imx-boot/0.2-r0/temp/log.do_compile.21066
Log data follows:
| DEBUG: Executing shell function do_compile
| 8QX boot binary build
| cp: cannot stat '/home/zmz/works/i-bsp/i-build/tmp/deploy/images/imx8qxpmek/u-boot-imx8qxpmek.bin-emmc': No such file or directory
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_compile (log file is located at /home/zmz/works/i-bsp/i-build/tmp/work/imx8qxpmek-poky-linux/imx-boot/0.2-r0/temp/log.do_compile.21066)
ERROR: Task (/home/zmz/works/i-bsp/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-bsp/imx-mkimage/imx-boot_0.2.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 6124 tasks of which 6118 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
/home/zmz/works/i-bsp/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-bsp/imx-mkimage/imx-boot_0.2.bb:do_compile
Summary: There was 1 WARNING message shown.
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Do you know what could be causing this issue ?
For infos I'm using this config:
DISTRO=fsl-imx-wayland MACHINE=imx8qxpmek source fsl-setup-release.sh -b i-build
And for building I'm using:
bitbake fsl-image-validation-imx
Thank you