linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* JFFS2 for IBM ppc405  based Target board
@ 2003-04-21  4:54 Rakesh Jagota
  2003-04-21  7:50 ` Wolfgang Denk
       [not found] ` <000f01c307cb$6a614160$af85efcb@qhavm>
  0 siblings, 2 replies; 4+ messages in thread
From: Rakesh Jagota @ 2003-04-21  4:54 UTC (permalink / raw)
  To: linuxppc-embedded


Hi all,
I am using montavista linux priviewkit 2.4.17. Currently I am using nfs. How
can I create jffs2 file fyftem. I am working with IBM power pc 405. Can
anyone suggest me, how to create the jffs2 filesystem for PPC 405.

Thanks & Regards,

Rakesh


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: JFFS2 for IBM ppc405 based Target board
  2003-04-21  4:54 JFFS2 for IBM ppc405 based Target board Rakesh Jagota
@ 2003-04-21  7:50 ` Wolfgang Denk
       [not found] ` <000f01c307cb$6a614160$af85efcb@qhavm>
  1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2003-04-21  7:50 UTC (permalink / raw)
  To: Rakesh Jagota; +Cc: linuxppc-embedded


In message <slemye5aoor48df.210420031014@gda-server> you wrote:
>
> I am using montavista linux priviewkit 2.4.17. Currently I am using nfs. How
> can I create jffs2 file fyftem. I am working with IBM power pc 405. Can
> anyone suggest me, how to create the jffs2 filesystem for PPC 405.

Create a directory  with  all  the  required  files  for  yout  JFFS2
filesystem,  and use the mkfs.jffs2 which comes with the MTD tools to
create a JFFS2 image.

See also the mkfs.jffs2 man page.

Best regards,

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
"Engineering without management is art."               - Jeff Johnson

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: JFFS2 for IBM ppc405  based Target board
       [not found] ` <000f01c307cb$6a614160$af85efcb@qhavm>
@ 2003-04-21 14:22   ` Rakesh Jagota
  0 siblings, 0 replies; 4+ messages in thread
From: Rakesh Jagota @ 2003-04-21 14:22 UTC (permalink / raw)
  To: linuxppc-embedded


Hi all,
I have downloaded the source and I have installed it my host machine as per
the instruction. I am not able to compile it for jffs2, but its getting
compiled for jffs, using the following command:

In the Makefile I have chnaged the linux directory as per my target sourec
directory for IBM Power PC 405.

make jffs


After that I have complied the "util" using "make" command.
I am getting confused , to get the final image. I am using the following
command, can you pl tell em whether I am doing it right or wrong:

====================================================================
[root@Rakesh mtd]# ./mkfs.jffs -d /home/test/mtd/fs/jffs -o /tmp/jffs.image
====================================================================

and


====================================================================
[root@Rakesh mtd]# ./mkfs.jffs2 -d /home/test/mtd/fs/jffs -o /tmp/jffs.image1
====================================================================

With the first option I am getting the jffs.image of  1705432Kb and with the
second option , when I use mkfs.jffs2, I am getting the jffs.image1 of size
657876KB


Can anyone suggest me whether I am doing  it right or not. And can I use
anyone of the command like mkfs.jffs or mkfs.jffs2.


Thanks & Regards,

Rakesh

On Monday 21 April 2003 11:30 am, you wrote:
> mkfs.jffs2

>

> ----- Original Message -----

> From: "Rakesh Jagota" <j.rakesh@gdatech.co.in>

> To: <linuxppc-embedded@lists.linuxppc.org>

> Sent: Monday, April 21, 2003 1:54 PM

> Subject: JFFS2 for IBM ppc405 based Target board

>

>

>
> >

> > Hi all,

> > I am using montavista linux priviewkit 2.4.17. Currently I am using nfs.
> > How
 can I create jffs2 file fyftem. I am working with IBM power pc 405.
> > Can anyone suggest me, how to create the jffs2 filesystem for PPC 405.
> > Thanks & Regards,

> >

> > Rakesh

> >

> >


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: JFFS2 for IBM ppc405  based Target board
@ 2003-04-21 22:13 Diego Warszawski
  0 siblings, 0 replies; 4+ messages in thread
From: Diego Warszawski @ 2003-04-21 22:13 UTC (permalink / raw)
  To: Rakesh Jagota, linuxppc-embedded


JFFS2 uses compression.
There is a paper in Red Hat's web site about JFFS/JFFS2 that you could read.

Diego

-----Original Message-----
From: Rakesh Jagota [mailto:j.rakesh@gdatech.co.in]
Sent: Monday, April 21, 2003 10:23 AM
To: linuxppc-embedded@lists.linuxppc.org
Subject: Re: JFFS2 for IBM ppc405 based Target board



Hi all,
I have downloaded the source and I have installed it my host machine as per
the instruction. I am not able to compile it for jffs2, but its getting
compiled for jffs, using the following command:

In the Makefile I have chnaged the linux directory as per my target sourec
directory for IBM Power PC 405.

make jffs


After that I have complied the "util" using "make" command.
I am getting confused , to get the final image. I am using the following
command, can you pl tell em whether I am doing it right or wrong:

====================================================================
[root@Rakesh mtd]# ./mkfs.jffs -d /home/test/mtd/fs/jffs -o /tmp/jffs.image
====================================================================

and


====================================================================
[root@Rakesh mtd]# ./mkfs.jffs2 -d /home/test/mtd/fs/jffs -o
/tmp/jffs.image1
====================================================================

With the first option I am getting the jffs.image of  1705432Kb and with the
second option , when I use mkfs.jffs2, I am getting the jffs.image1 of size
657876KB


Can anyone suggest me whether I am doing  it right or not. And can I use
anyone of the command like mkfs.jffs or mkfs.jffs2.


Thanks & Regards,

Rakesh

On Monday 21 April 2003 11:30 am, you wrote:
> mkfs.jffs2

>

> ----- Original Message -----

> From: "Rakesh Jagota" <j.rakesh@gdatech.co.in>

> To: <linuxppc-embedded@lists.linuxppc.org>

> Sent: Monday, April 21, 2003 1:54 PM

> Subject: JFFS2 for IBM ppc405 based Target board

>

>

>
> >

> > Hi all,

> > I am using montavista linux priviewkit 2.4.17. Currently I am using nfs.
> > How
 can I create jffs2 file fyftem. I am working with IBM power pc 405.
> > Can anyone suggest me, how to create the jffs2 filesystem for PPC 405.
> > Thanks & Regards,

> >

> > Rakesh

> >

> >


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-04-21 22:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-21  4:54 JFFS2 for IBM ppc405 based Target board Rakesh Jagota
2003-04-21  7:50 ` Wolfgang Denk
     [not found] ` <000f01c307cb$6a614160$af85efcb@qhavm>
2003-04-21 14:22   ` Rakesh Jagota
  -- strict thread matches above, loose matches on Subject: below --
2003-04-21 22:13 Diego Warszawski

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).