
Dear Sebastien,
in message 10317276.post@talk.nabble.com you wrote:
It turned my into a tiny worm, but that is the game ;-)
That was definitely not my intention...
- You just have a look at the messages that are printed when
building and linking your SA application; the start address of the text segment is easily visible there.
i will check it, can OBJDUMP ma be an help ? i
Just check the compiler messages for the "examples" files.
- You could try and look at the source code, for example in
"examples/Makefile"...
i have done it but u-boot makefile are very generic, it is difficlt to read them for a rookie like me ;-)
Well, did you check "examples/Makefile" ? Right at the beginning it reads:
ifeq ($(ARCH),arm) LOAD_ADDR = 0xc100000 endif
I have read it now ;-) i will test it today.
Good luck!
Thanx again for the time you spend (or waste) to help me.
You are welcome.
Best regards,
Wolfgang Denk