* [U-Boot-Users] boot kernel hanags with u-boot
@ 2007-07-21 7:00 rameah nathan
2007-07-23 9:22 ` Detlev Zundel
0 siblings, 1 reply; 4+ messages in thread
From: rameah nathan @ 2007-07-21 7:00 UTC (permalink / raw)
To: u-boot
Hi ,
I have booted my kernel (montavista) using flattened device tree that i
supply as third argument in bootm command through U-boot .But kernel hangs
after uncompressing the kernel and ramdisk image and i have attached the
screen shot as attachment , of it for your reference.Infact ihave checked
IMAP_ADDR and CFG_IMMR both are same in my case.Can anyone help me out where
exactly i am going wrong.I could be of great help if anyone reply me ASAP as
we already running out of time.
Regards,
K.V.Ramesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20070721/de165cb7/attachment.htm
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: output.txt
Url: http://lists.denx.de/pipermail/u-boot/attachments/20070721/de165cb7/attachment.txt
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] boot kernel hanags with u-boot
2007-07-21 7:00 [U-Boot-Users] boot kernel hanags with u-boot rameah nathan
@ 2007-07-23 9:22 ` Detlev Zundel
2007-08-06 5:25 ` Andy Fleming
0 siblings, 1 reply; 4+ messages in thread
From: Detlev Zundel @ 2007-07-23 9:22 UTC (permalink / raw)
To: u-boot
Hi Ramesh,
> I have booted my kernel (montavista) using flattened device tree that i
> supply as third argument in bootm command through U-boot .But kernel hangs
> after uncompressing the kernel and ramdisk image and i have attached the screen
> shot as attachment , of it for your reference.Infact ihave checked IMAP_ADDR
> and CFG_IMMR both are same in my case.Can anyone help me out where exactly i am
> going wrong.I could be of great help if anyone reply me ASAP as we already
> running out of time.
As we don't have the sources for your kernel tree, you cannot hope for
much help on this specific hangup here (apart from being offtopic on
the U-Boot mailing list).
Attach a debugger or ask the guys you have the kernel from.
Cheers
Detlev
--
-- Question authority!
-- Yeah, says who?
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] boot kernel hanags with u-boot
2007-07-23 9:22 ` Detlev Zundel
@ 2007-08-06 5:25 ` Andy Fleming
2007-08-06 6:38 ` Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: Andy Fleming @ 2007-08-06 5:25 UTC (permalink / raw)
To: u-boot
On 7/23/07, Detlev Zundel <dzu@denx.de> wrote:
> Hi Ramesh,
>
> > I have booted my kernel (montavista) using flattened device tree that i
> > supply as third argument in bootm command through U-boot .But kernel hangs
> > after uncompressing the kernel and ramdisk image and i have attached the screen
> > shot as attachment , of it for your reference.Infact ihave checked IMAP_ADDR
> > and CFG_IMMR both are same in my case.Can anyone help me out where exactly i am
> > going wrong.I could be of great help if anyone reply me ASAP as we already
> > running out of time.
>
You need a patch to u-boot to fix initrd/fdt loading. As a
workaround, you can try:
setenv initrd_high 0x1000000
This will restrict the ramdisk to the first 16M, and thus the flat
device tree, too. You can play around with that number. You want to
make sure that the start of the initrd image is within the first 16M
(address < 16M) of memory. If you can't do that, you'll need to grab
the patch to fix that bug.
It can be found here:
http://opensource.freescale.com/pub/scm/u-boot-85xx.git@the top of
the tree. You can use gitweb to grab it, too:
http://opensource.freescale.com/git?p=u-boot-85xx.git;a=commitdiff;h=41fcfecbd651acd91e7fa6acfd8598c26bdf445b
Andy
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] boot kernel hanags with u-boot
2007-08-06 5:25 ` Andy Fleming
@ 2007-08-06 6:38 ` Wolfgang Denk
0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2007-08-06 6:38 UTC (permalink / raw)
To: u-boot
In message <2acbd3e40708052225r64aaa5b7ncb354a07085e127c@mail.gmail.com> you wrote:
>
> You need a patch to u-boot to fix initrd/fdt loading. As a
...
> It can be found here:
...
Or use u-boot-testing, which should have this incorporated (or even
mainline, as I will merge -testing into main in the next few hours).
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Boss, n.: According to the Oxford English Dictionary, in the Middle
Ages the words "boss" and "botch" were largely synonymous, except
that boss, in addition to meaning "a supervisor of workers" also
meant "an ornamental stud."
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-08-06 6:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-21 7:00 [U-Boot-Users] boot kernel hanags with u-boot rameah nathan
2007-07-23 9:22 ` Detlev Zundel
2007-08-06 5:25 ` Andy Fleming
2007-08-06 6:38 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox