public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Burning U-boot on 460EX using BDI3000
@ 2008-09-01 16:43 Felix Radensky
  2008-09-01 17:11 ` David Hawkins
  2008-09-02  2:47 ` Victor Gallardo
  0 siblings, 2 replies; 4+ messages in thread
From: Felix Radensky @ 2008-09-01 16:43 UTC (permalink / raw)
  To: u-boot

Hi,

Can U-boot be burned on 460EX based board (using BDI3000)
without configuring DDR controller ? The BDI configuration file
for Canyonlands board on Denx site
http://www.denx.de/wiki/view/DULG/Appendix#Section_13.1.
has no DDR setup, but also doesn't work on Canyonlands
(fails on flash erase). The configuration file from AMCC site
does work, but it contains full DDR setup.

Thanks a lot.

Felix.

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

* [U-Boot] Burning U-boot on 460EX using BDI3000
  2008-09-01 16:43 [U-Boot] Burning U-boot on 460EX using BDI3000 Felix Radensky
@ 2008-09-01 17:11 ` David Hawkins
  2008-09-02  2:47 ` Victor Gallardo
  1 sibling, 0 replies; 4+ messages in thread
From: David Hawkins @ 2008-09-01 17:11 UTC (permalink / raw)
  To: u-boot

Hi Felix,

> Can U-boot be burned on 460EX based board (using BDI3000)
> without configuring DDR controller? The BDI configuration file
> for Canyonlands board on Denx site
> http://www.denx.de/wiki/view/DULG/Appendix#Section_13.1.
> has no DDR setup, but also doesn't work on Canyonlands
> (fails on flash erase). The configuration file from AMCC site
> does work, but it contains full DDR setup.

It should be possible.

A BDI2000 configuration file flash section looks
something like this:

; =================================================================
[FLASH]
CHIPTYPE    MIRRORX16   ;Flash type: Spansion S29GL256N 32MB
CHIPSIZE    0x2000000   ;The size of one flash chip in bytes
BUSWIDTH    16          ;The width of the flash memory bus in bits
                         ; (8 | 16 | 32 | 64)
;WORKSPACE   0x1000      ;workspace in DDR RAM
FILE        u-boot-1.3.1.bin
FORMAT      BIN 0xfe000000
ERASE       0xfe000000  ;erase sector 0 (128kB sectors)
ERASE       0xfe020000  ;erase sector 1


Make sure to comment out WORKSPACE, and the BDI should
be able to program the board flash without needing DDR
configured.

Cheers,
Dave

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

* [U-Boot] Burning U-boot on 460EX using BDI3000
  2008-09-01 16:43 [U-Boot] Burning U-boot on 460EX using BDI3000 Felix Radensky
  2008-09-01 17:11 ` David Hawkins
@ 2008-09-02  2:47 ` Victor Gallardo
  2008-09-02  8:26   ` Felix Radensky
  1 sibling, 1 reply; 4+ messages in thread
From: Victor Gallardo @ 2008-09-02  2:47 UTC (permalink / raw)
  To: u-boot

 
Hi Felix,

Here is my BDI configuration file for Canyonlands.

This one should work for you. This one configures OCM instead DDR.

-Victor Gallardo


-----Original Message-----
From: u-boot-bounces@lists.denx.de [mailto:u-boot-bounces at lists.denx.de]
On Behalf Of Felix Radensky
Sent: Monday, September 01, 2008 9:43 AM
To: U-Boot
Subject: [U-Boot] Burning U-boot on 460EX using BDI3000

Hi,

Can U-boot be burned on 460EX based board (using BDI3000) without
configuring DDR controller ? The BDI configuration file for Canyonlands
board on Denx site
http://www.denx.de/wiki/view/DULG/Appendix#Section_13.1.
has no DDR setup, but also doesn't work on Canyonlands (fails on flash
erase). The configuration file from AMCC site does work, but it contains
full DDR setup.

Thanks a lot.

Felix.
_______________________________________________
U-Boot mailing list
U-Boot at lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
-------------- next part --------------
A non-text attachment was scrubbed...
Name: amcc_evb460ex.cfg
Type: application/octet-stream
Size: 3808 bytes
Desc: amcc_evb460ex.cfg
Url : http://lists.denx.de/pipermail/u-boot/attachments/20080901/23902056/attachment.obj 

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

* [U-Boot] Burning U-boot on 460EX using BDI3000
  2008-09-02  2:47 ` Victor Gallardo
@ 2008-09-02  8:26   ` Felix Radensky
  0 siblings, 0 replies; 4+ messages in thread
From: Felix Radensky @ 2008-09-02  8:26 UTC (permalink / raw)
  To: u-boot

Hi, Victor

Victor Gallardo wrote:
>  
> Hi Felix,
>
> Here is my BDI configuration file for Canyonlands.
>
> This one should work for you. This one configures OCM instead DDR.
>
> -Victor Gallardo
>
>   
Your configuration works fine, thanks a lot.

Felix.

> -----Original Message-----
> From: u-boot-bounces at lists.denx.de [mailto:u-boot-bounces at lists.denx.de]
> On Behalf Of Felix Radensky
> Sent: Monday, September 01, 2008 9:43 AM
> To: U-Boot
> Subject: [U-Boot] Burning U-boot on 460EX using BDI3000
>
> Hi,
>
> Can U-boot be burned on 460EX based board (using BDI3000) without
> configuring DDR controller ? The BDI configuration file for Canyonlands
> board on Denx site
> http://www.denx.de/wiki/view/DULG/Appendix#Section_13.1.
> has no DDR setup, but also doesn't work on Canyonlands (fails on flash
> erase). The configuration file from AMCC site does work, but it contains
> full DDR setup.
>
> Thanks a lot.
>
> Felix.
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>   

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

end of thread, other threads:[~2008-09-02  8:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-01 16:43 [U-Boot] Burning U-boot on 460EX using BDI3000 Felix Radensky
2008-09-01 17:11 ` David Hawkins
2008-09-02  2:47 ` Victor Gallardo
2008-09-02  8:26   ` Felix Radensky

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