
9 Apr
2012
9 Apr
'12
3:43 p.m.
Dear all,
I'm try to execute hello_world standalone after booting u-boot.
In examples/Makefile, I found load address where I'm loading hello_world.bin (via tftp).
ifeq ($(ARCH),arm) LOAD_ADDR = 0xc100000 endif
OK6410 # bootelf c100000
## No elf image at address 0x0c100000
OK6410 # go c100000
## Starting application at 0x0C100000 ...
<<< No response from here >>>
I also check with objdump as,
arm-linux-objdump -d hello_world | less
And found:
0c100000 <hello_world>.
Can any one suggest me if I'm wrong in any process to execute standalone binary from u-boot ?
Viral