[U-Boot] "go" does not work for uImage - was: ## Application terminated, rc = 0x1

Wolfgang Denk wd at denx.de
Tue Sep 29 18:15:43 CEST 2015


Dear ba_f,

In message <2e2178cf246f80c4f9098dce357e5528 at rbg.informatik.tu-darmstadt.de> you wrote:
>
> Another issue:

So, here we go in a new thread.

> I tried to execute the same Uimage on another platform. The platform has 
> the same processor but another U-Boot.
> On this platform i fail to execute with my common way:
> 
> uboot> fatload mmc 0 0x00ffffc0 bootstrap.uimage
> uboot> go 0x01000000
> ## Starting application at 0x01000000 ...
> undefined instruction
> pc : [<010000f4>]     lr : [<3ff74bc0>]

Your other platform might use a different memory map...

After running the "fatload" as above, type

	iminfo ffffc0

and it will show you which load and entry point addresses shuld be
used.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Testing can show the presense of bugs, but not their absence.
                                                   -- Edsger Dijkstra


More information about the U-Boot mailing list