<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.10.2">
</HEAD>
<BODY>
Mathieu,<BR>
<BR>
Thanks for responding!<BR>
<BR>
On Mon, 2006-07-03 at 12:42 +0200, Mathieu Deschamps wrote:<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">Do you mean that you can't even created a void file on / as root ? Else</FONT>
<FONT COLOR="#000000">can you then put for instance text in it ? My point is can or can't you</FONT>
<FONT COLOR="#000000">first create a new fs node and then can you write to file your</FONT>
<FONT COLOR="#000000">changes, that's two possible causes.</FONT>
</PRE>
</BLOCKQUOTE>
# pwd<BR>
/<BR>
# touch newfile<BR>
touch: newfile: No space left on device<BR>
#<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Yes indeed what about drivers/mtd/maps/physmap.c ? your parts are</FONT>
<FONT COLOR="#000000">mask_flags:  MTD_WRITEB_WRITEABLE and not  MTD_CAP_ROM,</FONT>
<FONT COLOR="#000000">aren't they ?</FONT>

</PRE>
</BLOCKQUOTE>
My chip is pretty standard NOR type Flash, and gets recognized by CFI as using command set 0001.&nbsp; It gets these flags:<BR>
#define MTD_CAP_NORFLASH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (MTD_CLEAR_BITS|MTD_ERASEABLE)<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">&gt; ***</FONT>
<FONT COLOR="#000000">&gt; # Memory Technology Devices (MTD)</FONT>
<FONT COLOR="#000000">&gt; #</FONT>
<FONT COLOR="#000000">&gt; CONFIG_MTD=y</FONT>
<FONT COLOR="#000000">&gt; # CONFIG_MTD_DEBUG is not set</FONT>
<FONT COLOR="#000000">&gt; # CONFIG_MTD_CONCAT is not set</FONT>
<FONT COLOR="#000000">&gt; CONFIG_MTD_PARTITIONS=y</FONT>
<FONT COLOR="#000000">&gt; # CONFIG_MTD_REDBOOT_PARTS is not set</FONT>
<FONT COLOR="#000000">&gt; # CONFIG_MTD_CMDLINE_PARTS is not set</FONT>
<FONT COLOR="#000000">&gt;</FONT>
<FONT COLOR="#000000">[...]</FONT>
<FONT COLOR="#000000">&gt; # CONFIG_JFFS_FS is not set</FONT>
<FONT COLOR="#000000">&gt; CONFIG_JFFS2_FS=y</FONT>

<FONT COLOR="#000000">Better avoid redundacy but this is not a clue, I guess</FONT>
<FONT COLOR="#000000">make won't be fooled by this.</FONT>

</PRE>
</BLOCKQUOTE>
Sorry, what's redundant here?&nbsp; I just used 'make menuconfig', and hopefully it notices incorrect options.<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>

<FONT COLOR="#000000">IMHO, it's not a generation-time issue</FONT>

<FONT COLOR="#000000">&gt;</FONT>
</PRE>
</BLOCKQUOTE>
Good.&nbsp; I'll keep plugging away with my BDI<BR>
<BR>
thanks again,<BR>
Ben
</BODY>
</HTML>