i,<br>
&nbsp;&nbsp; i am using omap 5912osk. (ARM architecture).<br>
<br>
&nbsp; I have a C program:<br>
&nbsp;&nbsp; int&nbsp; main ( )<br>
&nbsp; {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; printf (&quot;Hello World\n&quot;) ;<br>
<br>
&nbsp;&nbsp; }<br>
<br>
im compiling the c program with static linking.<br>
<br>
[sriram@sriram sriram]# file a.out<br>
a.out: ELF 32-bit LSB executable, ARM, version 1 (ARM), for GNU/Linux 2.4.3, statically linked, not stripped<br>
<br>
<br>
I download the elf executable using tftpboot onto my target . when i do bootelf&nbsp;&nbsp; u-boot<br>
hangs?<br>
<br>
Am i missing something?<br>
<br>
<br>
<br>
Regards,<br>
sriram<br>