public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Jonathan Larmour <jlarmour@redhat.com>
To: Fabrice Gautier <Fabrice_Gautier@sdesigns.com>
Cc: 'Robin Farine' <acnrf@dial.eunet.ch>,
	"Ecos-List (E-mail)" <ecos-discuss@sourceware.cygnus.com>
Subject: Re: [ECOS] Redboot network setup
Date: Thu, 20 Sep 2001 10:32:00 -0000	[thread overview]
Message-ID: <3BAA283F.6A986211@redhat.com> (raw)
In-Reply-To: <B1F6452C89AFD411AE0800A0CC734C230150C2@EMAIL1>

Fabrice Gautier wrote:
> 
> > -----Original Message-----
> > From: Jonathan Larmour [ mailto:jlarmour@redhat.com ]
> > Subject: Re: [ECOS] Redboot network setup
> >
> >
> > Fabrice Gautier wrote:
> > >
> > > (gdb) load
> > > Loading section .rom_vectors, size 0x40 lma 0x20000
> > >
> > > Error: Remote communication error: Connection reset by peer.
> > >
> >
> > Perhaps it uses more than 0x20000 bytes of RAM. Try updating
> > the RAM MLT
> > file to reserve 0x30000 instead.
> >
> 
> I already update from 0x10000 and according to
> $ arm-elf-size redboot.elf
>    text    data     bss     dec     hex filename
>   74124    1108   40732  115964   1c4fc redboot.elf
> and
> $ arm-elf-objdump -h redboot.elf
> ...
>   12 .data         00000454  00000800  2401218c  00020800  2**2
>                   CONTENTS, ALLOC, LOAD, DATA
>  13 .bss          00009f1c  00000c54  00000c54  00000c54  2**4
>                   ALLOC
> 
> this should not be the problem... except if it's using memory outside the
> mempry map....

RAM should go from 0 upwards on all ARM targets or things will almost
certainly break. You can debug the GDB protocol, and see at exactly what
address it goes wrong at, then try writing to that address by hand
yourself.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

  reply	other threads:[~2001-09-20 10:32 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-20 10:15 Fabrice Gautier
2001-09-20 10:32 ` Jonathan Larmour [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-09-19 21:27 Fabrice Gautier
2001-09-20  4:51 ` Jonathan Larmour
2001-09-13 19:30 Fabrice Gautier
2001-09-14  0:17 ` Robin Farine
2001-09-13 17:10 Fabrice Gautier
2001-09-13 18:13 ` Jonathan Larmour
2001-09-13 16:19 Fabrice Gautier
2001-09-13 16:25 ` Jonathan Larmour
2001-09-13 15:33 Fabrice Gautier
2001-09-13 16:03 ` Jonathan Larmour
2001-09-13 12:16 Fabrice Gautier
2001-09-13 14:35 ` Jonathan Larmour
2001-09-12 17:04 Fabrice Gautier
2001-09-12 17:13 ` Gary Thomas
2001-09-13 11:16   ` Jonathan Larmour

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=3BAA283F.6A986211@redhat.com \
    --to=jlarmour@redhat.com \
    --cc=Fabrice_Gautier@sdesigns.com \
    --cc=acnrf@dial.eunet.ch \
    --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).