From: Grant Likely <glikely@gmail.com>
To: linuxppc-embedded@ozlabs.org
Subject: Fwd: Memory Size Requirement to Run Linux on Embedded Environment
Date: Sat, 12 Feb 2005 03:17:49 -0700 [thread overview]
Message-ID: <528646bc05021202175e967842@mail.gmail.com> (raw)
In-Reply-To: <528646bc05021201091a106a96@mail.gmail.com>
Forgot to include list in reply; oops.
g.
---------- Forwarded message ----------
From: Grant Likely <glikely@gmail.com>
Date: Sat, 12 Feb 2005 02:09:13 -0700
Subject: Re: Memory Size Requirement to Run Linux on Embedded Environment
To: "David, Albert" <Albert.David@barco.com>
On Sat, 12 Feb 2005 09:19:19 +0100, David, Albert
<Albert.David@barco.com> wrote:
>
>
> Hi everyone!
> I am new to linux and my current project is to port linux on our custom
> hardware based on PPC405EP(AMCC).
> Currently we are in a hardware design phase but I am finding it hard to
> decide the Flash and SDRAM Memory size.
> We are planning to us 2.6 Kernel, with minimum hardware interfaces.
>
> Should we use Kernel 2.4 or 2.6?
Use 2.6 unless you have a ready to go 2.4 port for your board which
you do not need to modify. This also assumes that you don't need any
of the new 2.6 features.
>
> I assume the binary size of my application that will run on linux would be
> around 2 to 3 MB. By considering these facts of my hardware, what would be
> the size of kernel? And how many drivers I may require? What would be the
> size of my root file system?
2 to 3 MB if all you put on it is your app, slightly larger otherwise.
A very minimal system w/ busybox will easily fit into 1 or 2 MB.
>
> There will be parameters of about 65KB are to be used and these parameters
> can be changed in the field. This parameter block will have 2 copies to
> avoid data corruption due to power fail. Hence to avoid the use of NAND
> Flash I will be using 2 Parameter files to read and write(into flash) in a
> linux environment during normal operation. Am I right??
You could map the FLASH as a MTD device and write to two different
sectors directly; then you can use a RAM disk instead of going with
JFFS on your flash. Use a separate RedBoot partition for each
parameter sector. (Note; using RedBoot partitions does not preclude
using u-boot)
>
> In this mailing list I have read the typical size of U-BOOT will be around
> 256KB as suggested by Wolfgang Denk.
U-boot will live at the beginning of flash. The u-boot environment
will take up another sector. Your parameter files will take up at
least one sector each. The rest can be dedicated to the kernel and
initrd images. Set up a RedBoot partition for each.
>
> A rough approximation of Flash and SDRAM size would help me a lot to proceed
> with my hardware design.
How much RAM does your app need? 32M is gobs for a simple system. If
it's ultra simple you may even be able to go down to 16 (don't quote
me though). Add more if your app is RAM hungry. 16M of flash should
also be gobs. (Assuming 1-2M for the kernel and the rest for the
initrd image)
Make sure you use uClibc and busybox if you want to keep your system small.
Cheers,
g.
next prev parent reply other threads:[~2005-02-12 10:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-12 8:19 Memory Size Requirement to Run Linux on Embedded Environment David, Albert
[not found] ` <528646bc05021201091a106a96@mail.gmail.com>
2005-02-12 10:17 ` Grant Likely [this message]
2005-02-12 18:21 ` Fwd: " Wolfgang Denk
2005-02-12 18:57 ` Grant Likely
2005-02-12 22:15 ` Wolfgang Denk
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=528646bc05021202175e967842@mail.gmail.com \
--to=glikely@gmail.com \
--cc=linuxppc-embedded@ozlabs.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 NNTP newsgroup(s).