public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Gary Thomas <gthomas@redhat.com>
To: "Mynampati, Venkata S." <MynamVS@nsc-msg01.network.com>
Cc: ecos-discuss@sources.redhat.com
Subject: RE: [ECOS] Unable to load srec files via serial port
Date: Tue, 24 Jul 2001 10:01:00 -0000	[thread overview]
Message-ID: <XFMail.20010724110107.gthomas@redhat.com> (raw)
In-Reply-To: <A7E1C26945C8D211ADBF0008C709661A035F2AF4@nsc-msg02.network.com>

On 24-Jul-2001 Mynampati, Venkata S. wrote:
>> > 
>> > i use this command "load -m ymodem -r -b 0xa1000000".
>> > Is there any size limitation for x/y modem upload?
>> 
>> If this is a Motorola S-record file, you probably do not want "-r"
>> 
>> If it fails for large files, perhaps you are running out of memory.
>> What does "RedBoot> version" display?
> 
>   RedBoot> version displays:
>    RedBoot(tm) ... env - built July 16 2001
>    Platform: IQ80310(XSCALE)
>    RAM: 0xa0000000-0xa2000000, 0xa0011450-0xa1fd0000
> 
>    I have plenty of memory.i stopped using '-r' option.
> 
>    All i want to do is:
>     copy boot/compressed/vmlinux image into flash and
>     run 'fis load vmlinux'.
>     Now, i am able to do that just with vmlinux, but, 
>     'fis load vmlinux' gives me an error with file format
>     something like 'file not executable'. That's when i decided

You probably get this error because you did not use the "-r XXX" option to
'fix create'.  If you don't use this option, 'fis' does not know where in
memory to load your image.  Alternatively, you could 'fis load vmlinux -b XXX'

If you provide the _exact_ output of what you try, we can possibly help more.

>     to convert vmlinux to vmlinux.srec, using objcopy and try
>     again, whence i failed to load the file itself.
>     i am following what is given in Assabet 2.4.5 document on 
>     RedBoot and loading vmlinux kernel.
> 
>    I appreciate your help.
>   Thanks & Regards
>    Venkat M.

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

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-24  9:45 Mynampati, Venkata S.
2001-07-24 10:01 ` Gary Thomas [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-07-24 16:21 Mynampati, Venkata S.
2001-07-24  7:36 Mynampati, Venkata S.
2001-07-24  7:48 ` 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.20010724110107.gthomas@redhat.com \
    --to=gthomas@redhat.com \
    --cc=MynamVS@nsc-msg01.network.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).