[U-Boot-Users] problem about transplant u-boot to S3C44B0

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 i want know what reason cause it
__________________________________ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs

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
participants (2)
-
du rui
-
Wolfgang Denk