public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] 1.1.4 and 2.6 kernel
@ 2006-06-27  8:43 alfred hitch
  2006-06-27  8:50 ` Wolfgang Denk
                   ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: alfred hitch @ 2006-06-27  8:43 UTC (permalink / raw)
  To: u-boot

Hi All,

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 ......"

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 am new to u-boot and would appreciate some help on issue. any pointers ?

Regards,
Alfred
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20060627/4a50fc06/attachment.htm 

^ permalink raw reply	[flat|nested] 22+ messages in thread
* [U-Boot-Users] 1.1.4 and 2.6 kernel
@ 2006-06-27 13:06 Andrea Gimignani
  2006-06-27 14:01 ` Wolfgang Denk
  0 siblings, 1 reply; 22+ messages in thread
From: Andrea Gimignani @ 2006-06-27 13:06 UTC (permalink / raw)
  To: u-boot

If I'm not wrong, the 2.4 MTD driver and the 2.6 MTD driver is slightly
different.
In fact in 2.4 you have /dev/mtd0 and /dev/mtdblock0 representing the whole
flash.
In 2.6 /dev/mtd0 and /dev/mtdblock0 represent the first partition.

So maybe you can try with root=/dev/mtdblock3.

No hints regarding the console issue.

Bye,
ilGimmy

-----Original Message-----
From: u-boot-users-bounces@lists.sourceforge.net
[mailto:u-boot-users-bounces at lists.sourceforge.net] On Behalf Of alfred
hitch
Sent: Tuesday, June 27, 2006 12:47 PM
To: Ilya Yanok
Cc: u-boot-users at lists.sourceforge.net
Subject: Re: [U-Boot-Users] 1.1.4 and 2.6 kernel

Hi Ilya,

Thanks for your reply.

Can you please help me understand what params you are referring to ?

I had changed my u-boot configs file to use:
#define CONFIG_BOOTARGS         "console=ttyS1,115200
root=/dev/mtdblock4 rw, mem=64M at 0x00000000"

Note the change from default ttyS0 to ttyS1.

And linux bootargs I see xconf as :
console=ttyS1,115200 root=/dev/mtdblock4 mem=64M at 0x00000000

So, they look more or less ok ??

With same u-boot  I can get 2.4 working.
So, what could I be missing here.

Wolfgang: Apologise for html mail, my mistake. But I do see this issue as
falling on the line between u-boot and linux. Not sure if linux guys will
also push me to u-boot back again.
So, please see if you can offer some advice.

Regards,
Alfred



On 6/27/06, Ilya Yanok <ilya.yanok@gmail.com> wrote:
> 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.
>
>
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job 
> easier Download IBM WebSphere Application Server v.1.0.1 based on 
> Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216
> 42 _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
>

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users


Le informazioni trasmesse sono intese soltanto per la persona o l'ente cui
sono indirizzate e possono avere contenuto confidenziale e/o riservato. La
visione, la trasmissione, la diffusione o altro uso delle informazioni di
cui sopra e proibita a chiunque ad esclusione del legittimo destinatario. Se
avete ricevuto queste informazioni per errore, siete pregati di contattare
il mittente e cancellare il materiale ricevuto. (D.Lgs. 196/2003)

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, disclosure or other use of, or taking
of any action in reliance upon, this information by persons or entities
other than the intended recipient is prohibited. If you received this in
error, please contact the sender and delete the material from any computer.
(D.Lgs. 196/2003)

