Hi,
I attempted to build a Scarthgap image for the i.MX93 platform using the following command:
bitbake imx-image-multimedia
However, the build fails with the error below:
ERROR: _exec_cmd: install -m 0644 -D /osm-imx93/imx93-yocto-bsp/build_dir/tmp/deploy/images/osm-imx93/imx93-11x11-evk_m33_TCM_low_power_wakeword.bin/osm-imx93/imx93-yocto-bsp/build_dir/tmp/work/osm_imx93-poky-linux/imx-image-multimedia/1.0/tmp-wic/boot.2/imx93-11x11-evk_m33_TCM_low_power_wakeword.bin returned '1' instead of 0
output: install: cannot stat '/osm-imx93/imx93-yocto-bsp/build_dir/tmp/deploy/images/osm-imx93/imx93-11x11-evk_m33_TCM_low_power_wakeword.bin': No such file or directory
It appears that the file imx93-11x11-evk_m33_TCM_low_power_wakeword.bin is missing from the deploy directory.
Could you please advise on how to resolve this issue?