This is the mail archive of the ecos-discuss@sources.redhat.com 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: Redboot general and Question for EB55


On Thu, 2002-10-24 at 16:39, Christophe Part wrote:
> On Thursday 24 October 2002 06:16 pm, Gary Thomas wrote:
> > On Thu, 2002-10-24 at 16:08, Christophe Part wrote:
> 
> > > On the Port A with minicom, I saw this $T050f:48370302;0d:18010102;#f5
> > > each time, I hit enter. So maybe something is working but what ?
> >
> > Yes, something is working - GDB!  You had some problem in the
> > initialization of RedBoot and it quit at 0x02033748.  If you
> > connect via GDB, you can get more information, a backtrace, etc.
> >
> 
> I can not connect to the target with gdb.
> I have tryed remote, extended-remote and extended-async.
> 	Ignoring packet error, continuing...
> 	Ignoring packet error, continuing...
> 	Ignoring packet error, continuing...
> 	Coudn etablish connection with remote target
> 	Malformed responce to offset query, timeout
> 

First, you have to disconnect your 'minicom' (or whatever
virtual terminal sofware you are using).  Then, you should
be able to connect.  Here's an example (from Linux).

  (gdb) set remotebaud 38400
  (gdb) set remotedebug 1
  (gdb) tar rem /dev/ttyS0

You can leave the "debug" line out, once you figure out how
to make a connection.

-- 
------------------------------------------------------------
Gary Thomas                  |
eCosCentric, Ltd.            |  
+1 (970) 229-1963            |  eCos & RedBoot experts
gthomas@ecoscentric.com      |
http://www.ecoscentric.com/  |
------------------------------------------------------------


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


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