This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to add a second flash device software management on an ixdpg425 board (montejade)


On Tue, Mar 28, 2006 at 04:24:09PM +0200, thierry langlais wrote:
> I'm not sure about my procedure:
> I loaded redboot_RAM.elf, then launch a go, then disconnect, then
> launched gdb and entered following commands: 
> 
> (gdb) set remotebaud 115200
> (gdb) target remote /dev/ttyS0
> Remote debugging using /dev/ttyS0
> 0xac031600 in ?? ()
> 
> May the result be interesting for you. It is not very explicit for
> me ;-)

That address looks strange. How did you start gdb? Something like

arm-elf-gdb install/bin/redboot_RAM.elf

Swapping the endinness helps a little, 0xac031600 becomes 0x001603ac
That is more like a valid program counter. What does the 'bt' command
show? This will give you a call stack trace.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]