Re: [yocto] Stuck to build zImage-initramfs

2019-07-09 Thread JH
Hi Zoran, On 7/9/19, Zoran Stojsavljevic wrote: > Jupiter, > > I never read carefully the whole mechanism how to bundle kernel with > initramfs in YOCTO. Given Yocto reach features and powerful capacities, I would thought there must be some simple mechanism to bundle the kernel with initramfs wh

Re: [yocto] Stuck to build zImage-initramfs

2019-07-09 Thread Zoran Stojsavljevic
Jupiter, I never read carefully the whole mechanism how to bundle kernel with initramfs in YOCTO. I have there a description how to organize kernel image WITHOUT initramfs (only kernel image by itself) and separately initramfs as final stage, so I can do the tests with Lava, but I developed anoth

Re: [yocto] Stuck to build zImage-initramfs

2019-07-09 Thread JH
Thanks Zoran, I did see that link and your post to run mkimage. Did you get zImage-initramfs? I have to admit, I lost in that long email discussion with different approaches, I tried all set up, but there is no zImage-initramfs to be generated, files built in deploy/images just could not be used to

Re: [yocto] Stuck to build zImage-initramfs

2019-07-09 Thread Zoran Stojsavljevic
Please, read the following thread: https://lists.yoctoproject.org/pipermail/yocto/2018-July/041680.html Zoran ___ On Mon, Jul 8, 2019 at 11:43 PM JH wrote: > > Hi, > > I have been stuck to build zImage-initramfs for weeks. I've read Yocto > latest document, but still failed to generate the i

[yocto] Stuck to build zImage-initramfs

2019-07-08 Thread JH
Hi, I have been stuck to build zImage-initramfs for weeks. I've read Yocto latest document, but still failed to generate the initarmfs to run on RAM. I added following statements in local.conf: UBOOT_CONFIG = "ram" INITRAMFS_IMAGE_BUNDLE = "1" DISTRO_FEATURES_append = " ram" IMAGE_FSTYPES_append