[U-Boot] ARM+uBoot
Albert ARIBAUD
albert.aribaud at free.fr
Sun Sep 28 14:47:58 CEST 2008
mRon a écrit :
> Hello,
>
> Could you tell me what does it mean that booting stops after:
> Uncompressing Linux........... done, booting the kernel.
>
> I load kernel using this command:
> disk 0x400000 1:6;bootm
>
> where 1:6 is partition with raw uImage.
>
> Cheers,
> mRon
It can mean quite a lot of things, including some horrible death of the
kernel in very early stages of its initialization, but the most probable
cause is that the kernel doesn't have a console to display messages to,
as "booting the kernel" is the last message u-boot displays; whatever
appears after that is from the kernel.
What are the complete parameters that you pass the kernel? Is it
configured to use the same physical console as u-boot uses?
Amicalement,
--
Albert.
More information about the U-Boot
mailing list