public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Jonathan Larmour <jlarmour@redhat.com>
To: amassa@san.rr.com
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] RedBoot
Date: Mon, 23 Apr 2001 12:09:00 -0000	[thread overview]
Message-ID: <3AE47DD9.17875B3B@redhat.com> (raw)
In-Reply-To: <NBBBJIKCMKBJFEAHMGMAKEMIDHAA.amassa@san.rr.com>

Anthony Massa wrote:
> 
> I found that I was having the same problems as the ones discussed in this
> post:
> http://sources.redhat.com/ml/ecos-discuss/2001-04/msg00006.html
> 
> After getting past that, I am now finding that my code loads over the
> Ethernet port.  However, when I run my code it prints out the networking
> information, such as "Network stack using..." then I get a message:
> 
> [New thread 1]
> 
> The board then seems to hang for a little while and then the program stops.
> I have breakpoints at cyg_start and cyg_user_start, however, neither of
> these get hit by the debugger.  The target disconnects from the debugger as
> well.

Well, this may indicate that it did hit the breakpoint, but has failed for
some other reason. Does it do the same thing when you don't set
breakpoints?

Also try enabling remote protocol debugging in GDB using "set remotedebug
1" (or in newer versions, "set debug remote 1"). 

Earlier you wrote:
> I have rebuilt ecos using the default configuration for the MBX template.  I
> rebuilt my application using the new ecos build.  I then downloaded the code
> and set a breakpoint at cyg_start().  I am still seeing the board hang when
> I run the code.  On the RedBoot serial port I get a $T... string GDB output
> message.  I can hit return when I am on the terminal connected to the serial
> port and I get the same $T string GDB message.  I'm really confused as to
> why this is hanging.

The $T string means that the target is reporting a signal and trying to
inform GDB - probably the breakpoint you hit. But if it's coming out the
serial port, whereas if GDB is connected over ethernet you won't see it.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

  reply	other threads:[~2001-04-23 12:09 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-19 17:24 Anthony Massa
2001-04-19 19:49 ` Jonathan Larmour
2001-04-20  7:22   ` Anthony Massa
2001-04-20  7:36     ` Jonathan Larmour
2001-04-20 17:24   ` Anthony Massa
2001-04-22 14:38   ` Anthony Massa
2001-04-23 12:09     ` Jonathan Larmour [this message]
2001-04-24  8:02       ` [ECOS] Anthony Massa
2001-04-24  8:11         ` [ECOS] Re: RedBoot Jonathan Larmour
2001-04-24  8:13           ` [ECOS] RedBoot Anthony Massa
2001-04-24  8:30             ` Hugo 'NOx' Tyson
  -- strict thread matches above, loose matches on Subject: below --
2007-11-19 14:33 Re: [ECOS] redboot Syed Ismail
2007-11-20 20:28 ` Gary Thomas
2007-11-19 11:56 Syed Ismail
2007-11-19 13:00 ` Gary Thomas
2007-11-12 11:31 Re: [ECOS] Redboot Syed Ismail
2007-11-12 12:14 ` Gary Thomas
2007-11-12  8:40 Syed Ismail
2007-11-12  8:49 ` Andrew Lunn
2007-11-01 12:16 Syed Ismail
2005-05-20  9:11 [ECOS] RedBoot Yuriy V.
2003-04-18 16:59 [ECOS] redboot rameshs
2003-04-22 17:33 ` Jonathan Larmour
2001-12-26 23:11 [ECOS] RedBoot Gustav Kälvesten
2001-12-26 23:07 satish s mantri
2001-05-07 23:16 [ECOS] redboot mekala natarajan
2001-04-20 10:02 [ECOS] RedBoot Anthony Massa
2001-04-20 10:17 ` Jonathan Larmour
2001-04-19 16:19 Anthony Massa
2001-04-19 16:31 ` Jonathan Larmour
2001-04-19 16:36   ` Anthony Massa
2001-04-19 19:49     ` Jonathan Larmour
     [not found] <XFMail.20001218160541.gthomas@redhat.com>
     [not found] ` <3A3F957D.4E7868F2@redhat.com>
     [not found]   ` <20001219112529.A26497@sr1.open-widgets.com>
     [not found]     ` <3A3FBAD2.8CD0F487@rhinosys.com>
2001-01-02  6:33       ` [ECOS] Redboot Jesper Skov
     [not found] <002001c0712a$89dad900$0200a8c0@cts.com>
2001-01-01  8:10 ` [ECOS] RedBoot Gary Thomas
2001-01-01 11:38   ` Anthony Massa
2001-01-01 16:16     ` Gary Thomas
2001-01-01 17:45       ` Anthony Massa
     [not found] <00c601c07037$36ec1e50$0200a8c0@cts.com>
2000-12-27 11:12 ` Gary Thomas
2000-12-27 11:53   ` Anthony Massa
2000-12-27 15:32     ` Gary Thomas
2000-12-27 16:49       ` Anthony Massa
     [not found] <003f01c06d3b$50b4ad10$0200a8c0@cts.com>
2000-12-27 10:49 ` Gary Thomas
2000-12-15  5:54 [ECOS] Redboot Doug Fraser
2000-12-09 14:46 Anthony Massa
2000-11-07  7:06 [ECOS] redboot Jörg Rapka
2000-11-07  8:10 ` Gary Thomas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3AE47DD9.17875B3B@redhat.com \
    --to=jlarmour@redhat.com \
    --cc=amassa@san.rr.com \
    --cc=ecos-discuss@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).