From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mikhail Zaturenskiy Date: Wed, 24 Jun 2009 09:13:20 -0500 Subject: [U-Boot] U-Boot timer example crashes on EP88xC In-Reply-To: References: Message-ID: <4A423480.7070702@shoppertrak.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 I use objdump to deassemble the object file, it seems > that "timer" is at 40108. Try "go 0x40108" and read the FAQ[1] ;) > > Cheers > Detlev > > [1] http://www.denx.de/wiki/view/DULG/MyStandaloneProgramDoesNotWork > > "go 0x40108" did it, thanks! And thanks for the FAQ reference, knowing this will be definitely useful in the future. Why does the documentation say to use 0x40004? I have not made any changes to the timer program, is it different because the example uses the SREC version of the file and I'm using the binary?