Re: [U-Boot] Problem executing hello world as specified on wiki

2010-02-23 Thread Wolfgang Denk
Dear Vipul Jain, please do not top post / full quote. Please read http://www.netmeister.org/news/learn2quote.html Please always post plain text only, no HTML ever. And please keep the mailing list on Cc: In message you wrote: > > when I captured the make output for u-boot which as part of bui

Re: [U-Boot] Problem executing hello world as specified on wiki

2010-02-22 Thread Vipul Jain
Hi Wolfgang, Thanks for your kind guidance, I just want to rephrase my understanding as your guidance. 1. The file that I want to build should be raw binary file like we have u-boot.bin 2. Find out right address to load the binary file as per board. Is this correct? If yes, I have a very limited

Re: [U-Boot] Problem executing hello world as specified on wiki

2010-02-22 Thread Wolfgang Denk
Dear Vipul Jain, In message you wrote: > > Some of the things that I have tried and would like to share with you. Please re-read the documentation, carefully. > 2. as mine is ARM, I know that only file I am interested in is > examples/standalone/hello_world > why? because its in ARM ELF f

Re: [U-Boot] Problem executing hello world as specified on wiki

2010-02-21 Thread Vipul Jain
Hi Wolfgang, Some of the things that I have tried and would like to share with you. 1. I read doc/README.standalone and it does mention default load addr and start addr of standalone application for various architecture. [Snippet] 4. The default load and start addresses of the applicat

Re: [U-Boot] Problem executing hello world as specified on wiki

2010-02-21 Thread Vipul Jain
Hi Wolfgang, I am totally newbie in u-boot who is trying to learn how to write/execute standlone application and as to start with learning I just blankly followed the steps I found on U-Boot twiki and on google. I personally don't know what those address mean. But would be very kind of you if y

Re: [U-Boot] Problem executing hello world as specified on wiki

2010-02-21 Thread Wolfgang Denk
Dear Vipul Jain, In message you wrote: > >I am trying to execute the standlone examples of hello world by following > the steps > specified at the U-Boot wiki but have no success. This is what I am getting. You must not just follow the steps without thinking. > Method 1: > ---

[U-Boot] Problem executing hello world as specified on wiki

2010-02-21 Thread Vipul Jain
Hello U-Boot alias, I am trying to execute the standlone examples of hello world by following the steps specified at the U-Boot wiki but have no success. This is what I am getting. Method 1: --- EDB9302> tftp 4 /tftpboot/hello_world.srec Using ep93xx_eth-0 device TFTP from serv