[U-Boot] Standalone Binary

2012-04-09 Thread Viral Sachde
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 = 0xc10 endif OK6410 # bootelf c10 ## No elf image at address 0x0c10 OK6410 # go c10

Re: [U-Boot] Standalone Binary

2012-04-09 Thread Viral Sachde
On Mon, Apr 9, 2012 at 11:32 PM, Wolfgang Denk wrote: > Dear Viral Sachde, > > In message > you > wrote: >> >> I'm try to execute hello_world standalone after booting u-boot. >> >> In examples/Makefile, I found load address where I'm loadin