* [U-Boot-Users] u-boot "go" command query
@ 2007-11-01 5:59 Verma
2007-11-01 14:45 ` Wolfgang Denk
2007-11-14 4:29 ` Verma
0 siblings, 2 replies; 4+ messages in thread
From: Verma @ 2007-11-01 5:59 UTC (permalink / raw)
To: u-boot
Hi ,
I have copied ".bin" file of an application program onto "0xb0300000" flash
location in the INCA-IP board from Infineon .
When trying to execute this application from flash , using "go 0xb0300000" ,
the following message is displayed.
INCA-IP-ROM # go 0xb0300000
## Starting application at 0xB0300000 ...
After this message , no more execution was happening ( the board is
hanging).
Kindly, provide me with tips on how I can solve this issue..
Thank You,
Verma.
--
View this message in context: http://www.nabble.com/u-boot-%22go%22-command-query-tf4729580.html#a13523892
Sent from the Uboot - Users mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] u-boot "go" command query
2007-11-01 5:59 [U-Boot-Users] u-boot "go" command query Verma
@ 2007-11-01 14:45 ` Wolfgang Denk
2007-11-14 4:29 ` Verma
1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2007-11-01 14:45 UTC (permalink / raw)
To: u-boot
In message <13523892.post@talk.nabble.com> you wrote:
>
> I have copied ".bin" file of an application program onto "0xb0300000" flash
> location in the INCA-IP board from Infineon .
> When trying to execute this application from flash , using "go 0xb0300000" ,
> the following message is displayed.
>
> INCA-IP-ROM # go 0xb0300000
> ## Starting application at 0xB0300000 ...
>
> After this message , no more execution was happening ( the board is
> hanging).
>
> Kindly, provide me with tips on how I can solve this issue..
Did you read the FAQ? Especially
http://www.denx.de/wiki/view/DULG/MyStandaloneProgramDoesNotWork ???
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I am more bored than you could ever possibly be. Go back to work.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] u-boot "go" command query
2007-11-01 5:59 [U-Boot-Users] u-boot "go" command query Verma
2007-11-01 14:45 ` Wolfgang Denk
@ 2007-11-14 4:29 ` Verma
2007-11-14 10:50 ` Detlev Zundel
1 sibling, 1 reply; 4+ messages in thread
From: Verma @ 2007-11-14 4:29 UTC (permalink / raw)
To: u-boot
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.
Verma.
Verma wrote:
>
> Hi ,
>
> I have copied ".bin" file of an application program onto "0xb0300000"
> flash location in the INCA-IP board from Infineon .
> When trying to execute this application from flash , using "go 0xb0300000"
> , the following message is displayed.
>
> INCA-IP-ROM # go 0xb0300000
> ## Starting application at 0xB0300000 ...
>
> After this message , no more execution was happening ( the board is
> hanging).
>
> Kindly, provide me with tips on how I can solve this issue..
>
> Thank You,
> Verma.
>
--
View this message in context: http://www.nabble.com/u-boot-%22go%22-command-query-tf4729580.html#a13739789
Sent from the Uboot - Users mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot-Users] u-boot "go" command query
2007-11-14 4:29 ` Verma
@ 2007-11-14 10:50 ` Detlev Zundel
0 siblings, 0 replies; 4+ messages in thread
From: Detlev Zundel @ 2007-11-14 10:50 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-11-14 10:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-01 5:59 [U-Boot-Users] u-boot "go" command query Verma
2007-11-01 14:45 ` Wolfgang Denk
2007-11-14 4:29 ` Verma
2007-11-14 10:50 ` Detlev Zundel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox