
In message 4107F1C1.8090308@rossvideo.com you wrote:
Kernel command line: root=/dev/ram console=ttyS0,115200
Here you are telling it to boot from ramdisk (maj 1, minor 0)
Kernel panic: VFS: Unable to mount root fs on unknown-block(1,0)
Your kernel fails to mount the ramdisk, since you have RAMDISK driver etc, then the next most likely reason is you are missing the filesystem support in your kernel. For exampel if your ramdisk in in ext2 format then make sure your kernel has ext2 support compiled in (not as a module).
...or his kernel does not know how to deal with a ramdisk in flash memory (this has been discussed many times before; the next time it comes up I'll add it as a FAQ -- for now please see http://sourceforge.net/mailarchive/message.php?msg_id=6839224)
Best regards,
Wolfgang Denk