public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Gary Thomas <gthomas@redhat.com>
To: Carlos Camargo <carlos_ivan_camargo@yahoo.com>
Cc: eCos Discussion <ecos-discuss@sourceware.cygnus.com>
Subject: RE: [ECOS] download process in redboot
Date: Tue, 10 Jul 2001 08:01:00 -0000	[thread overview]
Message-ID: <XFMail.20010710090118.gthomas@redhat.com> (raw)
In-Reply-To: <20010710145422.39026.qmail@web14004.mail.yahoo.com>

Note: email sent to individuals can and will be ignored.  You
should always copy the discussion list as I have done.

On 10-Jul-2001 Carlos Camargo wrote:
> Hi, thanks for your answer
>> Why are you trying to load a file to 0xb288?
> 
> Whwn i use version command on redboot prompt appear:
> 
> RAM : 0x00000000 - 0x00080000, 0x0000b288 - 0x00080000
> available.
> 
> I think than i can use this memory space. This is
> correct??? If no, can you indicate me which is the
> address memory..
> 

Our tools will automatically adjust programs to the appropriate
addresses.  Typical eCos programs will load at 0x10000 or 0x20000.

>> 
>> What is the format of the file?  The 'load' command
>> you list
>> will only work for S-record data.  If you are tring
>> to download
>> any other sort of data (raw binary or ELF), the
>> 'load' command
>> will fail.
> 
> 
> You are right, i'm using binary format, i use:
> 
>  objcopy -I elf32-littlearm -O binary IN_FILE OUT_FILE
> 
> How i can convert to S-record format???

XXX-objcopy -O srec <ELF-file> <S-rec-file>
where 'XXX' is your platform type prefix, e.g. arm-elf-objcopy

       reply	other threads:[~2001-07-10  8:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20010710145422.39026.qmail@web14004.mail.yahoo.com>
2001-07-10  8:01 ` Gary Thomas [this message]
2001-07-10  8:19   ` Carlos Camargo
2001-07-10  8:30     ` Gary Thomas
2001-07-10  4:55 Carlos Camargo
2001-07-10  7:45 ` 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=XFMail.20010710090118.gthomas@redhat.com \
    --to=gthomas@redhat.com \
    --cc=carlos_ivan_camargo@yahoo.com \
    --cc=ecos-discuss@sourceware.cygnus.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).