From: "Jérôme Pouiller" <jezz@sysmic.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/3] Add the capability to create sub-filesystems from the target filesystem.
Date: Thu, 29 May 2014 11:21:35 +0200 [thread overview]
Message-ID: <2385189.JHtluQLb2I@sagittea> (raw)
In-Reply-To: <1401341054-16705-2-git-send-email-vomlehn@canopus-us.com>
Hello David,
On Wednesday 28 May 2014 22:24:12 vomlehn at canopus-us.com wrote:
> For example, say that the the root filesystem has a set of files and
> directories that are critical to being able to control, recover, and
> install software on an embedded system. These are redundantly stored in a
> small but reliable memory. The rest of the system is written in Python,
> which is huge (too big to fit in the reliable memory) but not a critical
> part of the system. It can, if necessary, be reloaded remotely, so it is
> stored without redundancy, in NAND flash.
>
> This patch allows these two pieces to be split up so that the reliable core
> can be an initramfs filesystem (in cpio format) and a JFFS2 image can hold
> the rest of the root filesystem. It supports an arbitrary division of the
> root filesystem among one or more of the available filesystem formats.
Did you check features of "genimage" tool? It looks like it do similar work.
Maybe it would be better to add missing features to genimage?
BR,
--
J?r?me Pouiller, Sysmic
Embedded Linux specialist
http://www.sysmic.fr
next prev parent reply other threads:[~2014-05-29 9:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-29 5:24 [Buildroot] [PATCH 0/3] Manage big root directory trees by breaking them up vomlehn at canopus-us.com
2014-05-29 5:24 ` [Buildroot] [PATCH 1/3] Add the capability to create sub-filesystems from the target filesystem vomlehn at canopus-us.com
2014-05-29 9:21 ` Jérôme Pouiller [this message]
2014-05-29 19:08 ` David VomLehn
2014-05-29 5:24 ` [Buildroot] [PATCH 2/3] Allow specification of values for --prefix and --exec-prefix in autotools vomlehn at canopus-us.com
2014-05-29 5:24 ` [Buildroot] [PATCH 3/3] Support installation of Python in a different directory vomlehn at canopus-us.com
2014-05-29 9:56 ` Thomas Petazzoni
2014-10-11 14:49 ` [Buildroot] [PATCH 0/3] Manage big root directory trees by breaking them up Arnout Vandecappelle
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=2385189.JHtluQLb2I@sagittea \
--to=jezz@sysmic.org \
--cc=buildroot@busybox.net \
/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