
2 Mar
2006
2 Mar
'06
5:50 p.m.
Rick Nardone wrote:
Target: SBC8540 – Wind River Systems Arch: PPC CPU: MPC85xx Board: sbc8560 ELDK 4.0 Host: SUSE Linux 9.3 on x86 U-Boot 1.1.4
Problem: I am trying to get a clean build of U-Boot to run on the WRS SBC8540 board. I think I have the latest versions of ELDK and U-Boot. The system executes through board_init_f( ) without any problems, but never gets into board_init_r( ). The console output is as follows:
[snip]
Memcpy call to relocate_code() Dest Addr =0x1FFADF48, Src Addr = 0x1FFADF60, size = 536674304 bytes
Richard Nardone Richard.Nardone at cyclone dot com
I'm not knowledgable with this board, but your memcpy size looks very, very wrong. Misconfigured u-boot?
gvb