^ permalink raw reply	[flat|nested] 22+ messages in thread
* [U-Boot-Users] 1.1.4 and 2.6 kernel
@ 2006-06-27 18:19 Gary Sanders
  2006-06-27 20:24 ` Wolfgang Denk
  0 siblings, 1 reply; 22+ messages in thread
From: Gary Sanders @ 2006-06-27 18:19 UTC (permalink / raw)
  To: u-boot

Alfred,
 
There was something about new kernels not working with old boot loaders
due to the way clock speeds are passed to the kernel.   And I believe
the error you described below is the one they identified.  Prior to
2.4.5, they expected MHz.  Try changing the envar clocks_in_mhz to 0 to
get it pass Hz instead.
 
Gary


  _____  

	From: u-boot-users-bounces at lists.sourceforge.net
[mailto:u-boot-users-bounces at lists.sourceforge.net] On Behalf Of alfred
hitch
	Sent: Tuesday, June 27, 2006 1:44 AM
	To: u-boot-users at lists.sourceforge.net
	Subject: [U-Boot-Users] 1.1.4 and 2.6 kernel
	
	
	Hi All,
	
	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 ......"
	
	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 am new to u-boot and would appreciate some help on issue. any
pointers ?
	
	Regards,
	Alfred
	

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20060627/b025c3dc/attachment.htm 

^ permalink raw reply	[flat|nested] 22+ messages in thread
* [U-Boot-Users] 1.1.4 and 2.6 kernel
@ 2006-06-28  8:00 Andrea Gimignani
  0 siblings, 0 replies; 22+ messages in thread
From: Andrea Gimignani @ 2006-06-28  8:00 UTC (permalink / raw)
  To: u-boot


>> In 2.6 /dev/mtd0 and /dev/mtdblock0 represent the first partition.

> AFAIR this has always been the case; of course  the  first  partition can
be  configured
> such as to cover the whole device, but that is a completely different
story.

Oh, so my mistake.
I was speaking about my experience with the AT91RM9200 I used some time ago;
but maybe I misconfigured MTD on the 2.4 kernel.

PS sorry for my previous top-posting.

Bye,
Andrea Gimignani


Le informazioni trasmesse sono intese soltanto per la persona o l'ente cui
sono indirizzate e possono avere contenuto confidenziale e/o riservato. La
visione, la trasmissione, la diffusione o altro uso delle informazioni di
cui sopra e proibita a chiunque ad esclusione del legittimo destinatario. Se
avete ricevuto queste informazioni per errore, siete pregati di contattare
il mittente e cancellare il materiale ricevuto. (D.Lgs. 196/2003)

The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, disclosure or other use of, or taking
of any action in reliance upon, this information by persons or entities
other than the intended recipient is prohibited. If you received this in
error, please contact the sender and delete the material from any computer.
(D.Lgs. 196/2003)

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2006-07-23 12:48 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-27  8:43 [U-Boot-Users] 1.1.4 and 2.6 kernel alfred hitch
2006-06-27  8:50 ` Wolfgang Denk
2006-06-27 10:35 ` Ilya Yanok
2006-06-27 10:47   ` alfred hitch
2006-06-27 11:14     ` Ilya Yanok
2006-06-27 11:18     ` Andreas Schweigstill
2006-06-27 17:27 ` Michael Schwingen
2006-06-28  2:19   ` alfred hitch
2006-06-28  6:47     ` Wolfgang Denk
2006-06-28  7:03     ` Marc Leeman
2006-06-28  7:18     ` Michael Schwingen
2006-06-30  4:16       ` alfred hitch
2006-06-30  6:04         ` alfred hitch
2006-06-30  9:59           ` Stefan Roese
2006-07-01  5:09             ` alfred hitch
2006-07-23 12:48       ` [U-Boot-Users] 1.1.4 and 2.6 kernel - missing startup messages - solved! Michael Schwingen
  -- strict thread matches above, loose matches on Subject: below --
2006-06-27 13:06 [U-Boot-Users] 1.1.4 and 2.6 kernel Andrea Gimignani
2006-06-27 14:01 ` Wolfgang Denk
2006-06-27 17:44   ` Dave Hylands
2006-06-27 18:19 Gary Sanders
2006-06-27 20:24 ` Wolfgang Denk
2006-06-28  8:00 Andrea Gimignani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox