From mboxrd@z Thu Jan 1 00:00:00 1970 From: Verma Date: Tue, 13 Nov 2007 20:29:17 -0800 (PST) Subject: [U-Boot-Users] u-boot "go" command query In-Reply-To: <13523892.post@talk.nabble.com> References: <13523892.post@talk.nabble.com> Message-ID: <13739789.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de When we have obtained the symbol table for the stand alone application , we have noticed that the addresses of all the global variables and function definitions are starting with 0x802xxxxx. Hence, any standalone application developed for INCA-IP has to be copied into the 0x80200000 location of the RAM. Verma. Verma wrote: > > Hi , > > I have copied ".bin" file of an application program onto "0xb0300000" > flash location in the INCA-IP board from Infineon . > When trying to execute this application from flash , using "go 0xb0300000" > , the following message is displayed. > > INCA-IP-ROM # go 0xb0300000 > ## Starting application at 0xB0300000 ... > > After this message , no more execution was happening ( the board is > hanging). > > Kindly, provide me with tips on how I can solve this issue.. > > Thank You, > Verma. > -- View this message in context: http://www.nabble.com/u-boot-%22go%22-command-query-tf4729580.html#a13739789 Sent from the Uboot - Users mailing list archive at Nabble.com.