From: Txema Lopez <tlopez@aotek.es>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Problem with Lite5200 DDR configuration
Date: Thu, 27 Sep 2007 13:54:55 +0200 [thread overview]
Message-ID: <46FB9A0F.6050102@aotek.es> (raw)
In-Reply-To: <66E8AEE9980BB44CA5FCAD39EBA56AC60271BBB9@CHN-HCLT-EVS02.HCLT.C ORP.HCL.IN>
Prakash Palanisamy, TLS-Chennai wrote:
> Hi,
>
> We are using u-Boot in Lite5200B with DDR. We compiled the u-Boot with
> ? icecube_5200_DDR_LOWBOOT_config? option and flashed the image in to
> flash at * 0xFF800000 * .
>
> The problem we are facing is,
>
> The image is *booting* only if we flash the image in *both (0xFF800000
> and 0xFF000000) places*. The reset vector for the two configurations
> (icecube_5200_LOWBOOT & icecube_5200_DDR_LOWBOOT) are same.
>
> We have tried by writing different images in these locations and found
> that the booted image is the one which is flashed in 0xFF800000. But
> if erase the image at 0xFF000000, it is not booting.
>
The Lite5200B has two banks of 16Mbtes flash, so if you flashed U-Boot
in the 0xFF800000 you are putting it in the meddle of the flash, nor in
theLOWBOOT location, nor in the HIGH boot location. When you flash a new
U-Boot in the 0xFF000000 the system starts from this location but I
think there is a jump to the U-Boot flashed in the 0xFF800000 because
your TEXT_BASE ( the address reference for the linker) in U-Boot is
0xFF800000.
The correct address for the LOWBOOT in the Lite5200B is 0xFF000000.
Best Regards,
Txema.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tlopez.vcf
Type: text/x-vcard
Size: 324 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20070927/e753f4bd/attachment.vcf
next parent reply other threads:[~2007-09-27 11:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <66E8AEE9980BB44CA5FCAD39EBA56AC60271BBB9@CHN-HCLT-EVS02.HCLT.CO RP.HCL.IN>
[not found] ` <66E8AEE9980BB44CA5FCAD39EBA56AC60271BBB9@CHN-HCLT-EVS02.HCLT.C ORP.HCL.IN>
2007-09-27 11:54 ` Txema Lopez [this message]
2007-09-27 9:41 [U-Boot-Users] Problem with Lite5200 DDR configuration Prakash
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=46FB9A0F.6050102@aotek.es \
--to=tlopez@aotek.es \
--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 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.