From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Sun, 28 Sep 2008 14:47:58 +0200 Subject: [U-Boot] ARM+uBoot In-Reply-To: References: Message-ID: <48DF7CFE.8040307@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.