[U-Boot-Users] problem about reset

440gx cpu and ocotea board. when i reset the board, the board cannot work well. i check the u-boot.bin with hexdump -------------------------------------- hexdump -s 0x7fffc u-boot.bin 007fffc ff4b 04f0 -------------------------------------- but after the board boots md.l 0xfffffffc 1 00220000 ------------------------------------- the result is error, so the board cannot reset. I set the _start_440 relative address, it can reset ok. it seems as if the bootrom mapping is error.

On Tue, 2004-10-12 at 04:58, liuyong wrote:
440gx cpu and ocotea board. when i reset the board, the board cannot work well. i check the u-boot.bin with hexdump
hexdump -s 0x7fffc u-boot.bin 007fffc ff4b 04f0
but after the board boots md.l 0xfffffffc 1 00220000
the result is error, so the board cannot reset. I set the _start_440 relative address, it can reset ok. it seems as if the bootrom mapping is error.
What version of u-boot?
Did you read doc/README.ocotea & verify the jumper settings?
Your report about it not booting is the first I've seen since it was released about 11 months ago.
Please ensure you're using CVS head and have configured the jumpers properly.
-travis
participants (2)
-
liuyong
-
Travis Sawyer