Hello<br>
<br>
Thanks for the tip Wolfgang.&nbsp; I had looked at the page in the
Readme file, but looking at it again caused me to notice that they are
using the .bin file and the go address is one word past the load
address.<br>
<br>
Many thanks.<br>
<br>
=&gt; loadb 40000<br>
&lt;kermit stuff snipped&gt;<br>
## Total Size&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 0x00010300 = 66304 Bytes<br>
## Start Addr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 0x00040000<br>
=&gt; go 40004<br>
## Starting application at 0x00040004 ...<br>
Example expects ABI version 2<br>
Actual U-Boot ABI version 2<br>
Hello World<br>
argc = 1<br>
argv[0] = &quot;40004&quot;<br>
argv[1] = &quot;&lt;NULL&gt;&quot;<br>
Hit any key to exit ... <br>
<br>
<br>
JD<br>