public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: vijay.peshkar@wipro.com
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] eliminating redboot by including 'platform_setup' in default image?
Date: Thu, 23 Feb 2006 10:19:00 -0000	[thread overview]
Message-ID: <20060223091131.GJ3433@lunn.ch> (raw)
In-Reply-To: <D6DA3A176076B2408E53467FC0B0056B027FA2BC@BLR-EC-MBX04.wipro.com>

On Thu, Feb 23, 2006 at 02:19:34PM +0530, vijay.peshkar@wipro.com wrote:
> Andrew,
> 
> Tried that. But then it had used flash addresses to run platform_setup
> And executing this code by downloading failed.

Yes, this is what you would expect. It is a ROM image after all!

> Also, I do not have any tool to flash the image to flash(am using
> multi-ice 

Then i suggest you do get a flash programmer. 

You have the normal chicken/egg problem. In order to get software into
the flash you need software running on the board. In order to get
software running on the board you need something in flash. Using a
flash programmer side steps this problem.

The other option is to get your multi-ice to setup the RAM in the same
way that a ROM application does when it starts up. You then need a RAM
application with built in stubs and you might have something that
runs.

> Finally it would not be a good idea to do bsp porting by flashing the
> test images?.

Why not? A lot will depend on how fast your flash programmer is. If it
takes 20 minutes than no, it is probably not practical. If it takes 1
minute than it is not a problem.

I've helped with a port to the AT91SAM7S which i flashed every image.

        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:[~2006-02-23  9:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-23  9:39 vijay.peshkar
2006-02-23 10:19 ` Andrew Lunn [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-02-23 10:47 vijay.peshkar
2006-02-23  5:28 vijay.peshkar
2006-02-23  8:39 ` Andrew Lunn

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=20060223091131.GJ3433@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=vijay.peshkar@wipro.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).