Hi igorpadykov,
Thanks for your response, did you mean Yocto Guide at Yocto Project Mega-Manual ? That sec 6.2 is for different topic (6.2. Preparing the Build Host). What are variables in Yocto to generate zImage-initramfs? I add following variables to the local.conf:
UBOOT_CONFIG = "ram"
INITRAMFS_IMAGE_BUNDLE = "1"
DISTRO_FEATURES_append = " ram"
IMAGE_FSTYPES_append = " cpio.xz"
But the images are still not for ramdisk:
$ ls deploy/images/imxevk:
dev-image.rootfs.cpio.xz
u-boot.imx-ram
zImage.bin
.....
The dev-image.rootfs.cpio.xz is a full rootfs including the /boot/zImage, but the zImage is not initramfs or ramdisk formatted, there were errors when I run uuu to download them to the imx6 RAM? What the Yocto configure can generate zImage-initramfs?
Thank you very much.
Kind regards,
- jupiter