GINGER.LING ��몾 wrote: > I build a default assabet kernel and upload it to Ram using minicom. > When I boot the kernel, it said that I have an errno=2 and stopped right at > > kernel panic "No init found. Try passing init=option to kernel." > > What should I do with this? > I really appreciate for your help. Thanks!
What do you mean with "using Minicom". The typical way to take contact with ARM-Linux on the Assabet i think is using Angelboot. You need to download into RAM a kernel and an initial RAM disk. Once that Linux finishes booting it mounts its root partition (the initial RAM disk) and executes "/sbin/init", if you don't have a root partition then Linux can't find "init". Tell us a little more about your problem... it seems that you simply don't have a the init program. -- Rafael Rodr�guez Velilla [EMAIL PROTECTED] Telef�nica I+D http://www.tid.es Telf: +34 - 91 337 4270 _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
