This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

building jffs2.img problem


Hi,

I am trying to build the jffs2.img image to use with eCos using the following command:
./mkfs.jffs2 -d ./home -o jffs2.img -e 0x10000 -p 0x80000


My understanding is that the -p 0x80000 option will create an image of size 512k. However, the jffs2.img size is always 64k. I have tried this with a downloaded binary of mkfs.jffs2 (version 1.39) and also using building mkfs.jffs2 using the current snapshot of mtd/jffs2 (I think the version is 1.43 -- I'm in windoze now).

I have also used --pad 0x80000 instead of the -p 0x80000 option but the results are the same. Is this working properly (i.e. is my understanding of this option incorrect) or is there some other option that needs to be set as well?

Thanks,
Brad

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]