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]

Re: Problems with JFFS2 mount


On Wed, Sep 29, 2004 at 07:02:51PM +0800, Manoj Abraham wrote:
> Hello,
> 

> I have unlocked the flash and tried. The file system mount is
> succeeded but erasing my entire flash including redboot data,fis
> dir.. etc. It writes 0x00800080 to all flash locations. Whether the
> mount process will scan entire flash or only the image area?

It will only erase what it beleaves is inside the filesystem block
device. 

Do you have assertions enabled? That might find something interesting.

Put a breakpoint in flashiodev_get_config and see if its returning
values you would expect for the different calls.

        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]