Re: [yocto] initramfs creation

2023-12-08 Thread Ross Burton
On 8 Dec 2023, at 16:19, mattwood2...@gmail.com wrote: > > Thanks all for the suggestions. > > It is not an issue with kernel modules as I have them in /lib/modules/... In the initramfs? Or the rootfs? If they’re in the rootfs then the rootfs isn’t mounted yet… Ross -=-=-=-=-=-=-=-=-=-=-=-

Re: [yocto] initramfs creation

2023-12-08 Thread mattwood2000
Thanks all for the suggestions. It is not an issue with kernel modules as I have them in /lib/modules/... I managed to get a bit further and create a working image that boots fully. However, the only way I could do this was to use the ROOTFS_POSTPROCESS_COMMAND to manually create a symlink for

Re: [yocto] initramfs creation

2023-12-07 Thread Khem Raj
On Thu, Dec 7, 2023 at 3:04 AM Ross Burton wrote: > > On 6 Dec 2023, at 21:47, mattwood2000 via lists.yoctoproject.org > wrote: > > > > Hi, > > > > I'm trying to create a custom initramfs to handle some things before > > switching root to my actual filesystem. I followed the docs and have

Re: [yocto] initramfs creation

2023-12-07 Thread Ross Burton
On 6 Dec 2023, at 21:47, mattwood2000 via lists.yoctoproject.org wrote: > > Hi, > > I'm trying to create a custom initramfs to handle some things before > switching root to my actual filesystem. I followed the docs and have been > able to use INITRAMFS_IMAGE = "custom-image" and

Re: [yocto] initramfs creation

2023-12-07 Thread Zoran
Please, read carefully thru this yocto @ thread. https://www.yoctoproject.org/pipermail/yocto/2018-July/041680.html I hope this does help. Zee ___ On Wed, Dec 6, 2023 at 10:47 PM wrote: > > Hi, > > I'm trying to create a custom initramfs to handle some things before > switching root to

[yocto] initramfs creation

2023-12-06 Thread mattwood2000
Hi, I'm trying to create a custom initramfs to handle some things before switching root to my actual filesystem. I followed the docs and have been able to use INITRAMFS_IMAGE = "custom-image" and INITRAMFS_IMAGE_BUNDLE = "1" to generate a zImage for my ARM platform. The custom-image.bb recipe