public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: alayrac christophe <christophe.alayrac@cresitt.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] ML403 Uboot Linux Boot Error
Date: Fri, 29 Sep 2006 17:44:50 +0200	[thread overview]
Message-ID: <1159544690.19953.18.camel@localhost.localdomain> (raw)

I've continued my investigations and found out that the bootm function
unzip properly the kernel image (CRC ok) and then get into the 
do_bootm_Linux function.

Debuging that function bring following results :
	initrd_high is detected NULL, 
	current stack ends at 0x03EA9550
	=> set upper limit to 0x00800000
	No initrd image detected
	Transfering control to Linux (at address 00000000) ...
	OF_FLAT_TREE is ndef

Thus it means that I reach the last command of the do_bootm_Linux
	(*kernel) (kbd, initrd_start, initrd_end, cmd_start, cmd_end);

but the Kernel dif not start...

If it could help my memory map is:
	UART16550	0x9000 0000	0x9000 01FF
	I2C		0xA800 0000	0xA800 01FF
	SysAce		0xCF00 0000	0xCF00 01FF
	intC		0xD100 0FC0	0xD100 0FDF
	SRAM (1M)	0x2000 0000	0x200F FFFF
	Flash(8M)	0x2800 0000	0x287F FFFF	Not used
	RAM DDR2 (256M)	0x0000 0000	0x0FFF FFFF
	RAM OCM (BRAM)	0xFFFF 0000	0xFFFF FFFF

a fatload of the kernel image at address 0x400000 (DDR2 RAM) or
0x20000000 (SRAM) bring same error.

Any help would be greatly appreciated.

Regards

Chrsi

             reply	other threads:[~2006-09-29 15:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-29 15:44 alayrac christophe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-10-06 15:49 [U-Boot-Users] ML403 Uboot Linux Boot Error alayrac christophe
2006-10-06 15:10 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1159544690.19953.18.camel@localhost.localdomain \
    --to=christophe.alayrac@cresitt.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox