Thanks
I'm wondering if it's possible to get the README or the build script that is used to build the images for the sabreboard that Freescale provide
i.MX 6Quad SABRE Development Board | NXP
I am trying to recreate the images for this particular tar file but currently failing to do so
I have taken the most recent zeus build and tried to create the core-image-minimal based on the community BSP (as that's the one the seems to work)
repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-zeus -m imx-5.4.3-2.0.0.xml
repo sync
DISTRO=poky MACHINE=imx6qdlsabresd source imx-setup-release.sh -b build-qdl
bitbake core-image-minimal
This goes quite far into the process but fails at the WIC generation stage. It also fails to create a .imx file and instead leaves an SPL and u-boot.img file which uuu will not boot
Error:
ERROR: _exec_cmd: install -m 0644 -D /home/diarmuid/imx-yocto-bsp-zeus/build-qdl/tmp/deploy/images/imx6qdlsabresd/make_dtb_boot_files /home/diarmuid/imx-yocto-bsp-zeus/build-qdl/tmp/work/imx6qdlsabresd-poky-linux-gnueabi/core-image-minimal/1.0-r0/deploy-core-image-minimal-image-complete/core-image-minimal-imx6qdlsabresd-20200428180305/tmp.wic.7g2tvax0/boot.3/make_dtb_boot_files returned '1' instead of 0
output: install: cannot stat '/home/diarmuid/imx-yocto-bsp-zeus/build-qdl/tmp/deploy/images/imx6qdlsabresd/make_dtb_boot_files': No such file or directory
At this stage I'll take anything that generates a base image successfully
Diarmuid