* about porting ubiblock to make squashfs work on it
@ 2014-03-06 5:06 ayaka
2014-03-06 11:33 ` Ezequiel Garcia
0 siblings, 1 reply; 3+ messages in thread
From: ayaka @ 2014-03-06 5:06 UTC (permalink / raw)
To: linux-mtd; +Cc: ezequiel.garcia
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I will do a overlayfs on nand flash, about overlayfs, I will ask
linux-fsdevel for help, now I want to talking about ubiblcok.
As I know that the squashfs is not suitable for raw nand flash, so I
need the ubiblock to manage the nand flash then I will create a squashfs
on it as the lower of overlayfs, about the upper, I will try, ubifs,
jffs2 and logfs. The real work I do is writing a report about
achieving a restoring function.
The kernel I am going to use maybe the 3.10 version, as my platform
is samsung s3c6410, I have made that version worked using the board file.
P.S if there is any information about overlayfs and porting overlayfs,
don't mind to offer it to me, I will thank you.
thank you
ayaka
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJTGAJZAAoJEPb4VsMIzTziJNsH/0+ymNd9oaP2qbn+nHS6Utr4
Zzhhknj71nGxV5GM9MVbdKDT48hTgE8dWebsuWEKqnbjKNTdkMk0x3ndAroLefk/
Jg1OLVIMzCTSenrztbCFr3t0qA4TDMureLE+MHgSNml3FZurKcMWZT6ODO65ZVv+
qoYvJJJlDnn2IXClz3uNjMJcXdV4gjegJtJboipyQil2U05H0VHo2wqIALa2pFqh
7WIORp54WhqYN3GIe6wfXBVwDmipKBXh2nNM7ab/qOKWAoNRzt83BbP/7GGs+NuR
BP4RyT/5O+I/wOB0NdMHXlnQ2fVgvsP766AvjK/qgLpbowqyY8JCT8+Ta2lwOJQ=
=yHXg
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: about porting ubiblock to make squashfs work on it
2014-03-06 5:06 about porting ubiblock to make squashfs work on it ayaka
@ 2014-03-06 11:33 ` Ezequiel Garcia
2014-03-12 14:45 ` ayaka
0 siblings, 1 reply; 3+ messages in thread
From: Ezequiel Garcia @ 2014-03-06 11:33 UTC (permalink / raw)
To: ayaka; +Cc: linux-mtd
On Mar 06, ayaka wrote:
>
> I will do a overlayfs on nand flash, about overlayfs, I will ask
> linux-fsdevel for help, now I want to talking about ubiblcok.
> As I know that the squashfs is not suitable for raw nand flash, so I
> need the ubiblock to manage the nand flash then I will create a squashfs
> on it as the lower of overlayfs, about the upper, I will try, ubifs,
Putting squashfs on top of an UBI volume can be achieved using a recent
UBI feature, that allows block creation on UBI volumes.
You can find the latest kernel patches at:
http://git.infradead.org/linux-ubifs.git
These patches are very easy to backport on v3.10 (I use them on v3.2).
The website documentation should be updated soon, but here's something
until that happens:
http://patchwork.ozlabs.org/patch/323628/
The userspace tool to handle this will be pushed soon.
--
Ezequiel García, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: about porting ubiblock to make squashfs work on it
2014-03-06 11:33 ` Ezequiel Garcia
@ 2014-03-12 14:45 ` ayaka
0 siblings, 0 replies; 3+ messages in thread
From: ayaka @ 2014-03-12 14:45 UTC (permalink / raw)
To: linux-mtd; +Cc: Ezequiel Garcia
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
2014 03 06 19:33, Ezequiel Garcia wrote:
>
> You can find the latest kernel patches at:
>
> http://git.infradead.org/linux-ubifs.git
>
I have backported that driver into my kernel(3.10.y branch), now I have
deply a squashfs on it and mount it successfully.
I wonder whether I could use any filesystem in it(like ext2 without
write). It is the greatest thing, I could have a read-only filesystem as
the lower of overlayfs in nand mtd.
It seems that ubi.block kernel parameters won't work, I just copy all
file in driver/mtd/ubi from git and include/uapi/mtd/ubi-user.h , I am
not familar with git and that tree has a delta unsolved so I failed in
99%,
what worse, that repo is quite slowly in my country.
I wise I could done overlayfs backport later.
Thanks your work and all mtd and ubi developers.
ayaka
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJTIHMcAAoJEPb4VsMIzTziPcsIAI2/DZQ3yvNkgF6F82fYvPV3
a69B54BJX7UgCJbRtCclBPJ61dacEE4mmOSDE2d5tDAdkgD5AofW3VtlIqKxlDLz
9yc6gga56/zBOEuX9lNhtqWa07HiXJ8YQX8fF+HxKooyqcn0dZHeUXxYWdNFPmPD
xk9zxE6KmqXtRPWdVCK6UNISanZhTu9uoMF3ep0M7hfgOKN9yCXF5AR095KENTFw
bKVW7MPv1qQ4PF5ivcB4thK8w/+iSXEWs8FXBCdnb3DiJSezRCYmiYQr8GAXFRXa
2dCcJPOu3K6mH1KwS7CCtf5I6xz7wFSrTJQhqOj9uD5CfTaALbZHgI24hXv1sRU=
=XLrA
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-12 14:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-06 5:06 about porting ubiblock to make squashfs work on it ayaka
2014-03-06 11:33 ` Ezequiel Garcia
2014-03-12 14:45 ` ayaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox