public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: "Ricardo Andrino" <ricardo_andrino@web.de>
To: "GaryThomas" <gary@mlbassoc.com>,
	"RicardoAndrino" <ricardo_andrino@web.de>
Cc: ecos-discuss@sources.redhat.com, "NickGarnett" <nickg@ecoscentric.com>
Subject: Re: [ECOS] Run Redboot from flash
Date: Sat, 27 Dec 2003 09:19:00 -0000	[thread overview]
Message-ID: <200312261122.hBQBMaQ26226@mailgate5.cinetic.de> (raw)

Gary Thomas <gary@mlbassoc.com> schrieb am 24.12.03 18:49:35:
> 
> On Wed, 2003-12-24 at 05:14, Ricardo Andrino wrote:
> > Hello,
> > i have sent this mail to you a week ago with the .elf generated, 
> > which you wanted  to examine . I told you too that i am using the gcc 5.3. 
> > Did you receive it?
> 
> Yes.  I don't see anything obvious, other than the order of the 
> sections.  I asked if you were running a RedBoot built after October 17.
> I believe that you said yes, but I need to know for sure that the 
> sources were updated from *CVS* after that date.  There was a minor
> change in RedBoot's ELF loader that could affect your problem.

The eCos installation was after this date and i have run redboot a couple of weeks ago. If i download the stripped .elf the same error happened. I can do anything until 8th januar since i am out of office. With .srec and .bin no problem.I will ask the my collegue for sure about that.
Thanks

> Also, what happens if you try to download a stripped binary?   For 
> example, run 'arm-elf-strip <file>.elf' and then try to load it.
> 
> > 
> > Thanks a lot
> > Mery Christmas
> > 
> > NOT FOUND schrieb am 16.12.03 14:26:48:
> > > Gary Thomas <gary@mlbassoc.com> schrieb am 16.12.03 14:01:27:
> > > > 
> > > > On Tue, 2003-12-16 at 05:37, Ricardo Andrino wrote:
> > > > > Hello,
> > > > > 
> > > > > I think that there is a problem with the generated .elf file. 
> > > > > I have run the applications with .bin and .srec and all work 
> > > > > fine but if i try to do it with the .elf files an error comes 
> > > > > ( 0x08054 not a RAM address, see please in the mails).I have 
> > > > > done what all you me suggested, arm-elf-strip, and the problem 
> > > > > comes again. Only to know why is happend. I can use .bin and 
> > > > > .srec file to run my applications.
> > > > 
> > > > What tools are you using (GCC, BINUTILS)?
> > > > Can you send me (or make available) the ELF image?  I'd like
> > > > to examine it here.
> > > 
> > > I use GCC with -g option. Here is the .elf file.
> > > Thanks 
> > > > > 
> > > > > 
> > > > > Thanks a lot
> > > > > 
> > > > > Nick Garnett <nickg@ecoscentric.com> schrieb am 12.12.03 16:09:03:
> > > > > > 
> > > > > > "Ricardo Andrino" <ricardo_andrino@web.de> writes:
> > > > > > 
> > > > > > > Ok i can see now the famous ecos world!!!
> > > > > > 
> > > > > > > What i have done is to convert the hello.elf file into hello.bin,
> > > > > > > because the .elf file needs more memory that is available. Then
> > > > > > > Redbbot> load -r -m xmodem -b 0x0000c000, send the hello.bin and
> > > > > > > then Redboot>go 0x0000c000 or 0x0000c040, i can't remember now, and
> > > > > > > Hello Ecos world!!
> > > > > > > 
> > > > > > > Thats problem is that if you use load -m xmodem without -b option
> > > > > > > the program is downloaded anywhere.Then a RAM application desnt't
> > > > > > > run from 0x00020000 does it?
> > > > > > > 
> > > > > > > Ok thank you all of you for all, i will have a good weekend!!!
> > > > > > 
> > > > > > If you converted it to an SRecord file rather than a straight binary,
> > > > > > you should be able to load that using "load -m x".
> > > > > > 
> > > > > > I suspect that the problem may be in the .debug sections which have to
> > > > > > be loaded and disposed of before loading the actual code. Try running
> > > > > > arm-elf-strip on the ELF file and then load the stripped executable.
> > > > > > That ought to work.
> > > > > > 
> > > > > > 
> > > > > > -- 
> > > > > > Nick Garnett                    eCos Kernel Architect
> > > > > > http://www.ecoscentric.com      The eCos and RedBoot experts
> > > > > > 
> > > > > > 
> > > > > > -- 
> > > > > > Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> > > > > > and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> > > > > > 
> > > > > 
> > > > > 
> > > > > ______________________________________________________________________________
> > > > > Horoskop, Comics, VIPs, Wetter, Sport und Lotto im WEB.DE Screensaver1.2
> > > > > Kostenlos downloaden: http://screensaver.web.de/?mc=021110
> > > > -- 
> > > > Gary Thomas <gary@mlbassoc.com>
> > > > MLB Associates
> > > > 
> > > 
> > > 
> > 
> > 
> > ______________________________________________________________________________
> > UNICEF bringt Kriegskinder in die Schule - helfen Sie mit! 
> > https://www.unicef.de/spe/spe_03.php
> -- 
> Gary Thomas <gary@mlbassoc.com>
> MLB Associates
> 


______________________________________________________________________________
UNICEF bringt Kriegskinder in die Schule - helfen Sie mit! 
https://www.unicef.de/spe/spe_03.php


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

             reply	other threads:[~2003-12-26 11:22 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-27  9:19 Ricardo Andrino [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-12-24 17:49 Ricardo Andrino
2003-12-25 13:43 ` Gary Thomas
2003-12-17 12:16 Ricardo Andrino
2003-12-16 14:47 Ricardo Andrino
2003-12-16 14:49 ` Nick Garnett
2003-12-16 15:43   ` Gary Thomas
2003-12-12 13:59 Ricardo Andrino
2003-12-12 15:13 ` Nick Garnett
     [not found] <200312121251.hBCCpYQ17140@mailgate5.cinetic.de>
2003-12-12 13:13 ` Gary Thomas
2003-12-12 12:12 Ricardo Andrino
2003-12-12 12:32 ` Gary Thomas
2003-12-12 11:53 Ricardo Andrino
2003-12-12 12:05 ` Gary Thomas
2003-12-12 10:35 Ricardo Andrino
2003-12-12 11:51 ` Gary Thomas
2003-12-12 13:46 ` Nick Garnett
2003-12-11 16:31 Ricardo Andrino
2003-12-11 15:33 Ricardo Andrino
2003-12-11 16:18 ` Gary Thomas
2003-12-11 14:01 Ricardo Andrino
2003-12-11 14:07 ` Gary Thomas
2003-12-11 14:38 ` Nick Garnett
2003-12-10 15:12 ricardo_andrino
2003-12-11 11:35 ` Nick Garnett

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=200312261122.hBQBMaQ26226@mailgate5.cinetic.de \
    --to=ricardo_andrino@web.de \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=gary@mlbassoc.com \
    --cc=nickg@ecoscentric.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).