Hi,
I'm working with an i.MX8MM LPDDR4 EVK and trying to build a Debian 12 image using FlexBuild.
My host system is Ubuntu 22.04, and I followed the steps described in UG10155 – Section 4: Building Debian Images with FlexBuild.
bld -m imx8mmevk
The build keeps failing because many packages are missing under:
build_lsdk2506/rfs/rootfs_lsdk2506_debian_desktop_arm64
Each time it fails, I enter the rootfs with chroot and manually install the required packages, but new missing packages keep appearing and the process never completes.
Is this expected behavior for FlexBuild when building a Debian 12 rootfs? Or am I missing some configuration or step to ensure all required packages are installed automatically?
Thanks in advance!