From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Fri, 14 May 2010 08:13:39 -0500 Subject: [U-Boot] standalone hello_world example crashes on PowerPC In-Reply-To: <20100513225202.1FDE0AFC6B3@gemini.denx.de> References: <20100513225202.1FDE0AFC6B3@gemini.denx.de> Message-ID: <4BED4C83.10600@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Did you verify the entry point address as described in the FAQ? Thanks, that was the problem. The entry point moved: 00040000 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 use the nm command to find the entry point. That web page implies that compiling hello_world.c unmodified will always put the entry point at 40004. The statement, "It's configured to run at address 0x00040004" is false. -- Timur Tabi Linux Kernel Developer @ Freescale