* [Buildroot] yaffs2 file system
@ 2014-04-15 8:32 Rohit Kumar
2014-04-15 8:52 ` Will Wagner
[not found] ` <534CF31A.2020803@carallon.com>
0 siblings, 2 replies; 6+ messages in thread
From: Rohit Kumar @ 2014-04-15 8:32 UTC (permalink / raw)
To: buildroot
Hello,
i want to create yaffs2 file system with buildroot.
i see that buildroot doesnt have this option. so i have created standard
uncompressed image.
is there a way to convert it to yaffs2 FS?
any help is appreciated.
--
With Regards,
Rohit Kumar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20140415/76fb624d/attachment.html>
^ permalink raw reply [flat|nested] 6+ messages in thread* [Buildroot] yaffs2 file system
2014-04-15 8:32 [Buildroot] yaffs2 file system Rohit Kumar
@ 2014-04-15 8:52 ` Will Wagner
2014-04-20 16:15 ` Thomas Petazzoni
[not found] ` <534CF31A.2020803@carallon.com>
1 sibling, 1 reply; 6+ messages in thread
From: Will Wagner @ 2014-04-15 8:52 UTC (permalink / raw)
To: buildroot
On 15/04/2014 09:32, Rohit Kumar wrote:
> Hello,
>
> i want to create yaffs2 file system with buildroot.
> i see that buildroot doesnt have this option. so i have created standard
> uncompressed image.
> is there a way to convert it to yaffs2 FS?
> any help is appreciated.
Hi Rohit,
I have a couple of patches (attached) that add yaffs2 support for
buildroot, that I have never got round to pushing upstream. They are
based on buildroot_2013.05.
Regards
Will
--
------------------------------------------------------------------------
Will Wagner will_wagner at carallon.com
Development Manager Office Tel: +44 (0)20 7471 9224
Carallon Ltd, Studio G20, Shepherds Building, Rockley Rd, London W14 0DA
------------------------------------------------------------------------
-------------- next part --------------
^ permalink raw reply [flat|nested] 6+ messages in thread* [Buildroot] yaffs2 file system
2014-04-15 8:52 ` Will Wagner
@ 2014-04-20 16:15 ` Thomas Petazzoni
2014-04-25 0:35 ` Rohit Kumar
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2014-04-20 16:15 UTC (permalink / raw)
To: buildroot
Dear Will Wagner,
On Tue, 15 Apr 2014 09:52:28 +0100, Will Wagner wrote:
> I have a couple of patches (attached) that add yaffs2 support for
> buildroot, that I have never got round to pushing upstream. They are
> based on buildroot_2013.05.
I've taken your two patches, made a little bit of clean up, and I
applied them.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] yaffs2 file system
2014-04-20 16:15 ` Thomas Petazzoni
@ 2014-04-25 0:35 ` Rohit Kumar
2014-04-25 7:00 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Rohit Kumar @ 2014-04-25 0:35 UTC (permalink / raw)
To: buildroot
Hello Thomas,
On Mon, Apr 21, 2014 at 1:15 AM, Thomas Petazzoni <
thomas.petazzoni@free-electrons.com> wrote:
> Dear Will Wagner,
>
> On Tue, 15 Apr 2014 09:52:28 +0100, Will Wagner wrote:
>
> > I have a couple of patches (attached) that add yaffs2 support for
> > buildroot, that I have never got round to pushing upstream. They are
> > based on buildroot_2013.05.
>
> I've taken your two patches, made a little bit of clean up, and I
> applied them.
>
>
so how do we use it?
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
With Regards,
Rohit Kumar
+82 1073149173
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20140425/1d190dde/attachment.html>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] yaffs2 file system
2014-04-25 0:35 ` Rohit Kumar
@ 2014-04-25 7:00 ` Thomas Petazzoni
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2014-04-25 7:00 UTC (permalink / raw)
To: buildroot
Dear Rohit Kumar,
On Fri, 25 Apr 2014 09:35:21 +0900, Rohit Kumar wrote:
> > I've taken your two patches, made a little bit of clean up, and I
> > applied them.
> >
> so how do we use it?
Well, pull the latest Buildroot, and in the "Filesystem images" menu,
you'll have a yaffs2 option. Simply enable it, and Buildroot will
generate a yaffs2 image of the root filesystem.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <534CF31A.2020803@carallon.com>]
* [Buildroot] yaffs2 file system
[not found] ` <534CF31A.2020803@carallon.com>
@ 2014-04-15 9:25 ` Rohit Kumar
0 siblings, 0 replies; 6+ messages in thread
From: Rohit Kumar @ 2014-04-15 9:25 UTC (permalink / raw)
To: buildroot
thanks will,
so i just need to update these patches in "patches" folder and update entry
in "series" file?
On Tue, Apr 15, 2014 at 5:51 PM, Will Wagner <willw@carallon.com> wrote:
> On 15/04/2014 09:32, Rohit Kumar wrote:
>
>> Hello,
>>
>> i want to create yaffs2 file system with buildroot.
>> i see that buildroot doesnt have this option. so i have created standard
>> uncompressed image.
>> is there a way to convert it to yaffs2 FS?
>> any help is appreciated.
>>
>
> Hi Rohit,
>
> I have a couple of patches (attached) that add yaffs2 support for
> buildroot, that I have never got round to pushing upstream. They are based
> on buildroot_2013.05.
>
> Regards
> Will
>
> --
> ------------------------------------------------------------------------
> Will Wagner will_wagner at carallon.com
> Development Manager Office Tel: +44 (0)20 7471 9224
> Carallon Ltd, Studio G20, Shepherds Building, Rockley Rd, London W14 0DA
> ------------------------------------------------------------------------
>
--
With Regards,
Rohit Kumar
Sr. Research Developer
Hitec Robotic systems Ltd.
+91 9891691967
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20140415/adc4af24/attachment.html>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-04-25 7:00 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-15 8:32 [Buildroot] yaffs2 file system Rohit Kumar
2014-04-15 8:52 ` Will Wagner
2014-04-20 16:15 ` Thomas Petazzoni
2014-04-25 0:35 ` Rohit Kumar
2014-04-25 7:00 ` Thomas Petazzoni
[not found] ` <534CF31A.2020803@carallon.com>
2014-04-15 9:25 ` Rohit Kumar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox