This is the mail archive of the ecos-discuss@sourceware.org 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]

Re: It display some messgaes when mounting jffs2 image


On Wed, Sep 28, 2005 at 06:54:08PM +0800, Steven_cheng wrote:
> Hi All,
> 
>     I have put a image with jffs2 filesystem in my flash. When I
> mount the image, it displays some messages.
> 
> Does these messages indicate error, but I can use the image correctly ??
> 
> How can I make the messages disappeared ??
> 
> Thank you~~
> 
> Steven Cheng
> 
> ////////////////////////////////////////////////////////////////////////////
> /////////////////////////////////////////////////////
> 
> RedBoot> mount -f jffs2.img -t jffs2
> <4>Empty flash at 0x0000fffc ends at 0x00010000
> <5>CLEANMARKER node found at 0x00010000, not first node in block
> (0x00000000)
> <4>Empty flash at 0x0002fffc ends at 0x00030000
> <5>CLEANMARKER node found at 0x00030000, not first node in block

These are not fatal errors. The problem is probably with the way you
made the jffs2 image. Did you use the correct padding size and erase
block size?

        Andrew

-- 
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]