Re: [yocto] struggling with initramfs

2018-07-07 Thread Ferry Toth
Tim Hammer wrote: > Can anyone point me to a step-by-step tutorial or simple how-to on > creating and using an initramfs with my kernel for ARM aarch64? > > > I have tried creating my own: > - boot-image.bb file with IMAGE_FSTYPES = "cpio.gz". > - local.conf has INITRAMFS_IMAGE_BUNDLE = "1" >

Re: [yocto] struggling with initramfs

2018-07-06 Thread Zoran Stojsavljevic
> There is no standard distro feature called "ram". Perhaps this is > something specific to your BSP layer? Yeah, I noticed that. There is " nfs" parameter, but looks somehow peculiar: not in line with initramfs creation. I know that the whole line: DISTRO_FEATURES_append = " ram" looks

Re: [yocto] struggling with initramfs

2018-07-05 Thread Andre McCurdy
On Wed, Jul 4, 2018 at 11:23 PM, Zoran Stojsavljevic wrote: > Hello to all, > > I have my own YOCTO recipe how I do the initramfs. > > Usually, some of these are missing in kernel .config file: > > CONFIG_BLK_DEV_INITRD=y > CONFIG_RD_GZIP=y > CONFIG_RD_BZIP2=y > CONFIG_RD_LZMA=y > CONFIG_RD_XZ=y

Re: [yocto] struggling with initramfs

2018-07-05 Thread Zoran Stojsavljevic
Hello to all, I have my own YOCTO recipe how I do the initramfs. Usually, some of these are missing in kernel .config file: CONFIG_BLK_DEV_INITRD=y CONFIG_RD_GZIP=y CONFIG_RD_BZIP2=y CONFIG_RD_LZMA=y CONFIG_RD_XZ=y CONFIG_RD_LZO=y CONFIG_RD_LZ4=y Please, check (they should be on) the

Re: [yocto] struggling with initramfs

2018-07-04 Thread Ferry Toth
Tim Hammer wrote: > Can anyone point me to a step-by-step tutorial or simple how-to on > creating and using an initramfs with my kernel for ARM aarch64? > > > I have tried creating my own: > - boot-image.bb file with IMAGE_FSTYPES = "cpio.gz". > - local.conf has INITRAMFS_IMAGE_BUNDLE = "1" >

Re: [yocto] struggling with initramfs

2018-07-03 Thread Andre McCurdy
On Tue, Jul 3, 2018 at 11:02 AM, Tim Hammer wrote: > > Can anyone point me to a step-by-step tutorial or simple how-to on creating > and using an initramfs with my kernel for ARM aarch64? > > I have tried creating my own: > - boot-image.bb file with IMAGE_FSTYPES = "cpio.gz". Note that the

Re: [yocto] struggling with initramfs

2018-07-03 Thread Prakash Ks
Try Adding KERNEL_INITRAMFS = "-initramfs" in platform specific .conf file Thanks! Prakash On Tue, Jul 3, 2018 at 11:53 AM Tim Hammer wrote: > > Can anyone point me to a step-by-step tutorial or simple how-to on > creating and using an initramfs with my kernel for ARM aarch64? > > > I have

[yocto] struggling with initramfs

2018-07-03 Thread Tim Hammer
Can anyone point me to a step-by-step tutorial or simple how-to on creating and using an initramfs with my kernel for ARM aarch64? I have tried creating my own: - boot-image.bb file with IMAGE_FSTYPES = "cpio.gz". - local.conf has INITRAMFS_IMAGE_BUNDLE = "1" - linux.bbappend has