Hey everybody,
I work currently with this Config:
MACHINE=imx6qdlsabresd DISTRO=fslc-framebuffer source setup-environment build
on this repo:
GitHub - Freescale/fsl-community-bsp-platform at zeus
When i build the core-image-minimal, everthing compiles.
But my main problem is how to flash this "image" ( u-boot,zImage and rootFS) on the device?
And is there a simple trick to create the same stuff for the mfg (uuu) ?
Because I tried to build "fsl-image-mfgtool-initramfs" but I got this error message:
ERROR: Nothing PROVIDES 'u-boot-mfgtool' (but /fsl-community-bsp/sources/meta-freescale/recipes-fsl/images/fsl-image-mfgtool-initramfs.bb DEPENDS on or otherwise requires it)
u-boot-imx-mfgtool PROVIDES u-boot-mfgtool but was skipped: You cannot use UBOOT_MACHINE and UBOOT_CONFIG at the same time.
ERROR: Required build target 'fsl-image-mfgtool-initramfs' has no buildable providers.
Missing or unbuildable dependency chain was: ['fsl-image-mfgtool-initramfs', 'u-boot-mfgtool']
Thanks.
Benedikt