* [U-Boot-Users] need for explaination
@ 2007-07-31 13:31 rameah nathan
2007-07-31 13:42 ` Scott Wood
0 siblings, 1 reply; 2+ messages in thread
From: rameah nathan @ 2007-07-31 13:31 UTC (permalink / raw)
To: u-boot
Hi All,
I like to clarify one doubt ,when i try to boot my kernel using
ramdisk image via bootm command .I have back traced the cmd_bootm.c(Version
u_boot-1.1.6 in the common directory) our code flow hangs at the following
function:
(*kernel) (kbd, initrd_start, initrd_end, cmd_start, cmd_end);
it's calling function pointer .It hangs at this call can any one help me out
where is the exact definition of this function call so that i can proceed
further.I think it should be in the u-boot side.It will be of great help if
any one reply me ASAP in this regard.
Regards
Ramesh.K.V
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20070731/8286ee03/attachment.htm
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot-Users] need for explaination
2007-07-31 13:31 [U-Boot-Users] need for explaination rameah nathan
@ 2007-07-31 13:42 ` Scott Wood
0 siblings, 0 replies; 2+ messages in thread
From: Scott Wood @ 2007-07-31 13:42 UTC (permalink / raw)
To: u-boot
rameah nathan wrote:
> Hi All,
> I like to clarify one doubt ,when i try to boot my kernel using
> ramdisk image via bootm command .I have back traced the cmd_bootm.c(Version
> u_boot-1.1.6 in the common directory) our code flow hangs at the following
> function:
>
> (*kernel) (kbd, initrd_start, initrd_end, cmd_start, cmd_end);
>
> it's calling function pointer .It hangs at this call can any one help me out
> where is the exact definition of this function call so that i can proceed
> further.
That's the branch to the kernel. Either you didn't load the kernel
properly, or (more likely) the kernel simply isn't working, and needs to
be debugged.
-Scott
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-07-31 13:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-31 13:31 [U-Boot-Users] need for explaination rameah nathan
2007-07-31 13:42 ` Scott Wood
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox