public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Pierre Kestener <pierre.kestener@cea.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Re: Download U-Boot in RAM on Memec Board
Date: Wed, 27 Apr 2005 17:01:35 +0200	[thread overview]
Message-ID: <426FA94F.8070500@cea.fr> (raw)
In-Reply-To: <20050426221217.98E031224C@sc8-sf-spam2.sourceforge.net>

>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.

           reply	other threads:[~2005-04-27 15:01 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20050426221217.98E031224C@sc8-sf-spam2.sourceforge.net>]

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=426FA94F.8070500@cea.fr \
    --to=pierre.kestener@cea.fr \
    --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