public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: Robert Brusa <bob.brusa@gmail.com>
Cc: ecos-discuss@ecos.sourceware.org
Subject: Re: [ECOS] no ecm-file for AT91SAM7X-EK
Date: Tue, 17 Jun 2008 16:52:00 -0000	[thread overview]
Message-ID: <20080617150341.GF24909@lunn.ch> (raw)
In-Reply-To: <op.ucwdzajckeg3uf@debi27.local.lan>

> Well no, I would like to do the job without redboot, but I came to the  
> conclusion, that an application built with eCOS - as e. g. the little  
> expamples that come with eCOS - do not boot without additional support.  

A ROM application will run without any other support. Redboot is just an
eCos application...

> Does that also mean that e. g. the hellow eCOS-world application I built  
> from the examples should run? So far it does not. I download it using our 
> JTAG-Debugger. Then I remove the debugger from the target, pressed reset  
> and expected an output on (one of) its serial interfaces. But there is  
> nothing - which could of course have a pletora of reasons.....

It should work. 

As you said, there are many reasons it might not.  Did you program it
at the right address? Do you have the baud rate right? What crystal
are you using?

The best bet is to use your JTAG interface and debug it. Put a
breakpoint at main() and see if it is hit. You need to be a little
careful here. My JTAG device appears to remap the FLASH away from
address 0. So i tend to start debugging from address 0x00100000, not
0x0.

        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

      reply	other threads:[~2008-06-17 15:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-17 11:01 Robert Brusa
2008-06-17 11:53 ` Andrew Lunn
2008-06-17 15:04   ` Robert Brusa
2008-06-17 16:52     ` Andrew Lunn [this message]

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=20080617150341.GF24909@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=bob.brusa@gmail.com \
    --cc=ecos-discuss@ecos.sourceware.org \
    /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).