public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Sharad P. Katti <sharad.katti@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Booting From hard disk.
Date: Mon, 13 Dec 2004 21:50:16 +0530	[thread overview]
Message-ID: <eae046ff041213082036dfdb35@mail.gmail.com> (raw)
In-Reply-To: <20041212175602.516BAC1430@atlas.denx.de>

Hi,


> Are you sure that your image is working at all? Does it boot when you
> download it over TFTP and boot then?

Since there is no net option in our board, we cant check this.


> You should know the memory map of your board better that we.  In  any
> case it seems likely to me that there is flash or ROM at address 0 on
> your  board,  and  not  RAM,  so  using  0x0000 as load & entry point
> address is obviously plain wrong.

in our board, the ram starts from 0xa0000000, and is of 32 MB.
while creating the uImage, the load address and entry point as 0xa0008000,
and we are loading the image from IDE device to the RAM as,

$diskboot 0xa0001000 0:1

and then,
 $bootm 0xa0001000 to boot from that location.

We are able to get the uImage header information properly,
but after the "Starting kernel", it is restarting, with "data abort"

> Neither one nor the  other.  U-Boot  is  _attempting_  to  start  the
> kernel, which is not there where you pretend it is.
 
We have checked the contents of RAM, using md, it is properly copied
at 0xa0001000.
then, after restarting, we cheked the contents at 0xa0008000, at the
both the locations,
the kernel is proper.

best regards,
-- 
Sharad P.Katti

"GOD is real, unless declared as an int"

  reply	other threads:[~2004-12-13 16:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-11 16:04 [U-Boot-Users] Booting From hard disk Sharad P. Katti
2004-12-11 16:42 ` Wolfgang Grandegger
2004-12-12  9:55   ` Sharad P. Katti
2004-12-12 17:55     ` Wolfgang Denk
2004-12-13 16:20       ` Sharad P. Katti [this message]
2004-12-13 21:22         ` Wolfgang Denk
2004-12-14  7:10           ` Sharad P. Katti
2004-12-15 21:13     ` [U-Boot-Users] Re: One more step to conclude the u-boot port to pxa255 board Seido Nakanishi
2004-12-15 21:32       ` 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=eae046ff041213082036dfdb35@mail.gmail.com \
    --to=sharad.katti@gmail.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