From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Yanok Date: Tue, 27 Jun 2006 14:35:44 +0400 Subject: [U-Boot-Users] 1.1.4 and 2.6 kernel In-Reply-To: <29f916510606270143g5d143086oaa336b93f2225495@mail.gmail.com> References: <29f916510606270143g5d143086oaa336b93f2225495@mail.gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de alfred hitch wrote: > I am trying to get 2.6 kernel boot on a plattfor very similar to ixdp425. > We already have u-boot 1.1.1 and 2.4 kernel working for us. But, while > trying to get the 2.6 working. > > I get the Booting image at XXXX > XXXX > Starting Kernel ... > > And after that nothing. > > At this stage I am expecting the "Uncompressing Linux ......" Looks like kernel doesn't use serial console, have you provided correct console= boot argument? > What could be going wrong ? Same board, if I put in 2.4 on a 1.1.4 > version u-boot, it boots fine. > > Is it some tty redirection issue ?? > Only change from IXDP425 board is sdram configuration and ttyS1 for > console instead of ttyS0. > Suspecting later but then 2.4 shouldnt' have also booted up ? I'm pretty sure that serial device of your board was renamed from ttyS to something more specific in 2.6 kernel. Check this. Second possible reason is that you don't have boot arguments support in u-boot (your 2.4 kernel may have precompiled boot arguments, check kernel configuration). Ilya.