[U-Boot-Users] Executing an application from a specific address
Michael Kress
m-kress at m-kress.de
Thu Sep 1 19:25:29 CEST 2005
On Thursday 01 September 2005 12:44, Swapnil Ashok Narkhede wrote:
> I have a pxa250 (ARM)processor on Accelent board.
> As per Readme.Standalone i should be loading the
> application at 0x0c100000 and executing from the
> same address.But no where in the hello_world.c
> i find any link which tells the application that it should
> stick to the above specified address.
Look into the Makefile in the directory examples....
- Load the hello_world.bin into RAM (the address, you used in the
Makefile),
- add 4Bytes to the address where you loaded it and
- use this address to start the programm with the command "go"
--
Servus
Michael
GPG-Key: 0x9BCC737E
More information about the U-Boot
mailing list