public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Unable to boot linux 2.6.25 with U-Boot 1.1.4
@ 2008-06-24 14:04 rohit h
  2008-06-24 15:35 ` michael
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: rohit h @ 2008-06-24 14:04 UTC (permalink / raw)
  To: u-boot

Hello everyone.
I have got a modified u-boot source which boots vanilla 2.6.22 kernel,
but is unable to boot vanilla 2.6.25.

The message I get is this :
Uncompressing Linux..........................................................................................
done, booting the kernel.

Nothing shows up after this.
The modified U-Boot version is "U-Boot 1.1.4".

Could somebody help.
Thanks in advance
Rohit

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

* [U-Boot-Users] Unable to boot linux 2.6.25 with U-Boot 1.1.4
  2008-06-24 14:04 [U-Boot-Users] Unable to boot linux 2.6.25 with U-Boot 1.1.4 rohit h
@ 2008-06-24 15:35 ` michael
  2008-06-25 12:59   ` rohit h
  2008-06-24 16:04 ` Gary Jennejohn
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 10+ messages in thread
From: michael @ 2008-06-24 15:35 UTC (permalink / raw)
  To: u-boot

Hi,
rohit h wrote:
> Hello everyone.
> I have got a modified u-boot source which boots vanilla 2.6.22 kernel,
> but is unable to boot vanilla 2.6.25.
>
> The message I get is this :
> Uncompressing Linux..........................................................................................
> done, booting the kernel.
Activate in the linux kernel CONFIG_LL_DEBUG ( maybe ?! ) and check
that the u_boot_board_id == linux_board_id


Regards Michael

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

* [U-Boot-Users] Unable to boot linux 2.6.25 with U-Boot 1.1.4
  2008-06-24 14:04 [U-Boot-Users] Unable to boot linux 2.6.25 with U-Boot 1.1.4 rohit h
  2008-06-24 15:35 ` michael
@ 2008-06-24 16:04 ` Gary Jennejohn
  2008-06-25 13:00   ` rohit h
  2008-06-24 16:04 ` Timur Tabi
  2008-06-25 14:04 ` Andrejs Cainikovs
  3 siblings, 1 reply; 10+ messages in thread
From: Gary Jennejohn @ 2008-06-24 16:04 UTC (permalink / raw)
  To: u-boot

On Tue, 24 Jun 2008 19:34:13 +0530
"rohit h" <hrohit85@gmail.com> wrote:

> Hello everyone.
> I have got a modified u-boot source which boots vanilla 2.6.22 kernel,
> but is unable to boot vanilla 2.6.25.
> 
> The message I get is this :
> Uncompressing Linux..........................................................................................
> done, booting the kernel.
> 
> Nothing shows up after this.
> The modified U-Boot version is "U-Boot 1.1.4".
> 
> Could somebody help.
> Thanks in advance
>

Do you have CONFIG_CLOCKS_IN_MHZ defined?  If so, try turning it off.

---
Gary Jennejohn
*********************************************************************
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
*********************************************************************

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

* [U-Boot-Users] Unable to boot linux 2.6.25 with U-Boot 1.1.4
  2008-06-24 14:04 [U-Boot-Users] Unable to boot linux 2.6.25 with U-Boot 1.1.4 rohit h
  2008-06-24 15:35 ` michael
  2008-06-24 16:04 ` Gary Jennejohn
@ 2008-06-24 16:04 ` Timur Tabi
  2008-06-24 18:20   ` Scott Wood
  2008-06-25 14:04 ` Andrejs Cainikovs
  3 siblings, 1 reply; 10+ messages in thread
From: Timur Tabi @ 2008-06-24 16:04 UTC (permalink / raw)
  To: u-boot

rohit h wrote:
> Hello everyone.
> I have got a modified u-boot source which boots vanilla 2.6.22 kernel,
> but is unable to boot vanilla 2.6.25.

1.1.4 is too old to boot such a modern kernel.

-- 
Timur Tabi
Linux kernel developer at Freescale

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

* [U-Boot-Users] Unable to boot linux 2.6.25 with U-Boot 1.1.4
  2008-06-24 16:04 ` Timur Tabi
@ 2008-06-24 18:20   ` Scott Wood
  2008-06-24 18:22     ` Scott Wood
  0 siblings, 1 reply; 10+ messages in thread
From: Scott Wood @ 2008-06-24 18:20 UTC (permalink / raw)
  To: u-boot

On Tue, Jun 24, 2008 at 11:04:55AM -0500, Timur Tabi wrote:
> rohit h wrote:
> > Hello everyone.
> > I have got a modified u-boot source which boots vanilla 2.6.22 kernel,
> > but is unable to boot vanilla 2.6.25.
> 
> 1.1.4 is too old to boot such a modern kernel.

No, it's not -- it should be quite capable of booting current kernels using
cuImage.  Passing a device tree is more questionable, if it's even supported
at all.

-Scott

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

* [U-Boot-Users] Unable to boot linux 2.6.25 with U-Boot 1.1.4
  2008-06-24 18:20   ` Scott Wood
