From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Tue, 29 Sep 2015 18:15:43 +0200 Subject: [U-Boot] "go" does not work for uImage - was: ## Application terminated, rc = 0x1 In-Reply-To: <2e2178cf246f80c4f9098dce357e5528@rbg.informatik.tu-darmstadt.de> References: <5c515fb3b2f956768d10d2e2c2e9402e@rbg.informatik.tu-darmstadt.de> <20150924055526.0F0B1380905@gemini.denx.de> <2e2178cf246f80c4f9098dce357e5528@rbg.informatik.tu-darmstadt.de> Message-ID: <20150929161543.8D8C0380905@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear ba_f, In message <2e2178cf246f80c4f9098dce357e5528@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