Difference between revisions of "Talk:How to setup a development environment"

From IGEP - ISEE Wiki

Jump to: navigation, search
(Created page with 'Hi guys, there are following error messages in when creating jffs2 image as described in "Create the jffs2" section <pre> mkfs.jffs2 is created without -n flag </pre> <pre> mo…')
 
 
Line 1: Line 1:
 
Hi guys,
 
Hi guys,
  
there are following error messages in when creating jffs2 image as described in "Create the jffs2" section
+
there are following error messages when creating jffs2 image as described in "Create the jffs2" section without -n flag
  
 
<pre>
 
<pre>
mkfs.jffs2 is created without -n flag
+
mkfs.jffs2 -r $DIR -e $SIZE -o $FILE
 
</pre>
 
</pre>
  

Latest revision as of 19:31, 2 December 2011

Hi guys,

there are following error messages when creating jffs2 image as described in "Create the jffs2" section without -n flag

mkfs.jffs2 -r $DIR -e $SIZE -o $FILE
mount /dev/mtdblock2 /mnt/flash
dmesg
....
[  174.920166] CLEANMARKER node found at 0x00000000 has totlen 0xc != normal 0x0
...
[  182.019012] CLEANMARKER node found at 0x04e40000 has totlen 0xc != normal 0x0
...