Tyson D Sawyer <[EMAIL PROTECTED]> writes: >I had > hopes of using an elfimage with a built in ramdisk image (with romfs) or > something like that, but inspite of recent postings for elf patches and the > like, I haven't figured out where to begin or how it works.
Hmm. It looks like I need to give mkelfImage a usage... For your case I expect what you want looks something like: mkelfImage --command-line="console=ttyS0,115200 root=/dev/ram0" \ --kernel=bzImage --ramdisk=romfs.img --output=kernel_ramdisk.elf And then in the toplevel config script: payload ../kernel_ramdisk.elf Does that help answer your questions of where to start? Eric
