From mboxrd@z Thu Jan 1 00:00:00 1970 From: Detlev Zundel Date: Wed, 14 Nov 2007 11:50:25 +0100 Subject: [U-Boot-Users] u-boot "go" command query In-Reply-To: <13739789.post@talk.nabble.com> (Verma's message of "Tue\, 13 Nov 2007 20\:29\:17 -0800 \(PST\)") References: <13523892.post@talk.nabble.com> <13739789.post@talk.nabble.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Verma, > When we have obtained the symbol table for the stand alone application , we > have noticed that the addresses of all the global variables and function > definitions are starting with 0x802xxxxx. Hence, any standalone application > developed for INCA-IP has to be copied into the 0x80200000 location of the > RAM. If you check examples/Makefile, you will notice these two lines: ifeq ($(ARCH),mips) LOAD_ADDR = 0x80200000 -T mips.lds endif So your hypothesis is correct, as the binary is intentionally linked to that address on MIPS platforms. Cheers Detlev -- (let ((s "bottles of beer on the wall")) ((lambda (f) (f f 99)) (lambda (f i) (or (= i 0) (format #t "~a ~a - take one down pass it around ~a ~a\n" i s (- i 1) s) (f f (- i 1)))))) -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu at denx.de