<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3806.1700" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#f4f7f7>
<DIV><FONT size=2>
<P>Hi,</P>
<P>We had a similar problem some time ago (see 
https://sourceforge.net/mailarchive/forum.php?thread_id=3802343&amp;forum_id=12898 
).. and thanks to those answers we succeeded in making hello_world work. </P>
<P>We changed the U-boot/examples/makefile file like this:</P></FONT><FONT 
face="Courier New" size=2>
<P>ifeq ($(ARCH),arm)</P>
<P>LOAD_ADDR = 0x40000</P>
<P>endif</P></FONT><FONT size=2>
<P>Because, by default, the load address was 0xc100000, and in our platform 
there was no memory at this location. We got the hello_world.bin and burnt it in 
Flash (in 0x00040000) using JFlash. Then only type:</P>
<P>go 40000 Hello World!!</P>
<P>We have a PXA250 based platform, you'll have to&nbsp;do something similar 
with your arquitecture..</P>
<P>Hope this helps!!</P>
<P>Best regards</P>
<P>Sonia&nbsp;</P></FONT></DIV></BODY></HTML>