Re: [U-Boot] Run hello world with Uboot !

2008-10-09 Thread thaoth
Hi Nobuhiro, I have tested your patch and it works well. Thank you for great work. -- View this message in context: http://www.nabble.com/Run-hello-world-with-Uboot-%21-tp19851315p19894599.html Sent from the Uboot - Users mailing list archive at Nabble.com.

Re: [U-Boot] Run hello world with Uboot !

2008-10-08 Thread Nobuhiro Iwamatsu
Hi, all. 2008/10/8 thaoth <[EMAIL PROTECTED]>: > > 6. I didn't have JTAG interface so I couldn't debug it. > > Could I have a help? Anyone had same issue please tell me your idea? Thank > you alot. > > This same the porting of UBoot on TEngine/SH7727 has the issue. But we don't > know what trouble

Re: [U-Boot] Run hello world with Uboot !

2008-10-08 Thread Wolfgang Denk
Dear Mathieu, In message <[EMAIL PROTECTED]> you wrote: > > I did : > > tftp 0x8000 /tftpboot/hello_world.bin > > since the entry point is 0x0c10 > > shouldnt I go from 0x8000 + 0x0c10? which is 0x8c10 ? No, of course not. The entry point is an absolute address, not an

Re: [U-Boot] Run hello world with Uboot !

2008-10-08 Thread Mathieu Dube
On Wed, Oct 8, 2008 at 3:32 AM, Remy Bohmer <[EMAIL PROTECTED]> wrote: > Hello, > > > Could I have a help? Anyone had same issue please tell me your idea? > Thank > > you alot. > > Make sure that the LOAD_ADDR in examples/Makefile matches the address > in RAM where you want to load the executable.

Re: [U-Boot] Run hello world with Uboot !

2008-10-08 Thread Mathieu Dube
On Tue, Oct 7, 2008 at 5:05 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > Dear "Mathieu Dube", > > please keep the ML on Cc: ! > sorry about that. > > > > if I nm(with the correct toolchain) the executable > > > > it gives me 0c10 T hello_world > > > > so I go 0x8c10 > > > > still crash

Re: [U-Boot] Run hello world with Uboot !

2008-10-08 Thread Remy Bohmer
Hello, > Could I have a help? Anyone had same issue please tell me your idea? Thank > you alot. Make sure that the LOAD_ADDR in examples/Makefile matches the address in RAM where you want to load the executable. These examples fail on many more boards fail in a similar manner. I think the current

Re: [U-Boot] Run hello world with Uboot !

2008-10-07 Thread thaoth
Hi All, Following guide at http://www.denx.de/wiki/DULG/UBootStandalone 1. Load hello_world.srec into SDRAM => loads ## Ready for S-Record download ... ## First Load Addr = 0x8E00 ## Last Load Addr = 0x8E000157 ## Total Size = 0x0158 = 344 Bytes ## Start Addr = 0x8E00 2

Re: [U-Boot] Run hello world with Uboot !

2008-10-07 Thread Wolfgang Denk
Dear "Mathieu Dube", please keep the ML on Cc: ! In message <[EMAIL PROTECTED]> you wrote: > > > Did you read the FAQ??? > > this entry?: > > http://www.denx.de/wiki/view/DULG/MyStandaloneProgramDoesNotWork Yes, this entry. > if I nm(with the correct toolchain) the executable > > it gives me

Re: [U-Boot] Run hello world with Uboot !

2008-10-07 Thread Wolfgang Denk
Dear Mathieu, In message <[EMAIL PROTECTED]> you wrote: > > I've also tried to go 0x8004 with the same result. Tried? You mean you do not know the exact entry point address? Did you read the FAQ??? Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & De

Re: [U-Boot] Run hello world with Uboot !

2008-10-07 Thread Mathieu Dube
Hi I have the same problem with an imx3.1 dev board. I do this: uboot> tftp 0x8000 /tftpboot/hello_world.bin smc911x: initializing smc911x: detected LAN9117 controller smc911x: phy initialized smc911x: MAC 00:08:ee:01:e1:3c TFTP from server 192.168.1.70; our IP address is 192.168.1.71 Filena

Re: [U-Boot] Run hello world with Uboot !

2008-10-07 Thread Andrejs Cainikovs
http://www.denx.de/wiki/DULG/UBootStandalone Kind regards, Andrejs Cainikovs thaoth wrote: > Hi, > > I'm working on SH7727 T-Engine Board (MS7727CP02)(sh3) and I'm trying to > load Hello World example in U-boot (use Serial, ymodem and hello_world.bin), > ... > => loady 0x8e00 > ## Ready for