public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Cristiano Ligieri Pereira <cpereira@ics.uci.edu>
To: Gary Thomas <gthomas@redhat.com>
Cc: ecos-discuss@sourceware.cygnus.com
Subject: RE: [ECOS] Port to XScale board
Date: Sun, 19 Aug 2001 15:52:00 -0000	[thread overview]
Message-ID: <Pine.SOL.4.20.0108191537200.13524-100000@washoe.ics.uci.edu> (raw)
In-Reply-To: <XFMail.20010818194904.gthomas@redhat.com>

Ops! I forgot to mention something.

I'm using pretty much the same hal_diag.c as the iq80310 platform but I
had to comment the line to make it work:

HAL_INTERRUPT_MASK(channels[0].isr_vector);

in the function cyg_hal_plf_serial_init(void) because it was crashing.

This also remembers me to ask another question. In the file
hal_platform_ints.h there are many interrupts specific to the iq80310
platform. I'm not sure on how I modify this file. Do I just remove the
ones that doesn't exist on my board (many of them, actually) and keep the
ones I need adjusting the defines. Which other files should be modified to
adjust all these interrupts?

Thanks,
Cristiano.

------------------------------------------------------------
Cristiano Ligieri Pereira - http://www.ics.uci.edu/~cpereira

On Sat, 18 Aug 2001, Gary Thomas wrote:

> 
> On 18-Aug-2001 Cristiano Ligieri Pereira wrote:
> > 
> > Hi folks,
> > 
> > Right now I have Redboot running on the RAM memory of my XScale board. I'm
> > trying to make the '$' command to work. In other words, I'm trying to
> > download some application into the RAM memory using Redboot (instead of
> > Cygmon), but something wrong is happenig and I'm getting the following
> > message from the gdb console:
> > 
> > "Ignoring packet error, continuing...
> >  Ignoring packet error, continuing...
> >  Ignoring packet error, continuing...
> >  Couldn't establish connection to remote target
> >  Malformed response to offset query, timeout
> >  gdb_config:3: Error in sourced command file:
> >  You can't do that when your target is `exec'"
> > 
> > Looking at the Redboot source I've noticed that the function breakpoint(),
> > which is called after issuing the command '$', is the last one called,
> > which in turn calls HAL_BREAKPOINT(_breakinst). From the comments I've
> > also noticed that this generates a breakpoint exception. From this point
> > on what should happen? Why I'm not able to communicate with RedBoot via
> > GDB? The serial communication Redboot/host is working fine since I'm
> > seeing the prompt and issuing commands...
> 
> First of all, you can load programs using RedBoot's "load" command as
> well.
> 
> Try turning on GDB's remote debug facility which will display something
> about what's going on on the communications line.  Note: it will be running
> at the same speed that RedBoot was using, most likely 38400 unless you've
> set it up to run otherwise.
> 

  parent reply	other threads:[~2001-08-19 15:52 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-18 16:21 Cristiano Ligieri Pereira
2001-08-18 18:46 ` Gary Thomas
2001-08-19 15:29   ` Cristiano Ligieri Pereira
2001-08-19 15:52   ` Cristiano Ligieri Pereira [this message]
2001-08-20 14:36   ` Cristiano Ligieri Pereira
2001-08-20 14:49     ` Gary Thomas
2001-08-20 15:10       ` Cristiano Ligieri Pereira
2001-08-20 15:14         ` Gary Thomas
2001-08-20 15:34           ` Cristiano Ligieri Pereira
2001-08-20 15:38             ` Gary Thomas
2001-08-20 16:21               ` Cristiano Ligieri Pereira
2001-08-20 16:56                 ` Cristiano Ligieri Pereira
2001-08-20 17:03                   ` Gary Thomas
2001-08-20 17:14                     ` Cristiano Ligieri Pereira
2001-08-20 18:05                       ` Gary Thomas
2001-08-20 18:25                         ` Cristiano Ligieri Pereira
2001-08-20 19:32                           ` Gary Thomas
2001-08-21 14:00                             ` Cristiano Ligieri Pereira
2001-08-21 14:12                               ` Gary Thomas
2001-08-21 14:31                                 ` Cristiano Ligieri Pereira
2001-08-21 14:58                                   ` Gary Thomas
2001-08-21 20:13                                     ` Cristiano Ligieri Pereira
2001-08-21 16:04                                   ` Jonathan Larmour
2001-08-20 17:04                   ` Gary Thomas
2001-08-20 17:01                 ` 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=Pine.SOL.4.20.0108191537200.13524-100000@washoe.ics.uci.edu \
    --to=cpereira@ics.uci.edu \
    --cc=ecos-discuss@sourceware.cygnus.com \
    --cc=gthomas@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).