Hi,
I would like to use Manufacturing Tool in order to deploy images on custom board.
MFG Tool is already configured, but I had some troubles during building manufacturing images.
I am using meta-fsl-arm layer, based on revision 438ca51198f3c87a5ba53ef5e2babd561d1df0cf.
I tried to use the command as specified into the Freescale Yocto Project User's Guide, but the following error is returned :
bitbake fsl-image-mfgtool-initramfs
Loading cache: 100% |#########################################################################################################################################################################################################| ETA: 00:00:00
Loaded 2250 entries from dependency cache.
WARNING: Unable to get checksum for mfgtool-linux-anor SRC_URI entry 0002-imx6dl.dtsi-remove-second-core-from-cpus-since-c300-.patch: file could not be found | ETA: --:--:--
Parsing recipes: 100% |#######################################################################################################################################################################################################| Time: 00:00:00
Parsing of 1777 .bb files complete (1776 cached, 1 parsed). 2249 targets, 253 skipped, 0 masked, 0 errors.
WARNING: No bb files matched BBFILE_PATTERN_patches '^/home/nad/Project/yocto/board_mfgtool/sources/meta-patches/'
NOTE: Resolving any missing task queue dependencies
NOTE: multiple providers are available for linux-mfgtool (mfgtool-linux-anor, mfgtool-linux-imx)
NOTE: consider defining a PREFERRED_PROVIDER entry to match linux-mfgtool
ERROR: Nothing RPROVIDES 'packagegroup-fsl-mfgtool-extfs' (but /home/nad/Project/yocto/board_mfgtool/sources/meta-fsl-arm/recipes-fsl/images/fsl-image-mfgtool-initramfs.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'packagegroup-fsl-mfgtool-extfs' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-fsl-mfgtool-extfs']
ERROR: Required build target 'fsl-image-mfgtool-initramfs' has no buildable providers.
Missing or unbuildable dependency chain was: ['fsl-image-mfgtool-initramfs', 'packagegroup-fsl-mfgtool-extfs']
Summary: There were 4 WARNING messages shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Besides, because the section 6.2 contains "A manufacturing tool kernel is built using the imx_v7_mfg_defconfig while the default kernel is built by using the
imx_v7_defconfig", I guess that the command specified above is not enough. Indeed, we are using customized board, defconfig has been modified a lot. Basically, many modifications have been done both from the kernel and u-boot side.
How to generate manufactoring images for a customized board properly ?
I continue my investigations on my side.
Thank in advance,
Best regards.