Dear Mathieu, In message <[EMAIL PROTECTED]> you wrote: > > I did : > > tftp 0x80000000 /tftpboot/hello_world.bin > > since the entry point is 0x0c100000 > > shouldnt I go from 0x80000000 + 0x0c100000? which is 0x8c100000 ?
No, of course not. The entry point is an absolute address, not an offset. This is not completely poistion-independent code, it is linked for one specific absolute address. > am I wrong in using 0x80000000 which is the start address of the SDRAM > according to the board's documentation? You are wrong when linking the application to an absolute address where you cannot execute it because it is not in RAM. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] Human beings were created by water to transport it uphill. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot