On Fri, 10 Apr 2020, Rob Landley wrote:
I'm adding m68k support to toybox's "make root" target and I have a kernel and a rootfs.cpio.gz, but qemu's -initrd option doesn't put the rootfs image somewhere the m68k kernel can find it. Is this a "modify qemu" problem or a "modify kernel" problem?
It sounds more like a "modify kernel .config" problem. But it could be a regression; what versions of qemu and kernel did you try?
Rob