@ 2008-06-24 18:22     ` Scott Wood
  0 siblings, 0 replies; 10+ messages in thread
From: Scott Wood @ 2008-06-24 18:22 UTC (permalink / raw)
  To: u-boot

On Tue, Jun 24, 2008 at 01:20:28PM -0500, Scott Wood wrote:
> On Tue, Jun 24, 2008 at 11:04:55AM -0500, Timur Tabi wrote:
> > rohit h wrote:
> > > Hello everyone.
> > > I have got a modified u-boot source which boots vanilla 2.6.22 kernel,
> > > but is unable to boot vanilla 2.6.25.
> > 
> > 1.1.4 is too old to boot such a modern kernel.
> 
> No, it's not -- it should be quite capable of booting current kernels using
> cuImage.  Passing a device tree is more questionable, if it's even supported
> at all.

To clarify, the above applies on powerpc.  It seems the original poster
never specified what sort of hardware was involved.

-Scott

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

* [U-Boot-Users] Unable to boot linux 2.6.25 with U-Boot 1.1.4
  2008-06-24 15:35 ` michael
@ 2008-06-25 12:59   ` rohit h
  2008-06-25 14:13     ` Andrejs Cainikovs
  0 siblings, 1 reply; 10+ messages in thread
From: rohit h @ 2008-06-25 12:59 UTC (permalink / raw)
  To: u-boot

On Tue, Jun 24, 2008 at 9:05 PM, michael <trimarchi@gandalf.sssup.it> wrote:
> Activate in the linux kernel CONFIG_LL_DEBUG ( maybe ?! ) and check
> that the u_boot_board_id == linux_board_id

I am working on OMAP2420 (ARM 11) based apollon board.
The board id in u-boot is ( in file board/apollon.c, board_init() ):
gd->bd->bi_arch_number = 919;

The board id in linux-2.6.22, linux-2.6.25 ( as defined in
arch/arm/tools/mach-types ) :
omap_apollon            MACH_OMAP_APOLLON       OMAP_APOLLON            919

Thanks,
Rohit

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

* [U-Boot-Users] Unable to boot linux 2.6.25 with U-Boot 1.1.4
  2008-06-24 16:04 ` Gary Jennejohn
@ 2008-06-25 13:00   ` rohit h
  0 siblings, 0 replies; 10+ messages in thread
From: rohit h @ 2008-06-25 13:00 UTC (permalink / raw)
  To: u-boot

On Tue, Jun 24, 2008 at 9:34 PM, Gary Jennejohn <garyj@denx.de> wrote:
>
> Do you have CONFIG_CLOCKS_IN_MHZ defined?  If so, try turning it off.
>

Nope, it is undefined.

Thanks,
Rohit

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

* [U-Boot-Users] Unable to boot linux 2.6.25 with U-Boot 1.1.4
  2008-06-24 14:04 [U-Boot-Users] Unable to boot linux 2.6.25 with U-Boot 1.1.4 rohit h
                   ` (2 preceding siblings ...)
  2008-06-24 16:04 ` Timur Tabi
@ 2008-06-25 14:04 ` Andrejs Cainikovs
  3 siblings, 0 replies; 10+ messages in thread
From: Andrejs Cainikovs @ 2008-06-25 14:04 UTC (permalink / raw)
  To: u-boot

An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20080625/fa9639b7/attachment.htm 

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

* [U-Boot-Users] Unable to boot linux 2.6.25 with U-Boot 1.1.4
  2008-06-25 12:59   ` rohit h
@ 2008-06-25 14:13     ` Andrejs Cainikovs
  0 siblings, 0 replies; 10+ messages in thread
From: Andrejs Cainikovs @ 2008-06-25 14:13 UTC (permalink / raw)
  To: u-boot

rohit h wrote:
> I am working on OMAP2420 (ARM 11) based apollon board.
>   
Sorry, missed that..
Don't sure about this particular CPU, but with Atmel's AT91 there was 
some migration to new serial driver interface.
I faced similar problem when booting 2.6.25 kernel, but after studying 
some code - something related to serial was missing in map_io.

Kind regards,
Andrejs Cainikovs.

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

end of thread, other threads:[~2008-06-25 14:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-24 14:04 [U-Boot-Users] Unable to boot linux 2.6.25 with U-Boot 1.1.4 rohit h
2008-06-24 15:35 ` michael
2008-06-25 12:59   ` rohit h
2008-06-25 14:13     ` Andrejs Cainikovs
2008-06-24 16:04 ` Gary Jennejohn
2008-06-25 13:00   ` rohit h
2008-06-24 16:04 ` Timur Tabi
2008-06-24 18:20   ` Scott Wood
2008-06-24 18:22     ` Scott Wood
2008-06-25 14:04 ` Andrejs Cainikovs

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