Re: [U-Boot] Standalone Binary

2012-04-09 Thread Wolfgang Denk
Dear Viral Sachde, In message you wrote: > > I forgot to mention but I did tried -nm too as below: > > arm-linux-nm -n hello_world > 0c10 T hello_world What is the memory map on your system? Maybe you provide a bit more information - like which processor and board we are talking about? A

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 loading >> hello_world.bin (via tftp). > > Load address != en

Re: [U-Boot] Standalone Binary

2012-04-09 Thread Wolfgang Denk
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 loading > hello_world.bin (via tftp). Load address != entry point address. > Can any one suggest me if I'm wrong in any proce