Hi Igor
Thank you for reply. There was lot of easy understand information.
Did I miss something because I didn't find how to make initramfs files with buildroot? Easiest way to make initramfs files could be to make command:
bitbake fsl-image-mfgtool-initramfs
,but is it working only in Yocto project?
There were couple other ways also in i.MX_6Dual6Quad_SABRE-SD_Linux_User's_Guide.pdf and https://community.nxp.com/thread/323039, but those materials are from years 2013 and 2014 so I think that there could be better solutions nowadays and I didn't tried those yet.
I found buildroot defconfig packages BR2_PACKAGE_HOST_MFGTOOLS=y and BR2_TARGET_ROOTFS_INITRAMFS=y. I included those and some other packages to my defconfig, but i didn't got any initramfs files in buildroot/output/images after build. Are those packages to make initramfs files to mfgtool?
I changed my custom board files buildt by buildroot to /files folder in mfgtool and kept original imx6ull-evk files in /firmware folder. It works well in sdcard device and next step is try same to nand device.
I still want to know is there easy way to make own mfgtool initramfs files without Yocto.
Best regards
Janne