From: Giuseppe Modugno <giuseppe.modugno@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Run Linux kernel from within a JFFS2 filesystem
Date: Sat, 14 Jun 2008 11:48:09 +0200 [thread overview]
Message-ID: <485393D9.6020001@gmail.com> (raw)
Hi all,
this is my first post in this mailing list. I hope I don't start with a FAQ.
On my board I have installed U-Boot and I'm able to run Linux kernel and
rootfs via Flash/Flash (ramdisk/image file) or TFTP/NFS.
Of course, either ramdisk and nfs aren't suitable for my end application
(ramdisk losts many RAM space and NFS won't be available).
So I'd like to use a local root filesystem stored in the NOR Flash (a
J30 Intel), starting from the small ramdisk I have and adding all
software I need.
I could divide my Flash memory in three partitions:
- U-Boot bootloader (with the two sectors for its configuration)
- Linux kernel image
- JFFS2 root filesystem
But I want to go futher and I want to save the linux kernel image file
into the root JFFS2 filesystem. So I'll have only two main partitions:
- U-Boot bootloader (...)
- JFFS2 root filesystem (with linuk kernel image file saved inside)
Is U-Boot able to run a kernel image file that is saved into a JFFS2
filesystem stored in the Flash? I think this is what happens on a
desktop computer (where the bootloader is Grub and the root filesystem
is on a hard-disk and the kernel is a file saved into it).
I think it isn't so simple for U-Boot that is capable of running the
application (linux kernel in my case) only at a specified memory address
(it doesn't have any knowledge about JFFS2 filesystem, do it?).
Many thanks for your comments and my compliments for the good work!
Giuseppe
next reply other threads:[~2008-06-14 9:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-14 9:48 Giuseppe Modugno [this message]
2008-06-14 10:18 ` [U-Boot-Users] Run Linux kernel from within a JFFS2 filesystem Luigi 'Comio' Mantellini
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=485393D9.6020001@gmail.com \
--to=giuseppe.modugno@gmail.com \
--cc=u-boot@lists.denx.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.