* [U-Boot-Users] do_bootm_linux problem
@ 2004-07-09 12:20 Oliver Fuchs
2004-07-09 14:12 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: Oliver Fuchs @ 2004-07-09 12:20 UTC (permalink / raw)
To: u-boot
Hi all,
I try port U-Boot 1.1.1 to a board with MPC8280.
It seems to work but booting the Linux kernel failed without any print after
"Uncompressing Kernel Image ... OK"
I have already checked the cases mentioned in DULG 13.2.5.
I found that within the function do_bootm_linux the pointer "kernel" is 0.
Within the global structure header I found the following:
header = (
ih_magic = 0x27051956,
ih_hcrc = 0x0,
ih_time = 0x40EBFB9A,
ih_size = 0x000863D7,
ih_load = 0x0,
ih_ep = 0x0,
ih_dcrc = 0xC3C4EF02,
ih_os = 0x5,
ih_arch = 0x7,
ih_type = 0x2,
ih_comp = 0x1,
ih_name = 'L', 'i', 'n', 'u', 'x', '-', '2', '.', '4', '.', '2', '4', '-', 'p', 'r', 'e', '2', '.')
The kernel is the one shipped with ELDK 3.0 made by make uImage.
What could be wrong?
Thanks in advance,
Oliver
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] do_bootm_linux problem
2004-07-09 12:20 [U-Boot-Users] do_bootm_linux problem Oliver Fuchs
@ 2004-07-09 14:12 ` Wolfgang Denk
0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2004-07-09 14:12 UTC (permalink / raw)
To: u-boot
Hello,
in message <40EEA9A9.21600.1528F53@localhost> you wrote:
>
> I try port U-Boot 1.1.1 to a board with MPC8280.
I recommend to use the top-of-trunk in the CVS for all ongoing work.
> It seems to work but booting the Linux kernel failed without any print after
> "Uncompressing Kernel Image ... OK"
> I have already checked the cases mentioned in DULG 13.2.5.
execellent!
> I found that within the function do_bootm_linux the pointer "kernel" is 0.
Whichi s perfectly OK.
> Within the global structure header I found the following:
This does not matter here at all.
> The kernel is the one shipped with ELDK 3.0 made by make uImage.
>
> What could be wrong?
The adaption of the Linux kernel for your board?
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
EARTH
smog | bricks
AIR -- mud -- FIRE
soda water | tequila
WATER
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot-Users] do_bootm_linux problem
@ 2004-07-09 15:17 yan weichuan
0 siblings, 0 replies; 3+ messages in thread
From: yan weichuan @ 2004-07-09 15:17 UTC (permalink / raw)
To: u-boot
I think you have to make sure that you serial port is working well for your
kernel.
pls check the command line in your linux config. Pay attention to choose
the ttyS0 or ttyS1 for your board, and set the baurdrate right both in the
command line and the terminal.
>From: "Oliver Fuchs" <olivers.lists@gmx.net>
>To: u-boot-users at lists.sourceforge.net
>Subject: [U-Boot-Users] do_bootm_linux problem
>Date: Fri, 09 Jul 2004 14:20:25 +0200
>
>Hi all,
>
>I try port U-Boot 1.1.1 to a board with MPC8280.
>It seems to work but booting the Linux kernel failed without any print
after
>"Uncompressing Kernel Image ... OK"
>I have already checked the cases mentioned in DULG 13.2.5.
>I found that within the function do_bootm_linux the pointer "kernel" is 0.
>Within the global structure header I found the following:
> header = (
> ih_magic = 0x27051956,
> ih_hcrc = 0x0,
> ih_time = 0x40EBFB9A,
> ih_size = 0x000863D7,
> ih_load = 0x0,
> ih_ep = 0x0,
> ih_dcrc = 0xC3C4EF02,
> ih_os = 0x5,
> ih_arch = 0x7,
> ih_type = 0x2,
> ih_comp = 0x1,
> ih_name = 'L', 'i', 'n', 'u', 'x', '-', '2', '.', '4', '.', '2', '4',
'-', 'p', 'r', 'e', '2', '.')
>
>The kernel is the one shipped with ELDK 3.0 made by make uImage.
>
>What could be wrong?
>
>Thanks in advance,
>Oliver
>
>
>-------------------------------------------------------
>This SF.Net email sponsored by Black Hat Briefings & Training.
>Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
>digital self defense, top technical experts, no vendor pitches,
>unmatched networking opportunities. Visit www.blackhat.com
>_______________________________________________
>U-Boot-Users mailing list
>U-Boot-Users at lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/u-boot-users
_________________________________________________________________
?????????????? MSN Messenger: http://messenger.msn.com/cn
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-07-09 15:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-09 12:20 [U-Boot-Users] do_bootm_linux problem Oliver Fuchs
2004-07-09 14:12 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2004-07-09 15:17 yan weichuan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.