public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Problem with Lite5200 DDR configuration
@ 2007-09-27  9:41 Prakash
  0 siblings, 0 replies; 2+ messages in thread
From: Prakash @ 2007-09-27  9:41 UTC (permalink / raw)
  To: u-boot


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.

 

 

In the README for Icecube is as follows

 

------------------------------------------------------------------------
---

Build target                Flash address | BDI "go" command | Reset
Vector

------------------------------------------------------------------------
---

Lite5200                     0xFFF00000   |    0xFFF00100    |
0xFFF00100

Lite5200_LOWBOOT             0xFF000000   |    0xFF000100    |
0x00000100

Lite5200_LOWBOOT08           0xFF800000   |    0xFF800100    |
0x00000100

icecube_5200                 0xFFF00000   |    0xFFF00100    |
0xFFF00100

icecube_5200_LOWBOOT         0xFF000000   |    0xFF000100    |
0x00000100

icecube_5200_LOWBOOT08       0xFF800000   |    0xFF800100    |
0x00000100

icecube_5200_DDR             0xFFF00000   |    0xFFF00100    |
0xFFF00100

icecube_5200_DDR_LOWBOOT     0xFF800000   |    0xFF800100    |
0x00000100

icecube_5200_DDR_LOWBOOT08   0xFF800000   |    0xFF800100    |
0x00000100

------------------------------------------------------------------------
---

 

Can any one help me to find out the issue?

 

 

Thanks & Regards,

 

P.Prakash

 



DISCLAIMER:
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in 
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of 
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have 
received this email in error please delete it and notify the sender immediately. Before opening any mail and 
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20070927/7e59396e/attachment.htm 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot-Users] Problem with Lite5200 DDR configuration
       [not found] ` <66E8AEE9980BB44CA5FCAD39EBA56AC60271BBB9@CHN-HCLT-EVS02.HCLT.C ORP.HCL.IN>
@ 2007-09-27 11:54   ` Txema Lopez
  0 siblings, 0 replies; 2+ messages in thread
From: Txema Lopez @ 2007-09-27 11:54 UTC (permalink / raw)
  To: u-boot

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 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-27 11:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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   ` [U-Boot-Users] Problem with Lite5200 DDR configuration Txema Lopez
2007-09-27  9:41 Prakash

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox