
Hi All,
I am working on mips4k based board and using montavista/MIPS tool chain to compile uboot for this board.
When i compile uboot using montavista i am getting binary but when i try to run this on the board, it is not getting executed.
But the same i did with MIPS tool chain and it is working fine.
To know what is happening between two different binaries, i just opened the uboot binary(generated with montavista) in hex editor and saw some extra bytes are inserted in the middle of the binary file( at several locations).
Most of the extra bytes are 0x00's.
This i compared with working file and came to know these diffs.
Is it some thing to do with alignment issue?
Please through some light on this.
Any help will be highly appreciated.
Regards, Nagi