[yocto] package and booting an initramfs image

2022-04-19 Thread toyonembedded
I have a need to package my kernel, dtb, and rootfs manually and then boot this as an initramfs. I'm not sure which files from the deploy/images directory to use. I see there is an rootfs.cpio.gz file so I'm starting with that. If I unpack that I see the kernel Image and dtb in the /boot folder

Re: [yocto] package and booting an initramfs image

2022-04-20 Thread Zoran
Please, read carefully thru this yocto @ thread. https://www.yoctoproject.org/pipermail/yocto/2018-July/041680.html Zee ___ On Tue, Apr 19, 2022 at 8:27 PM wrote: > > I have a need to package my kernel, dtb, and rootfs manually and then boot > this as an initramfs. I'm not sure which files