Yocto kernel is bigger than 1GB

38 views Asked by At

I need my poky to run all in ram(64GB).

I tried to bundle the kernel with the rootFS, I was expecting a distro that would load to RAM on boot, using:

INITRAMFS_IMAGE_BUNDLE="1"

but the kernel becomes to big (almost 6GB) and yocto stops with error:

"kernel image bigger than KERNEL_IMAGE_SIZE"

any ideas?

0

There are 0 answers