Add contents to Rootfs
Instead of generating cpio and re-compiling kernel, we can generate rootfs and directly boot on to target
Pre-requisites:
fakeroot
mkimage
pigz
cpio_append and init comes from yocto build for the corresponding architecture
if we dont specify anything, init from host machine will be used resulting in x86 compatibility
Last updated