[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] Problem compiling JFFS2 filesystem



Hi Juan,

>My next question will be. How to create this secondary file systems? Is
>created when we compile the kernel or is create trough a command later in
>the board?
>
>  
>

Lots of HOWTO's on this stuff.  Basically the idea is to build JFFS2
support into your kernel, setup an MTD partition to hold the filesystem,
then mount it at runtime.  You may need to erase it first:

eraseall /dev/flash/jffs2 (or similar)

the eraseall utility is enabled in the user/vendor config menu, under
flash utilities.

When you attempt to mount a JFFS2 filesystem on an empty flash
partition, the FS will format the partition and you should be ready to go.

Regards,

John

___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/