[U-Boot-Users] U-Boot 1.2 - Cannot run hello_world - Coldfire
Lee Nipper
Lee.Nipper at freescale.com
Thu Jun 14 00:09:26 CEST 2007
On Wed, 2007-06-13 at 16:47, Arun Biyani wrote:
> On my Linux host,
> [examples$:1010] m68k-elf-nm hello_world
> 00020208 T app_startup
Perhaps 20208 (app_startup) might be worth trying as an entry point...
> -> go 0x00020000
As in:
-> go 20208
Maybe app_startup is a wrapper for main. Just a guess.
Often times systems have entry points like _start, etc which set things
up and then jump to main.
-Lee
More information about the U-Boot
mailing list