public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: YH <yh@bizmail.com.au>
To: eCos Discussion <ecos-discuss@ecos.sourceware.org>
Subject: [ECOS] Re: load address
Date: Thu, 29 Jun 2006 11:46:00 -0000	[thread overview]
Message-ID: <44A3BDA2.1040001@bizmail.com.au> (raw)

Hello,

I am going to run ARM with kernel 2.6, 32M DRAM and 16M Flash (Intel 
J3). Could you please help me the following questions:

Redboot> load -v -r -b 0xA00000 ramdisk.gz
Redboot> load -v -r -b 0x80000 zImage
Redboot> exec -r 0xA00000 -c "console=ttyAM root=/dev/ram"

1. I guess the address is the DRAM entry address. If the ramdisk.gz = 4M 
and the decompressed ramdisk = 12M, and zImage = 800K, I guess that the 
ramdisk will be allocated in DRAM between 0xA00000 - 0x1600000 and the 
zImage will be allocated in DRAM between 0x80000 - 0x148000. I guess 
those address sections of ramdisk and zImage are occupied during 
operation time, is it correct?

2. Can the DRAM loading addresses be selected anywhere, or it can only 
be selected in particular segments?

3. Do we need to allocate the memory (stack and heaps), or the kernel 
will use the rest of the available DRAM?

Thank you.

Jim





-- 
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-06-29 11:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-29 11:46 YH [this message]
2006-06-29 11:55 ` 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=44A3BDA2.1040001@bizmail.com.au \
    --to=yh@bizmail.com.au \
    --cc=ecos-discuss@ecos.sourceware.org \
    /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).