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
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
2 matches
Mail list logo