Dear All,<br>
<br>
<br>
I m newly using U-Boot in a customised platform of processor Intel xscale PXA255.<br>
<br>
U-Boot 1.1.6 (Jul 28 2008 - 10:01:53) is running in this board .&nbsp;
In this board one external 64 mb RAM is there and one 64 mb flash is
there . <br>
<br>
RAM address is starting from 0xA0000000 . Flash address is starting from 0x00000000 .<br>
<br>
I m compiling the U-Boot source with arm-linux-gcc toolchain 3.4.1&nbsp;&nbsp; .<br>
<br>
then I m transfering the hello_world.bin image to the board through
serial .&nbsp; If I downloading this image to any RAM address and
executing from there by go command then board is rebooting . If I m
trying to download to 0x40000 adress ( given by the U-Boot document
)&nbsp; and trying to execute from that adddress then it is giving some
garbage output .&nbsp; plz help me about this <br>
<br>
<br>
I ve another customise board of ATMEL9263 controller .&nbsp; there also
same version U-Boot is running . There also I m facing same problem .
Can any one help me about this . Actually my aim is to run any
standalone program in U-Boot . <br>
<br>
another question is U-Boot uses direct physical address to control the
peripherals or it uses page mapping (virtual memory) for the
applications ?<br>