
8 Oct
2005
8 Oct
'05
2:58 p.m.
In message 20051008113037.78505.qmail@web50814.mail.yahoo.com you wrote:
I have transplant u-boot to my S3C44B0 board and i run hello world demo but it's prompt => go c008000 ## Starting application at 0x0C008000 ...
then it's dead
That's not exactly a surprise. The code is not relocatable. You must load it to and start it at the address it was linked for.
i want know what reason cause it
You ignored the fact that the load address on ARM is defined as 0xC100000.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
I had the rare misfortune of being one of the first people to try and
implement a PL/1 compiler. -- T. Cheatham