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 03:12:29PM +0200, thierry langlais wrote:
> Could you tell me where to find the documentation about it ? A kind of
> GDB user guide.
> I'm just starting on this platform and i never used gdb on it ;-(

Using gdb is about the same for all target. Take a look at

http://ecos.sourceware.org/docs-latest/user-guide/user-guide-installation-target.html

Basically, load redboot_ram as you did and do the go.  Then disconnect
your terminal emulator and connect gdb using the redboot_RAM.elf
image. It should then print out the location of the program counter
where the error occured. You can use "bt" to get a backtrace, print
out variables etc.

        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]