Hi, all:<br>
&nbsp;&nbsp;&nbsp; My situation is:<br>
&nbsp;&nbsp; &nbsp;&nbsp; Board: customized board based on dbau1550.<br>
&nbsp;&nbsp;&nbsp; &nbsp; Uboot: 1.1.4<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Toolchain: ELDK 4.0<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Flash Progrmmer: From Macraigor System LLC. <br>
&nbsp;&nbsp; When I compiled Uboot as big
endian(CROSS_COMPILE=mips_4KC-), everything was OK, Uboot worked
perfectly. But when I compiled Uboot as little
endian(CROSS_COMPILE=mips_4KCle-), It didn't run. And I debugged it. If
it was big endian, the first instruction at 0xBFC00000 was 0x1000000ff,
and if it was little endian, the first instruction at 0xBFC0000000 was
0xff000010. <br>
Can anybody explain this for me, and why uboot failed to run?<br>
Thanks <br>
Ray.<br>
<br>
&nbsp;&nbsp; <br>
<br>