* [U-Boot-Users] Re: Download U-Boot in RAM on Memec Board
[not found] <20050426221217.98E031224C@sc8-sf-spam2.sourceforge.net>
@ 2005-04-27 15:01 ` Pierre Kestener
0 siblings, 0 replies; only message in thread
From: Pierre Kestener @ 2005-04-27 15:01 UTC (permalink / raw)
To: u-boot
>Subject: [U-Boot-Users] Download U-Boot in RAM on Memec Board
>
>Hei at all
>
>I have comiled u-boot and want to download the u-boot in RAM on Memec Evaluation Board.
>The board has 64K RAM and address is 0x00000000 to 0x03FFFFFF.
>
>When i use the commands described in examples e.g.
>xmd> ppcconnect
>xmd> dow uboot.elf
>xmd> run
>the xmd begins to download at address 0x04000000 !!! and at the console I get information
>on which addresses the sectors were placed.
>
>
>
You have to change TEXT_BASE (see "board/xilinx/ml300/config.mk" file,
default is 0x04000000) to some address inside RAM (for example 0x100000)
and change accordingly CFG_MONITOR_BASE in file
"include/configs/ml300.h" (see README at top of u-boot sources).
It should be sufficient to run u-boot this way on a Memec board via xmd.
Pierre Kestener.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-04-27 15:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20050426221217.98E031224C@sc8-sf-spam2.sourceforge.net>
2005-04-27 15:01 ` [U-Boot-Users] Re: Download U-Boot in RAM on Memec Board Pierre Kestener
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox