[U-Boot] standalone hello_world example crashes on PowerPC

2012-03-30 Thread Manukumar
I have also experienced the same problem, by using command md.w E8008080 10. according to our memory map of our custom board. please give solution or what is the cause for this problem. manukumar signal-networks ___ U-Boot mailing list U-Boot@lists.

[U-Boot] standalone hello_world example crashes on PowerPC

2010-05-13 Thread Timur Tabi
Has anyone tried recently to run the "hello world" example standalone program on PowerPC, specifically an e500 system? When I try it, I get this: => tftp 4 timur/hello_world.bin Using f...@dtsec1 device TFTP from server 192.168.1.1; our IP address is 192.168.1.145 Filename 'timur/hello_world.

Re: [U-Boot] standalone hello_world example crashes on PowerPC

2010-05-13 Thread Wolfgang Denk
Dear Timur Tabi, In message you wrote: > Has anyone tried recently to run the "hello world" example standalone > program on PowerPC, specifically an e500 system? When I try it, I get > this: Did you verify the entry point address as described in the FAQ? Best regards, Wolfgang Denk -- DENX

Re: [U-Boot] standalone hello_world example crashes on PowerPC

2010-05-14 Thread Timur Tabi
Wolfgang Denk wrote: > Did you verify the entry point address as described in the FAQ? Thanks, that was the problem. The entry point moved: 0004 T hello_world I suggest that you update the U-Boot Manual (specifically http://www.denx.de/wiki/DULG/UBootStandalone) to tell people to always us

Re: [U-Boot] standalone hello_world example crashes on PowerPC

2010-05-14 Thread Wolfgang Denk
Dear Timur Tabi, In message <4bed4c83.10...@freescale.com> you wrote: > Wolfgang Denk wrote: > > Did you verify the entry point address as described in the FAQ? > > Thanks, that was the problem. The entry point moved: > > 0004 T hello_world > > I suggest that you update the U-Boot Manual (